@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.not-found{display:flex;min-height:100vh;align-items:center;justify-content:center;background-color:hsl(var(--muted))}.not-found__content{text-align:center}.not-found__title{margin:0 0 1rem;font-size:2.25rem;font-weight:700}.not-found__message{margin:0 0 1rem;font-size:1.25rem;color:hsl(var(--muted-foreground))}.not-found__link{color:hsl(var(--primary));text-decoration:underline}.not-found__link:hover{color:hsl(var(--primary)/.9)}.image-uploader{position:relative;cursor:pointer}.image-uploader__input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0}.image-uploader__button{width:100%;pointer-events:none}.image-uploader__dialog-body{padding:1rem 0;display:flex;flex-direction:column;gap:1rem}.image-uploader__preview{aspect-ratio:16/9;border-radius:var(--radius);overflow:hidden;background-color:hsl(var(--muted))}.image-uploader__preview-image{width:100%;height:100%;object-fit:contain}.image-uploader__empty-state{flex:1;display:flex;align-items:center;justify-content:center}.image-uploader__empty-content{text-align:center}.image-uploader__empty-icon-wrapper{width:6rem;height:6rem;margin:0 auto 1.5rem;border-radius:1rem;background:linear-gradient(to bottom right,hsl(var(--accent)/.2),hsl(var(--accent)/.05));display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md)}.image-uploader__empty-icon{width:3rem;height:3rem;color:hsl(var(--accent))}.image-uploader__empty-title{font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 .5rem}.image-uploader__empty-description{color:hsl(var(--muted-foreground));margin:0 0 1.5rem;max-width:24rem}.image-uploader__upload-wrapper{position:relative;display:inline-block}.image-uploader__icon{width:1rem;height:1rem;margin-right:.5rem}.image-uploader__icon--lg{width:1.25rem;height:1.25rem}.planner-generator-dialog__body{padding:1.5rem 0;display:flex;flex-direction:column;gap:1.5rem}.planner-generator-dialog__date-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.planner-generator-dialog__field{display:flex;flex-direction:column;gap:.5rem}.planner-generator-dialog__summary{padding:1rem;border-radius:var(--radius);background-color:hsl(var(--muted)/.5);display:flex;flex-direction:column;gap:.5rem}.planner-generator-dialog__summary-title{font-weight:500;font-size:.875rem;margin:0}.planner-generator-dialog__summary-text{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.planner-generator-dialog__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.planner-generator-dialog__tag{padding:.25rem .5rem;display:flex;align-items:center;gap:2px;border-radius:calc(var(--radius) - 4px);font-size:.75rem;background-color:hsl(var(--background));border:1px solid hsl(var(--border))}.planner-generator-dialog__tag__title{font-weight:700}.planner-generator-dialog__progress{display:flex;flex-direction:column;gap:.5rem}.planner-generator-dialog__progress-header{display:flex;align-items:center;gap:.5rem}.planner-generator-dialog__progress-text{font-size:.875rem;margin:0}.planner-generator-dialog__progress-track{width:100%;height:.5rem;border-radius:9999px;background-color:hsl(var(--muted));overflow:hidden}.planner-generator-dialog__progress-fill{height:100%;background-color:hsl(var(--accent));transition:width .3s}.planner-generator-dialog__progress-percent{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:right;margin:0}.planner-generator-dialog__preview{display:flex;flex-direction:column;gap:.75rem}.planner-generator-dialog__preview-title{font-weight:500;font-size:.875rem;margin:0}.planner-generator-dialog__preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;max-height:12rem;overflow-y:auto}.planner-generator-dialog__preview-item{border-radius:calc(var(--radius) - 4px);border:1px solid hsl(var(--border));background-color:hsl(var(--muted));overflow:hidden}.planner-generator-dialog__preview-image{width:100%;object-fit:cover}.planner-generator-dialog__preview-more{aspect-ratio:3/4;border-radius:calc(var(--radius) - 4px);border:1px solid hsl(var(--border));background-color:hsl(var(--muted));display:flex;align-items:center;justify-content:center}.planner-generator-dialog__preview-more-text{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.planner-generator-dialog__icon{width:1rem;height:1rem;flex-shrink:0}.planner-generator-dialog__icon--title{width:1.25rem;height:1.25rem;color:hsl(var(--accent))}.planner-generator-dialog__icon--spin{animation:spin 1s linear infinite;color:hsl(var(--accent))}.planner-generator-dialog__icon--margin-right{margin-right:.5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.template-canva{width:80%;display:flex;align-items:center;justify-content:center;flex:1;overflow:hidden;animation:fadeIn .3s ease-in-out}.pages-map{--pages-map-thumbnail-height: 72px;--pages-map-add-aspect-ratio: 3 / 4;--pages-map-label-height: 14px;width:100%;display:flex;justify-content:flex-start;align-items:flex-end;gap:16px;padding:10px 16px;overflow-x:auto;overflow-y:hidden;flex-shrink:0}.pages-map__add{display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.pages-map__add .image-uploader{height:var(--pages-map-thumbnail-height);aspect-ratio:var(--pages-map-add-aspect-ratio);width:auto;flex-shrink:0}.pages-map__add-spacer{display:block;height:var(--pages-map-label-height);flex-shrink:0}.pages-map__add-page-button{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border:1px dashed hsl(0,0%,80%);border-radius:4px;background:transparent;cursor:pointer;color:gray;padding:0}.pages-map__add-page-button:hover{border-color:#1abc9c;color:#1abc9c}.pages-map__groups{display:flex;align-items:flex-end;gap:16px;min-width:0}.pages-map__group{display:flex;flex-direction:column;align-items:stretch;gap:6px;flex-shrink:0;min-width:max-content}.pages-map__group-separator{width:1px;height:calc(var(--pages-map-label-height) + 6px + var(--pages-map-thumbnail-height));background:#d9d9d9;flex-shrink:0;align-self:flex-end}.pages-map__group-label{margin:0;height:var(--pages-map-label-height);line-height:var(--pages-map-label-height);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#8c8c8c;white-space:nowrap;text-align:center;-webkit-user-select:none;user-select:none;overflow:visible}.pages-map__group-list{display:flex;align-items:center;gap:12px;margin:0;padding:0;list-style:none;height:var(--pages-map-thumbnail-height)}.pages-map__li{margin:0;padding:0;list-style:none;height:var(--pages-map-thumbnail-height);width:auto;flex-shrink:0;display:flex;justify-content:center;align-items:center;box-shadow:#63636333 0 2px 8px;border-radius:4px;overflow:hidden;cursor:grab;touch-action:none}.pages-map__li--dragging{opacity:.5;cursor:grabbing;z-index:1}.pages-map .page-thumbnail{width:100%;height:100%}.page-thumbnail{position:relative;width:100%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.page-thumbnail--menu-open{z-index:1}.page-thumbnail:hover{cursor:pointer}.page-thumbnail__button{width:100%;height:100%;padding:0;border:none;background:none;display:block;overflow:hidden;border-radius:inherit;cursor:inherit}.page-thumbnail__button__img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.page-thumbnail__context-menu{position:fixed;transform:translate(-50%,-100%);z-index:1000;padding:8px 12px;display:none;flex-direction:column;gap:4px;background:#fff;border-radius:24px;box-shadow:#63636333 0 2px 8px;opacity:0;transition-behavior:allow-discrete;transition:.5s;list-style:none;margin:0}.page-thumbnail__context-menu--visible{display:flex;opacity:1}.page-thumbnail__context-menu__li__button{display:flex;align-items:center;gap:12px;white-space:nowrap}.page-thumbnail__context-menu__li__button__icon{width:16px;height:16px}.base-toolbar{padding:9px 24px;width:60%;display:flex;align-items:center;gap:24px;background:#fff;border-radius:16px;box-shadow:#0000000d 0 0 0 1px}.base-toolbar__undo,.base-toolbar__redo{color:gray;transition:.2s ease}.base-toolbar__undo:hover,.base-toolbar__redo:hover{opacity:.5}.base-toolbar__undo:disabled,.base-toolbar__redo:disabled{opacity:.5}.base-toolbar__generate-planner-button{margin-left:auto;padding:8px 16px;display:flex;align-items:center;gap:12px;background:#f2f2f2;border-radius:8px;transition:.2s ease;cursor:pointer}.base-toolbar__generate-planner-button:hover{opacity:.5}.base-toolbar__show-guides-button{padding:8px 16px;display:flex;align-items:center;gap:12px;background:#f2f2f2;border-radius:8px;transition:.2s ease;cursor:pointer}.base-toolbar__show-guides-button:hover{opacity:.5}.toolbar{padding:12px 24px;width:60%;display:flex;align-items:center;gap:12px;background:#fff;border-radius:16px;box-shadow:#0000000d 0 0 0 1px}.toolbar__divider{height:60%;width:2px;background:gray;border-radius:4px}.toolbar__name{padding-right:8px;font-weight:700}.toolbar__edit-button{position:relative}.toolbar__delete-button{padding:8px;margin-left:auto;border-radius:8px}.toolbar__delete-button__icon{width:18px;height:18px}.toolbar__change-area-type-menu{position:absolute;top:calc(100% + 24px);left:50%;transform:translate(-50%);z-index:1;padding:24px;flex-direction:column;gap:12px;transition:.4s ease;transition-behavior:allow discrete;opacity:0;background:#fff;text-align:start;border-radius:24px;box-shadow:#0000001a 0 4px 12px;visibility:collapse}.toolbar__change-area-type-menu--visible{opacity:1;visibility:visible}.toolbar__change-area-type-menu__options{width:300px;display:flex;flex-wrap:wrap;gap:12px}.field-type-selector{display:flex;flex-wrap:wrap;gap:8px;z-index:1}.field-type-selector__no-available-dynamic-areas__title{font-size:14px;color:#666;text-align:center;width:100%;margin-top:12px;font-weight:700}.field-type-selector__button{display:flex;gap:12px;align-items:center;justify-content:center;text-align:center;transition:.2s ease;outline:none}.field-type-selector__button:hover{opacity:.8}.field-type-selector__button__icon-wrapper{width:100%;display:flex;justify-content:center;align-items:center;border-radius:8px;white-space:nowrap}.field-type-selector__button__icon{font-weight:700;font-size:16px}.year-icon{padding:8px;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:12px;aspect-ratio:1/1;font-weight:800;border:2px solid;transition:.2s ease}.month-icon{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:12px;aspect-ratio:1/1;font-weight:800;font-size:12px;border:2px solid;transition:.2s ease}.month-icon__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px}.month-icon__grid__item{width:2px;height:2px}.day-icon{padding:8px;display:flex;justify-content:center;align-items:center;gap:4px;border-radius:12px;aspect-ratio:1/1;font-weight:800;border:2px solid;transition:.2s ease}.day-icon__day{padding:4px 8px;border:1px solid;border-radius:8px}.start-week-day-icon{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:12px;aspect-ratio:1/1;font-weight:800;font-size:12px;border:2px solid;transition:.2s ease}.start-week-day-icon__boxes{display:flex;gap:2px}.start-week-day-icon__boxes__box{width:4px;height:4px;border-radius:1px}.end-week-day-icon{padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;border-radius:12px;aspect-ratio:1/1;font-weight:800;font-size:12px;border:2px solid;transition:.2s ease}.end-week-day-icon__boxes{display:flex;gap:2px}.end-week-day-icon__boxes__box{width:4px;height:4px;border-radius:1px}.editor-board{width:100%;height:100%;display:flex;flex-direction:column;background:#f2f2f2}.editor-board__main{display:flex;flex:1}.editor-board__main__content{padding:10px 20px 20px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.editor-sidebar{margin:12px;width:240px;display:flex;flex-direction:column;gap:16px;background:#fff;border-radius:16px;box-shadow:#0000000d 0 0 0 1px}.editor-sidebar__header{padding:24px 16px;display:flex;flex-direction:column;gap:12px;border-bottom:1px solid #ECECEC}.editor-sidebar__header__home-icon{margin-bottom:12px}.editor-sidebar__header__input{width:100%;border:none;outline:none;font-size:16px;font-weight:700}.editor-sidebar__header__input:focus{border:1px solid #ECECEC;border-radius:4px;padding:4px}.editor-sidebar__header__title{display:flex;align-items:center;justify-content:space-between;font-weight:700}.editor-sidebar__header__title__name{font-size:16px}.editor-sidebar__header__title__button{background:none;border:none;cursor:pointer}.editor-sidebar__header__title__button:hover{opacity:.5}.editor-sidebar__main{padding:0 16px;display:flex;flex-direction:column;flex:1;gap:16px}.editor-sidebar__main__section{display:flex;flex-direction:column;gap:16px}.editor-sidebar__main__section__title{padding-left:8px;text-transform:uppercase;font-size:12px;font-weight:700;color:gray;border-left:1px solid grey}.template-editor{display:flex;height:100vh;background-color:hsl(var(--background))}.landing-page{min-height:100vh;background-color:#fafafa;color:#171717}.landing-page__header{position:sticky;top:0;z-index:10;background-color:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e5e5e5}.landing-page__header-inner{max-width:72rem;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.landing-page__logo{font-weight:600;letter-spacing:-.025em}.landing-page__nav{display:flex;gap:1.5rem;font-size:.875rem;color:#525252}.landing-page__nav a{color:inherit;text-decoration:none}.landing-page__nav a:hover{color:#171717}.landing-page__cta{display:inline-block;padding:.75rem 1.5rem;border-radius:1rem;background-color:#000;color:#fff;font-weight:500;text-decoration:none;box-shadow:var(--shadow-md)}.landing-page__cta-outline{display:inline-block;padding:.75rem 1.5rem;border-radius:1rem;border:1px solid #d4d4d4;font-weight:500;text-decoration:none;color:inherit;cursor:pointer}.landing-page__hero{max-width:72rem;margin:0 auto;padding:7rem 1.5rem;text-align:center}.landing-page__hero-title{font-size:2.25rem;font-weight:700;letter-spacing:-.025em;margin:0 0 1.5rem}@media (min-width: 768px){.landing-page__hero-title{font-size:3.75rem}}.landing-page__hero-subtitle{font-size:1.125rem;color:#525252;max-width:48rem;margin:0 auto 2.5rem}@media (min-width: 768px){.landing-page__hero-subtitle{font-size:1.25rem}}.landing-page__hero-actions{display:flex;justify-content:center;gap:1rem}.landing-page__section{padding:7rem 0}.landing-page__section--white{background-color:#fff}.landing-page__section--neutral{background-color:#fafafa}.landing-page__container{max-width:72rem;margin:0 auto;padding:0 1.5rem}.landing-page__section-title{font-size:1.875rem;font-weight:600;text-align:center;margin:0 0 5rem}.landing-page__section-intro{max-width:48rem;margin:0 auto 5rem;text-align:center}.landing-page__section-intro h2{font-size:1.875rem;font-weight:600;margin:0 0 1.5rem}.landing-page__section-intro p{color:#525252;margin:0}.landing-page__grid-4{display:grid;gap:2.5rem}@media (min-width: 768px){.landing-page__grid-4{grid-template-columns:repeat(4,1fr)}}.landing-page__grid-3{display:grid;gap:2.5rem}@media (min-width: 768px){.landing-page__grid-3{grid-template-columns:repeat(3,1fr)}}.landing-page__card{padding:1.5rem;border-radius:1rem;border:1px solid #e5e5e5;text-align:center}.landing-page__card--neutral{background-color:#fafafa}.landing-page__card--white{background-color:#fff}.landing-page__card h3{font-weight:600;margin:0 0 .5rem}.landing-page__card p{color:#525252;font-size:.875rem;margin:0}.landing-page__card-icon{width:2rem;height:2rem;margin:0 auto 1rem}.landing-page__roadmap{position:relative;max-width:56rem;margin:0 auto}.landing-page__roadmap-line{display:none}@media (min-width: 768px){.landing-page__roadmap-line{display:block;position:absolute;left:50%;top:0;bottom:0;width:1px;background-color:#d4d4d4}}.landing-page__roadmap-item{position:relative;display:grid;gap:4rem;margin-bottom:6rem}@media (min-width: 768px){.landing-page__roadmap-item{grid-template-columns:1fr 1fr}}.landing-page__roadmap-dot{display:none}@media (min-width: 768px){.landing-page__roadmap-dot{display:flex;position:absolute;left:50%;transform:translate(-50%);width:1rem;height:1rem;border-radius:9999px;background-color:#000;top:.5rem}}@media (min-width: 768px){.landing-page__roadmap-content--right{padding-left:4rem}}@media (min-width: 768px){.landing-page__roadmap-content--left{text-align:right;padding-right:4rem}}@media (max-width: 767px){.landing-page__roadmap-content--hidden-mobile{display:none}}.landing-page__roadmap-phase{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#737373;margin:0 0 .5rem}.landing-page__roadmap-title{font-size:1.25rem;font-weight:600;margin:0 0 1rem}.landing-page__roadmap-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;color:#404040;font-size:.875rem}.landing-page__pricing-grid{display:grid;gap:2rem}@media (min-width: 768px){.landing-page__pricing-grid{grid-template-columns:repeat(3,1fr)}}.landing-page__pricing-card{border-radius:1rem;padding:2rem;border:1px solid #e5e5e5;background-color:#fff}.landing-page__pricing-card--highlight{box-shadow:0 0 0 2px #000}.landing-page__pricing-card h3{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.landing-page__pricing-description{color:#525252;margin:0 0 1rem}.landing-page__pricing-price{font-size:.875rem;font-weight:500;margin:0 0 1.5rem}.landing-page__pricing-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.75rem}.landing-page__pricing-feature{display:flex;gap:.5rem;align-items:flex-start;font-size:.875rem}.landing-page__pricing-feature svg{width:1rem;height:1rem;margin-top:.25rem;flex-shrink:0}.landing-page__pricing-button{width:100%;padding:.75rem;border-radius:.75rem;font-weight:500;border:1px solid #e5e5e5;background-color:#fafafa;cursor:pointer}.landing-page__pricing-button:disabled{cursor:not-allowed;opacity:.7}.landing-page__footer{background-color:#fff}.landing-page__footer-inner{max-width:72rem;margin:0 auto;padding:4rem 1.5rem}.landing-page__footer-grid{display:grid;gap:3rem}@media (min-width: 768px){.landing-page__footer-grid{grid-template-columns:repeat(3,1fr);align-items:start}}.landing-page__footer-brand{font-weight:600;font-size:1.125rem;margin:0 0 .75rem}.landing-page__footer-text{font-size:.875rem;color:#525252;line-height:1.625;margin:0}.landing-page__footer-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#737373;margin:0 0 1rem}.landing-page__footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#404040}.landing-page__footer-links a{color:inherit;text-decoration:none}.landing-page__footer-links a:hover{text-decoration:underline}@media (min-width: 768px){.landing-page__footer-center{justify-self:center}}@media (min-width: 768px){.landing-page__footer-end{justify-self:end}}.landing-page__footer-bottom{margin-top:4rem;padding-top:1.5rem;border-top:1px solid #f5f5f5;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:center;font-size:.75rem;color:#737373}@media (min-width: 768px){.landing-page__footer-bottom{flex-direction:row}}.landing-page__footer-bottom p{margin:0}.home-page{min-height:100dvh;display:flex;background:#c5d9e8}.home-page__sidebar{padding:24px;display:flex;flex-direction:column;align-items:center;gap:16px}.home-page__sidebar__add-button{padding:2px;width:28px;height:28px;color:#fff;background:#7caacb;border-radius:100%;cursor:pointer;transition:.5s ease}.home-page__sidebar__add-button:hover{background:#5792bc}.home-page__main{padding:24px;display:flex;flex-direction:column;gap:36px;flex:1;background:#fff;border-radius:20px}.home-page__main__header{padding-top:50px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:16px}.home-page__main__header__title{font-size:40px}.home-page__main__header__description{max-width:800px}.home-page__main__header__cta{padding:12px 24px;margin-top:16px;max-width:max-content;border:none;cursor:pointer;background:#6831f2;color:#fff;border-radius:12px;transition:.2s ease}.home-page__main__header__cta:hover{background:#3a0bb1}.home-page__main__templates{display:flex;flex-direction:column;gap:24px}.home-page__main__templates__title{font-size:30px}.home-page__main__templates__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,600px));gap:24px}.home-page__main__templates__list__li{width:100%;height:auto;display:flex;flex-direction:column;gap:8px;cursor:pointer}.home-page__main__templates__list__li__img{width:100%;height:100%;max-height:400px;object-fit:cover}.home-page__main__templates__list__li__void-img{width:100%;aspect-ratio:300/210;display:flex;justify-content:center;align-items:center;color:gray;background:#eeeff1}.home-page__main__templates__list__li__info{display:flex;flex-direction:column;gap:4px}.home-page__main__templates__list__li__info__title{font-size:16px}.home-page__main__templates__list__li__info__updated{font-size:14px;color:gray}.add-template-button__button{width:100%;background-color:hsl(var(--sidebar-primary));color:hsl(var(--sidebar-primary-foreground))}.add-template-button__button:hover{background-color:hsl(var(--sidebar-primary)/.9)}.add-template-button__button__icon{width:8px;height:8px;margin-right:4px}.add-template-button__dialog__content{padding:8px 0}.add-template-button__dialog__content__input{margin-top:8px}.animated-tagline{display:flex;flex-direction:column;gap:.25rem;font-family:Playfair Display,serif}.animated-tagline__line{display:flex;align-items:baseline;gap:.5ch;font-size:clamp(2rem,6vw,3.5rem);font-weight:400;line-height:1.2}.animated-tagline__static{opacity:.35;font-style:italic}.animated-tagline__dot{opacity:.3}.animated-tagline__slot{position:relative;display:inline-block;overflow:hidden}.animated-tagline__sizer{display:inline-block;visibility:hidden;font-weight:700;white-space:nowrap}.animated-tagline__word{position:absolute;top:0;left:0;font-weight:700;white-space:nowrap;opacity:0;transform:translateY(110%);animation:animated-tagline-cycle 1s infinite}@keyframes animated-tagline-cycle{0%{opacity:0;transform:translateY(110%)}5%{opacity:1;transform:translateY(0)}20%{opacity:1;transform:translateY(0)}25%{opacity:0;transform:translateY(-110%)}to{opacity:0;transform:translateY(-110%)}}.amb{position:relative;max-width:max-content;display:inline-block}.amb__button{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#0009;cursor:pointer;transition:background-color .15s cubic-bezier(.2,0,.2,1),color .15s cubic-bezier(.2,0,.2,1),transform .1s cubic-bezier(.2,0,.2,1)}.amb__button:hover:not(:disabled){background-color:#0000000f;color:#000000de}.amb__button:active:not(:disabled){transform:scale(.9);background-color:#0000001a}.amb__button:focus-visible{outline:2px solid #7c3aed;outline-offset:2px}.amb__button--active{background-color:#0000001a;color:#000000de}.amb__button:disabled{color:#00000042;cursor:not-allowed}.amb__button svg{display:block}.amb__menu{position:absolute;top:calc(100% + 6px);min-width:200px;padding:6px 0;margin:0;background:#fff;border-radius:10px;box-shadow:0 2px 4px -1px #0000001a,0 6px 12px #00000014,0 2px 20px #0000000f;z-index:1200;opacity:0;transform:scale(.9) translateY(-6px);pointer-events:none;visibility:hidden;transition:opacity .14s cubic-bezier(.4,0,1,1),transform .14s cubic-bezier(.4,0,1,1),visibility 0ms linear .14s}.amb__menu--left{left:0;transform-origin:top left}.amb__menu--right{right:0;transform-origin:top right}.amb__menu--open{opacity:1;transform:scale(1) translateY(0);pointer-events:auto;visibility:visible;transition:opacity .19s cubic-bezier(.2,0,.2,1),transform .22s cubic-bezier(.2,0,.2,1),visibility 0ms}.amb__item{display:flex;align-items:center;gap:12px;width:100%;padding:9px 16px;border:none;background:transparent;font-family:inherit;font-size:14px;line-height:1.43;letter-spacing:.01em;text-align:left;color:#1a1a1a;cursor:pointer;white-space:nowrap;transition:background-color .12s cubic-bezier(.2,0,.2,1),padding-left .12s cubic-bezier(.2,0,.2,1)}.amb__item:hover:not(:disabled){background-color:#0000000f}.amb__item:active:not(:disabled){background-color:#0000001a;padding-left:20px}.amb__item:focus-visible{background-color:#0000000f;outline:none}.amb__item--primary{color:#7c3aed}.amb__item--primary:hover:not(:disabled){background-color:#7c3aed14}.amb__item--primary:active:not(:disabled){background-color:#7c3aed29}.amb__item--primary:focus-visible{background-color:#7c3aed14}.amb__item--error{color:#d32f2f}.amb__item--error:hover:not(:disabled){background-color:#d32f2f14}.amb__item--error:active:not(:disabled){background-color:#d32f2f29}.amb__item--error:focus-visible{background-color:#d32f2f14}.amb__item:disabled{color:#00000042!important;cursor:not-allowed;background:transparent!important;padding-left:16px!important}.amb__item-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.amb__item-icon svg{width:100%;height:100%}.amb__item-label{flex:1;overflow:hidden;text-overflow:ellipsis}:root{--background: 40 20% 98%;--foreground: 222 47% 11%;--card: 0 0% 100%;--card-foreground: 222 47% 11%;--popover: 0 0% 100%;--popover-foreground: 222 47% 11%;--primary: 222 47% 11%;--primary-foreground: 210 40% 98%;--secondary: 220 14% 96%;--secondary-foreground: 222 47% 11%;--muted: 220 14% 96%;--muted-foreground: 220 9% 46%;--accent: 168 76% 42%;--accent-foreground: 0 0% 100%;--destructive: 0 84% 60%;--destructive-foreground: 210 40% 98%;--border: 220 13% 91%;--input: 220 13% 91%;--ring: 168 76% 42%;--radius: .75rem;--sidebar-background: 222 47% 11%;--sidebar-foreground: 210 40% 98%;--sidebar-primary: 168 76% 42%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 222 47% 18%;--sidebar-accent-foreground: 210 40% 98%;--sidebar-border: 222 47% 18%;--sidebar-ring: 168 76% 42%;--canvas-bg: 40 20% 96%;--canvas-grid: 220 13% 85%;--field-year: 258 90% 66%;--field-month: 168 76% 42%;--field-day: 25 95% 53%;--field-border: 0 0% 0%;--shadow-sm: 0 1px 2px 0 hsl(0 0% 0% / .05);--shadow-md: 0 4px 6px -1px hsl(0 0% 0% / .1), 0 2px 4px -2px hsl(0 0% 0% / .1);--shadow-lg: 0 10px 15px -3px hsl(0 0% 0% / .1), 0 4px 6px -4px hsl(0 0% 0% / .1);--shadow-xl: 0 20px 25px -5px hsl(0 0% 0% / .1), 0 8px 10px -6px hsl(0 0% 0% / .1)}.dark{--background: 222 47% 6%;--foreground: 210 40% 98%;--card: 222 47% 8%;--card-foreground: 210 40% 98%;--popover: 222 47% 8%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222 47% 11%;--secondary: 222 47% 14%;--secondary-foreground: 210 40% 98%;--muted: 222 47% 14%;--muted-foreground: 215 20% 65%;--accent: 168 76% 42%;--accent-foreground: 0 0% 100%;--destructive: 0 63% 31%;--destructive-foreground: 210 40% 98%;--border: 222 47% 18%;--input: 222 47% 18%;--ring: 168 76% 42%;--sidebar-background: 222 47% 6%;--sidebar-foreground: 210 40% 98%;--sidebar-primary: 168 76% 42%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 222 47% 14%;--sidebar-accent-foreground: 210 40% 98%;--sidebar-border: 222 47% 14%;--sidebar-ring: 168 76% 42%;--canvas-bg: 222 47% 10%;--canvas-grid: 222 47% 16%}*,*:before,*:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:hsl(var(--border))}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}body{margin:0;line-height:inherit;background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"rlig" 1,"calt" 1}hr{height:0;color:inherit;border-top-width:1px}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:transparent;background-image:none;cursor:pointer}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:hsl(var(--muted-foreground))}img,svg,video,canvas,audio,iframe,embed,object{display:block}img,video{max-width:100%;height:auto}[hidden]{display:none!important}.canvas-workspace{background-color:hsl(var(--canvas-bg));background-image:linear-gradient(hsl(var(--canvas-grid)) 1px,transparent 1px),linear-gradient(90deg,hsl(var(--canvas-grid)) 1px,transparent 1px);background-size:20px 20px}.field-year{background-color:hsl(var(--field-year)/.3);border-color:hsl(var(--field-year))}.field-month{background-color:hsl(var(--field-month)/.3);border-color:hsl(var(--field-month))}.field-day{background-color:hsl(var(--field-day)/.3);border-color:hsl(var(--field-day))}.glass{background:hsl(var(--background)/.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.shadow-soft{box-shadow:var(--shadow-md)}.shadow-elevated{box-shadow:var(--shadow-lg)}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-scale-in{animation:scaleIn .2s ease-out}.animate-slide-up{animation:slideUp .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground)/.3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground)/.5)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}[data-radix-popper-content-wrapper]{z-index:100!important}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:calc(var(--radius) - 2px);font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s;background:transparent}.button:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}.button:disabled{pointer-events:none;opacity:.5}.button svg{pointer-events:none;width:1rem;height:1rem;flex-shrink:0}.button--default{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.button--default:hover:not(:disabled){background-color:hsl(var(--primary)/.9)}.button--destructive{background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.button--destructive:hover:not(:disabled){background-color:hsl(var(--destructive)/.9)}.button--outline{border:1px solid hsl(var(--input));background-color:hsl(var(--background))}.button--outline:hover:not(:disabled){background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.button--secondary{background-color:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.button--secondary:hover:not(:disabled){background-color:hsl(var(--secondary)/.8)}.button--ghost:hover:not(:disabled){background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.button--link{color:hsl(var(--primary));text-underline-offset:4px}.button--link:hover:not(:disabled){text-decoration:underline}.button--sidebar-primary{background-color:hsl(var(--sidebar-primary));color:hsl(var(--sidebar-primary-foreground))}.button--sidebar-primary:hover:not(:disabled){background-color:hsl(var(--sidebar-primary)/.9)}.button--accent{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.button--accent:hover:not(:disabled){background-color:hsl(var(--accent)/.9)}.button--size-default{height:2.5rem;padding:.5rem 1rem}.button--size-sm{height:2.25rem;padding:0 .75rem}.button--size-lg{height:2.75rem;padding:0 2rem}.button--size-icon{height:2.5rem;width:2.5rem;padding:0}.button--full-width{width:100%}.button--no-pointer-events{pointer-events:none}@keyframes dialogOverlayShow{0%{opacity:0}to{opacity:1}}@keyframes dialogOverlayHide{0%{opacity:1}to{opacity:0}}@keyframes dialogContentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes dialogContentHide{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-48%) scale(.95)}}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:#000c}.dialog-overlay[data-state=open]{animation:dialogOverlayShow .2s ease-out}.dialog-overlay[data-state=closed]{animation:dialogOverlayHide .2s ease-out}.dialog-content{position:fixed;left:50%;top:50%;z-index:51;display:grid;width:calc(100% - 2rem);max-width:32rem;transform:translate(-50%,-50%);gap:1rem;border:1px solid hsl(var(--border));background-color:hsl(var(--background));padding:1.5rem;box-shadow:var(--shadow-lg);border-radius:var(--radius)}.dialog-content[data-state=open]{animation:dialogContentShow .2s ease-out}.dialog-content[data-state=closed]{animation:dialogContentHide .2s ease-out}.dialog-content--wide{max-width:42rem}.dialog-close{position:absolute;right:1rem;top:1rem;border-radius:calc(var(--radius) - 4px);opacity:.7;border:none;background:transparent;cursor:pointer;padding:.25rem;transition:opacity .15s}.dialog-close:hover{opacity:1}.dialog-close:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}.dialog-close svg{width:1rem;height:1rem}.dialog-header{display:flex;flex-direction:column;gap:.375rem;text-align:center}@media (min-width: 640px){.dialog-header{text-align:left}}.dialog-footer{display:flex;flex-direction:column-reverse;gap:.5rem}@media (min-width: 640px){.dialog-footer{flex-direction:row;justify-content:flex-end}}.dialog-title{font-size:1.125rem;font-weight:600;line-height:1;letter-spacing:-.025em;margin:0}.dialog-description{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0}.dialog-title-row{display:flex;align-items:center;gap:.5rem}.dialog-footer--gap{gap:.5rem}.input{display:block;height:2.5rem;width:100%;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;color:hsl(var(--foreground))}.input::placeholder{color:hsl(var(--muted-foreground))}.input:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}.input:disabled{cursor:not-allowed;opacity:.5}.input--spaced-top{margin-top:.5rem}.label{font-size:.875rem;font-weight:500;line-height:1}.label:has(+*:disabled),.label[data-disabled=true]{cursor:not-allowed;opacity:.7}@keyframes selectContentShow{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes selectContentHide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.select-trigger{display:flex;height:2.5rem;width:100%;align-items:center;justify-content:space-between;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--input));background-color:hsl(var(--background));padding:.5rem .75rem;font-size:.875rem;cursor:pointer;text-align:left}.select-trigger:focus{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--ring))}.select-trigger:disabled{cursor:not-allowed;opacity:.5}.select-trigger>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-trigger--spaced-top{margin-top:.5rem}.select-trigger svg{width:1rem;height:1rem;opacity:.5;flex-shrink:0}.select-scroll-button{display:flex;cursor:default;align-items:center;justify-content:center;padding:.25rem 0;border:none;background:transparent}.select-scroll-button svg{width:1rem;height:1rem}.select-content{z-index:100;max-height:24rem;min-width:8rem;overflow:hidden;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));background-color:hsl(var(--popover));color:hsl(var(--popover-foreground));box-shadow:var(--shadow-md)}.select-content[data-state=open]{animation:selectContentShow .15s ease-out}.select-content[data-state=closed]{animation:selectContentHide .15s ease-out}.select-content--popper[data-side=bottom]{transform:translateY(.25rem)}.select-content--popper[data-side=top]{transform:translateY(-.25rem)}.select-content--popper[data-side=left]{transform:translate(-.25rem)}.select-content--popper[data-side=right]{transform:translate(.25rem)}.select-viewport{padding:.25rem}.select-viewport--popper{height:var(--radix-select-trigger-height);width:100%;min-width:var(--radix-select-trigger-width)}.select-label{padding:.375rem .5rem .375rem 2rem;font-size:.875rem;font-weight:600}.select-item{position:relative;display:flex;width:100%;cursor:default;-webkit-user-select:none;user-select:none;align-items:center;border-radius:calc(var(--radius) - 4px);padding:.375rem .5rem .375rem 2rem;font-size:.875rem;outline:none}.select-item:focus{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.select-item[data-disabled]{pointer-events:none;opacity:.5}.select-item-indicator{position:absolute;left:.5rem;display:flex;height:.875rem;width:.875rem;align-items:center;justify-content:center}.select-item-indicator svg{width:1rem;height:1rem}.select-separator{margin:.25rem -.25rem;height:1px;background-color:hsl(var(--muted))}.select-item-description{font-size:.75rem;color:hsl(var(--muted-foreground))}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes toastSlideOut{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.toast-viewport{position:fixed;top:0;z-index:100;display:flex;max-height:100vh;width:100%;flex-direction:column-reverse;padding:1rem}@media (min-width: 640px){.toast-viewport{bottom:0;right:0;top:auto;flex-direction:column;max-width:420px}}.toast{pointer-events:auto;position:relative;display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;overflow:hidden;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));background-color:hsl(var(--background));color:hsl(var(--foreground));padding:1.5rem 2rem 1.5rem 1.5rem;box-shadow:var(--shadow-lg);transition:all .15s}.toast[data-state=open]{animation:toastSlideIn .3s ease-out}.toast[data-state=closed]{animation:toastSlideOut .3s ease-out}.toast--destructive{border-color:hsl(var(--destructive));background-color:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.toast-action{display:inline-flex;height:2rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));background-color:transparent;padding:0 .75rem;font-size:.875rem;font-weight:500;cursor:pointer}.toast-action:hover{background-color:hsl(var(--secondary))}.toast-action:disabled{pointer-events:none;opacity:.5}.toast-close{position:absolute;right:.5rem;top:.5rem;border-radius:calc(var(--radius) - 2px);padding:.25rem;border:none;background:transparent;color:hsl(var(--foreground)/.5);opacity:0;cursor:pointer;transition:opacity .15s,color .15s}.toast:hover .toast-close{opacity:1}.toast-close:focus{opacity:1;outline:none}.toast-close:hover{color:hsl(var(--foreground))}.toast-close svg{width:1rem;height:1rem}.toast-title{font-size:.875rem;font-weight:600}.toast-description{font-size:.875rem;opacity:.9}.toaster-content{display:grid;gap:.25rem}@keyframes tooltipShow{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes tooltipHide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.tooltip-content{z-index:50;overflow:hidden;border-radius:calc(var(--radius) - 2px);border:1px solid hsl(var(--border));background-color:hsl(var(--popover));padding:.375rem .75rem;font-size:.875rem;color:hsl(var(--popover-foreground));box-shadow:var(--shadow-md)}.tooltip-content[data-state=open]{animation:tooltipShow .15s ease-out}.tooltip-content[data-state=closed]{animation:tooltipHide .15s ease-out}.sonner-toaster .toast{background-color:hsl(var(--background));color:hsl(var(--foreground));border:1px solid hsl(var(--border));box-shadow:var(--shadow-lg)}.sonner-toaster .description{color:hsl(var(--muted-foreground))}.sonner-toaster .action-button{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.sonner-toaster .cancel-button{background-color:hsl(var(--muted));color:hsl(var(--muted-foreground))}
