@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)}.missing-page-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:320px}.missing-page-image__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:420px;padding:2rem}.missing-page-image__icon-wrapper{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:9999px;background:hsl(var(--muted)/.5);margin-bottom:1rem}.missing-page-image__icon{width:2rem;height:2rem;color:hsl(var(--muted-foreground))}.missing-page-image__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.missing-page-image__description{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;line-height:1.5}.missing-page-image__upload{position:relative;cursor:pointer}.missing-page-image__input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.missing-page-image__upload-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.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:1.25rem;border-radius:var(--radius);background-color:hsl(var(--muted)/.35);border:1px solid hsl(var(--border));display:flex;flex-direction:column;gap:1rem}.planner-generator-dialog__summary-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.planner-generator-dialog__summary-title{font-weight:600;font-size:.9375rem;margin:0}.planner-generator-dialog__summary-text{font-size:.8125rem;color:hsl(var(--muted-foreground));margin:.25rem 0 0}.planner-generator-dialog__estimate{display:flex;flex-direction:column;align-items:center;padding:.5rem .875rem;border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--background));border:1px solid hsl(var(--border));flex-shrink:0}.planner-generator-dialog__estimate-value{font-size:1.25rem;font-weight:700;color:hsl(var(--accent));line-height:1}.planner-generator-dialog__estimate-label{font-size:.6875rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.02em;margin-top:.25rem;white-space:nowrap}.planner-generator-dialog__tags{display:flex;flex-wrap:wrap;gap:.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:600}.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--margin-right{margin-right:.5rem}.export-progress-card{position:fixed;top:1rem;right:1rem;z-index:100;width:min(22rem,100vw - 2rem);padding:1rem 1.25rem;border-radius:var(--radius);background-color:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-lg);color:hsl(var(--card-foreground))}.export-progress-card__dismiss{position:absolute;top:.625rem;right:.625rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:calc(var(--radius) - 4px);background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;transition:background-color .15s,color .15s}.export-progress-card__dismiss:hover{background-color:hsl(var(--muted));color:hsl(var(--foreground))}.export-progress-card__body{display:flex;flex-direction:column;gap:.75rem;padding-right:1.25rem}.export-progress-card__header{display:flex;align-items:flex-start;gap:.75rem}.export-progress-card__text{flex:1;min-width:0}.export-progress-card__title{margin:0;font-size:.875rem;font-weight:600;line-height:1.3}.export-progress-card__title--error{color:hsl(var(--destructive))}.export-progress-card__subtitle{margin:.125rem 0 0;font-size:.75rem;color:hsl(var(--muted-foreground));line-height:1.4}.export-progress-card__percent{font-size:.875rem;font-weight:600;font-variant-numeric:tabular-nums;color:hsl(var(--accent));flex-shrink:0}.export-progress-card__track{width:100%;height:.375rem;border-radius:9999px;background-color:hsl(var(--muted));overflow:hidden}.export-progress-card__fill{height:100%;border-radius:9999px;background-color:hsl(var(--accent));transition:width .3s ease}.export-progress-card__fill--animated{position:relative;overflow:hidden}.export-progress-card__fill--animated:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,hsla(0,0%,100%,.35) 50%,transparent 100%);animation:export-shimmer 1.5s ease-in-out infinite}.export-progress-card__filename{margin:0;font-size:.75rem;color:hsl(var(--muted-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.export-progress-card__action{width:100%}.export-progress-card__icon{width:1rem;height:1rem;flex-shrink:0}.export-progress-card__icon--spin{animation:export-spin 1s linear infinite;color:hsl(var(--accent))}.export-progress-card__icon--success{width:1.25rem;height:1.25rem;color:hsl(var(--accent))}.export-progress-card__icon--margin-right{margin-right:.5rem}@keyframes export-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes export-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.canvas-floating-controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.canvas-floating-controls__hint{margin:0;padding:6px 10px;font-size:11px;color:#5c6370;background:#fffffff2;border:1px solid rgba(0,0,0,.08);border-radius:6px;box-shadow:0 2px 8px #00000014;max-width:200px;text-align:right}.canvas-floating-controls__dock{display:flex;flex-direction:column;align-items:center;gap:6px;background:#fffffff2;border:1px solid rgba(0,0,0,.08);border-radius:10px;padding:6px;box-shadow:0 2px 8px #00000014}.canvas-floating-controls__divider{width:32px;height:1px;background:#0000001a;margin:2px 0}.canvas-view-toggles{display:flex;align-items:center;gap:8px}.canvas-view-toggles--toolbar{margin-left:auto}.canvas-view-toggles--sidebar{flex-direction:column;align-items:stretch;gap:8px;width:100%}.canvas-view-toggles--floating{flex-direction:column;align-items:center;gap:4px;width:auto}.canvas-view-toggles button{display:flex;align-items:center;gap:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#f2f2f2;border:none;border-radius:8px;cursor:pointer;transition:.2s ease}.canvas-view-toggles button:hover{opacity:.75}.canvas-view-toggles--toolbar button{padding:8px 16px}.canvas-view-toggles--sidebar button{width:100%;padding:10px 16px;font-size:14px}.canvas-view-toggles--floating button{width:40px;height:40px;padding:0;justify-content:center;background-color:transparent;border-radius:8px}.canvas-view-toggles--floating button:hover{background-color:#f2f2f2}.canvas-view-toggles--floating button svg{width:20px;height:20px;flex-shrink:0}.canvas-view-toggles__tool--active{background-color:#262e3e!important;color:#fff}.measure-adjust-panel{pointer-events:auto;background:#fffffff2;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:10px 12px;box-shadow:0 2px 8px #00000014;max-width:240px}.measure-adjust-panel__hint{margin:0 0 8px;font-size:11px;color:#5c6370;line-height:1.4}.measure-adjust-panel__fields{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px}.measure-adjust-panel__field{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#505662}.measure-adjust-panel__field input{width:72px;padding:6px 8px;border:1px solid rgba(0,0,0,.12);border-radius:6px;font-size:13px}.measure-adjust-panel__apply{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:6px;background:#1abc9c;color:#fff;padding:7px 12px;font-size:12px;font-weight:500;cursor:pointer;transition:opacity .2s ease}.measure-adjust-panel__apply:hover{opacity:.85}.canvas-zoom-controls{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.canvas-zoom-controls__buttons{display:flex;align-items:center;gap:4px;background:#fffffff2;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:4px;box-shadow:0 2px 8px #00000014}.canvas-zoom-controls--floating{align-items:center}.canvas-zoom-controls--floating .canvas-zoom-controls__buttons{flex-direction:column;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none;gap:4px}.canvas-zoom-controls--floating .canvas-zoom-controls__button,.canvas-zoom-controls--floating .canvas-zoom-controls__reset{width:40px;height:40px;min-width:40px;padding:0;background:transparent;border-radius:8px}.canvas-zoom-controls--floating .canvas-zoom-controls__button:hover,.canvas-zoom-controls--floating .canvas-zoom-controls__reset:hover{background:#f2f2f2}.canvas-zoom-controls--floating .canvas-zoom-controls__button{font-size:18px}.canvas-zoom-controls--floating .canvas-zoom-controls__reset{font-size:12px}.canvas-zoom-controls__button,.canvas-zoom-controls__reset{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#f2f2f2;border-radius:6px;cursor:pointer;font-size:14px;line-height:1;transition:opacity .2s ease}.canvas-zoom-controls__button:hover,.canvas-zoom-controls__reset:hover{opacity:.75}.canvas-zoom-controls__button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-weight:600}.canvas-zoom-controls__reset{min-width:52px;height:28px;padding:0 8px;font-size:12px;font-weight:500}.canvas-zoom-controls__hint{margin:0;padding:6px 10px;font-size:11px;color:#5c6370;background:#fffffff2;border:1px solid rgba(0,0,0,.08);border-radius:6px;box-shadow:0 2px 8px #00000014;max-width:200px;text-align:right}.template-canva{position:relative;width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;flex:1;min-width:0;overflow:hidden;animation:fadeIn .3s ease-in-out}.template-canva--measure,.template-canva--measure .template-canva__stage{cursor:crosshair}.template-canva--pan-tool:not(.template-canva--panning){cursor:grab}.template-canva--pan-tool:not(.template-canva--panning) .template-canva__stage{cursor:grab}.template-canva--space-pan:not(.template-canva--panning){cursor:grab}.template-canva--space-pan:not(.template-canva--panning) .template-canva__stage{cursor:grab}.template-canva--panning,.template-canva--panning .template-canva__stage{cursor:grabbing}.template-canva__controls{position:absolute;right:16px;bottom:16px;z-index:10;display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}.template-canva__controls>*{pointer-events:auto}.pages-map{--pages-map-thumbnail-height: 72px;--pages-map-add-aspect-ratio: 3 / 4;--pages-map-label-height: 14px;width:100%;display:flex;align-items:flex-end;gap:16px;padding:10px 16px;overflow-x:auto;overflow-y:hidden;flex-shrink:0}.pages-map:before,.pages-map:after{content:"";flex:1 1 0;min-width: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}.toolbar,.base-toolbar{box-sizing:border-box;height:52px;min-width:min(600px,100vw - var(--editor-sidebar-width, 240px) - 80px);min-height:52px;max-height:52px;padding:0 24px;display:flex;align-items:center;background:#fdfdfd;border-radius:16px;box-shadow:#0000000d 0 0 0 1px;overflow:visible;flex-shrink:0}@media (max-width: 1100px){.toolbar,.base-toolbar{padding:0 16px}}.base-toolbar{width:max-content;gap:24px}.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}.toolbar{width:max-content;gap:12px}.toolbar__divider{align-self:stretch;width:1px;height:20px;align-self:center;margin:10px 0;background:gray;border-radius:4px;flex-shrink:0}.toolbar__name{margin:0;padding-right:8px;font-weight:700;font-size:14px;line-height:1;white-space:nowrap;flex-shrink:0}.toolbar__delete-button{flex-shrink:0}.toolbar__delete-selected{padding:6px 12px;font-size:13px;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;cursor:pointer;transition:background .15s ease}.toolbar__delete-selected:hover{background:#fee2e2}.area-style-controls--sidebar{display:flex;flex-direction:column;gap:16px;padding-bottom:16px}.area-style-controls--toolbar{display:flex;align-items:center;gap:8px}.area-style-controls__group{display:flex;flex-direction:column;gap:8px}.area-style-controls__label{font-size:12px;font-weight:600;color:gray;text-transform:uppercase}.area-style-controls__options{display:flex;flex-wrap:wrap;gap:8px;width:400px;max-width:max-content}.area-style-controls__options--fonts{flex-direction:column}.area-style-controls__options--text-case{margin-top:8px}.area-style-controls__option{min-width:48px;padding:6px 10px;border:1px solid #ececec;border-radius:8px;background:#fff;font-size:13px;cursor:pointer;transition:.2s ease}.area-style-controls__option:hover{border-color:#ccc}.area-style-controls__option--active{border-color:#1f2a3d;background:#f2f2f2;font-weight:600}.area-style-controls__option--text-case{min-width:40px;font-size:14px}.area-style-controls__color-row{display:flex;align-items:center;gap:8px}.area-style-controls__color-row--toolbar-popover{flex-direction:column;align-items:stretch;gap:12px}.area-style-controls__color-row__presets{display:flex;flex-wrap:wrap;gap:12px}.area-style-controls__color-swatch{width:24px;height:24px;border-radius:50%;border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:.2s ease}.area-style-controls__color-swatch--white{border-color:#ececec}.area-style-controls__color-swatch--active{border-color:#1f2a3d;box-shadow:0 0 0 2px #fff,0 0 0 4px #1f2a3d}.area-style-controls__hex-input{flex:1;min-width:0;height:32px;padding:4px 8px;font-size:12px}.area-style-controls__font-option{padding:8px 12px;border:1px solid #ececec;border-radius:8px;background:#fff;font-size:16px;text-align:left;cursor:pointer;transition:.2s ease}.area-style-controls__font-option:hover{border-color:#ccc}.area-style-controls__font-option--active{border-color:#1f2a3d;background:#f2f2f2}.area-style-controls__style-toggle{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #ececec;border-radius:8px;background:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:.2s ease}.area-style-controls__style-toggle--italic{font-style:italic}.area-style-controls__style-toggle:hover{border-color:#ccc}.area-style-controls__style-toggle--active{border-color:#1f2a3d;background:#f2f2f2}.area-style-controls__toolbar-popover-anchor{position:relative;flex-shrink:0}.area-style-controls__toolbar-popover-anchor:has(.area-style-controls__popover--visible){z-index:1}.area-style-controls__toolbar-popover-anchor:has(.area-style-controls__popover--visible) .area-style-controls__toolbar-trigger:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:#1f2a3d;pointer-events:none}.area-style-controls__toolbar-trigger{position:relative;display:flex;align-items:center;gap:8px;height:36px;padding:0 12px;border:none;border-radius:8px;background:#f2f2f2;font-size:13px;line-height:1;cursor:pointer;transition:.2s ease;white-space:nowrap;flex-shrink:0}.area-style-controls__toolbar-trigger:has(.area-style-controls__popover--visible){z-index:1}.area-style-controls__toolbar-trigger:has(.area-style-controls__popover--visible):after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:#1f2a3d;pointer-events:none}.area-style-controls__toolbar-trigger--color{gap:8px}.area-style-controls__toolbar-color-preview{width:16px;height:16px;border-radius:50%;border:1px solid #ececec;flex-shrink:0}.area-style-controls__popover{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);z-index:10;padding:16px;min-width:160px;display:none;background:#fff;border-radius:16px;box-shadow:#0000001a 0 4px 12px}.area-style-controls__popover--visible{display:block}.area-style-controls__popover--color{min-width:200px}.area-style-controls__popover--color .area-style-controls__hex-input{flex:none;width:100%;min-width:0}.block-delete-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:8px;background:none;cursor:pointer;transition:.2s ease;flex-shrink:0}.block-delete-button:hover{background:#f2f2f2}.block-delete-button__icon{width:18px;height:18px}.block-type-selector--popover{position:relative;display:flex;align-items:center;height:36px;padding:0 12px;border:none;border-radius:8px;background:#f2f2f2;font-size:13px;line-height:1;cursor:pointer;transition:.2s ease;flex-shrink:0}.block-type-selector--popover:has(.block-type-selector__menu--visible){z-index:1}.block-type-selector__menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);z-index:10;padding:24px;display:none;background:#fff;border-radius:24px;box-shadow:#0000001a 0 4px 12px}.block-type-selector__menu--visible{display:block}.block-type-selector__menu__options{width:300px;display:flex;flex-wrap:wrap;gap:12px}.block-type-selector__menu__option{padding:4px;border:2px solid transparent;border-radius:8px;background:none;cursor:pointer;transition:.2s ease}.block-type-selector__menu__option:hover{border-color:#ececec}.block-type-selector__menu__option--active{border-color:#1f2a3d;background:#f2f2f2}.block-type-selector--sidebar{display:flex;flex-direction:column;gap:8px;width:100%}.block-type-selector--sidebar:has(.block-type-selector__trigger--open){position:relative;z-index:1}.block-type-selector__label{font-size:12px;font-weight:600;color:gray;text-transform:uppercase}.block-type-selector__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;height:36px;padding:0 10px;border:1px solid #ececec;border-radius:8px;background:#fff;font-size:13px;line-height:1;cursor:pointer;transition:.2s ease}.block-type-selector__trigger:hover{border-color:#ccc}.block-type-selector__trigger--open{border-color:#1f2a3d}.block-type-selector__trigger__content{display:flex;align-items:center;gap:8px;min-width:0}.block-type-selector__trigger__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.block-type-selector__trigger__label{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.block-type-selector__chevron{flex-shrink:0;width:7px;height:7px;margin-top:-3px;border-right:1.5px solid #666;border-bottom:1.5px solid #666;transform:rotate(45deg);transition:transform .2s ease}.block-type-selector__chevron--open{margin-top:3px;transform:rotate(-135deg)}.block-type-selector__floating-menu{position:fixed;z-index:1000;padding:10px;background:#fff;border:1px solid #ececec;border-radius:10px;box-shadow:#0000001f 0 4px 16px}.block-type-selector__floating-menu__options{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.block-type-selector__floating-menu__option{padding:2px;border:1px solid transparent;border-radius:8px;background:none;cursor:pointer;transition:.2s ease}.block-type-selector__floating-menu__option .year-icon,.block-type-selector__floating-menu__option .month-icon,.block-type-selector__floating-menu__option .day-icon,.block-type-selector__floating-menu__option .start-week-day-icon,.block-type-selector__floating-menu__option .end-week-day-icon{padding:5px;border-width:1.5px;border-radius:10px;box-sizing:border-box}.block-type-selector__floating-menu__option .month-icon,.block-type-selector__floating-menu__option .start-week-day-icon,.block-type-selector__floating-menu__option .end-week-day-icon{font-size:10px}.block-type-selector__floating-menu__option .day-icon__day{border-radius:6px;font-size:11px}.block-type-selector__floating-menu__option:hover{border-color:#ececec}.block-type-selector__floating-menu__option--active{border-color:#1f2a3d;background:#f2f2f2}.block-type-selector--grid{display:flex;flex-wrap:wrap;gap:8px}.block-type-selector--grid.block-type-selector--compact{gap:4px}.block-type-selector--grid.block-type-selector--compact .block-type-selector__grid-button{padding:2px;border-width:1px;border-radius:6px}.block-type-selector__grid-button{padding:4px;border:2px solid transparent;border-radius:8px;background:none;cursor:pointer;transition:.2s ease}.block-type-selector__grid-button:hover{border-color:#ececec}.block-type-selector__grid-button--active{border-color:#1f2a3d;background:#f2f2f2}.block-type-selector__grid-button__icon-wrapper{display:flex;align-items:center;justify-content:center}.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:#f7f7f7;padding-block:8px;box-sizing:border-box}.editor-board__main{display:flex;flex:1;min-height:0;min-width:0;align-items:flex-start}.editor-board__main__content{padding-inline:20px;padding-block:24px;padding-top:16px;flex:1;align-self:stretch;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px;min-height:0;min-width:0}@media (max-width: 1100px){.editor-board__main__content{padding-inline:12px;padding-block:18px;padding-top:14px;gap:12px}}.editor-board__main__toolbar-slot{position:relative;z-index:10;height:52px;flex-shrink:0;width:100%;min-width:0;display:flex;justify-content:center;overflow-x:auto;overflow-y:visible}@media (max-width: 1100px){.editor-board__main__toolbar-slot{justify-content:flex-start}}.editor-sidebar{margin:12px;width:var(--editor-sidebar-width, 240px);flex-shrink:0;height:100%;max-height:calc(100% - 24px);overflow:hidden;display:flex;flex-direction:column;gap:16px;background:#fdfdfd;border-radius:16px;box-shadow:#0000000d 0 0 0 1px}@media (max-width: 1100px){.editor-sidebar{margin:8px;max-height:calc(100% - 16px);gap:12px}}.editor-sidebar__header{flex-shrink:0;padding:24px 16px;display:flex;flex-direction:column;gap:12px;border-bottom:1px solid #ECECEC}@media (max-width: 1100px){.editor-sidebar__header{padding:16px 12px}}.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;min-height:0;overflow-y:auto;gap:24px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}@media (max-width: 1100px){.editor-sidebar__main{padding:0 12px;gap:16px}}.editor-sidebar__main::-webkit-scrollbar{width:4px}.editor-sidebar__main::-webkit-scrollbar-track{background:transparent}.editor-sidebar__main::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.editor-sidebar__main::-webkit-scrollbar-thumb:hover{background:#00000038}.editor-sidebar__main__section{display:flex;flex-direction:column}.editor-sidebar__main__section__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 0 0 8px;background:none;border:none;border-left:1px solid grey;cursor:pointer;text-align:left}.editor-sidebar__main__section__trigger:hover{opacity:.75}.editor-sidebar__main__section__trigger__title{text-transform:uppercase;font-size:12px;font-weight:700;color:gray}.editor-sidebar__main__section__trigger__chevron{flex-shrink:0;color:gray;transition:transform .2s ease}.editor-sidebar__main__section[data-state=open] .editor-sidebar__main__section__trigger__chevron{transform:rotate(180deg)}.editor-sidebar__main__section__content{overflow:hidden}.editor-sidebar__main__section__content[data-state=open]{animation:editor-sidebar-section-down .25s cubic-bezier(.4,0,.2,1)}.editor-sidebar__main__section__content[data-state=closed]{animation:editor-sidebar-section-up .25s cubic-bezier(.4,0,.2,1)}.editor-sidebar__main__section__content-inner{display:flex;flex-direction:column;gap:16px;padding-top:16px}.editor-sidebar__main__section__content__title{font-size:14px;font-weight:500}.editor-sidebar__locale{margin-top:16px;padding-top:16px;border-top:1px solid #ECECEC}.editor-sidebar__locale-label{display:block;font-size:13px;font-weight:600;margin-bottom:4px}.editor-sidebar__locale-hint{margin:0 0 8px;font-size:12px;color:#737373;line-height:1.4}.editor-sidebar__locale-select{width:100%;padding:8px 10px;border:1px solid #E5E5E5;border-radius:8px;background:#fff;font-size:13px}@keyframes editor-sidebar-section-down{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes editor-sidebar-section-up{0%{height:var(--radix-collapsible-content-height)}to{height:0}}.editor-sidebar__multi-select-count{margin:0 0 12px;font-size:14px;font-weight:600;color:#333}.editor-sidebar__delete-selected{width:100%;padding:8px 12px;font-size:13px;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;cursor:pointer;transition:background .15s ease}.editor-sidebar__delete-selected:hover{background:#fee2e2}.block-settings-header{display:flex;flex-direction:column;gap:12px}.block-settings-header__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.block-settings-header__name{font-size:14px;font-weight:700;min-width:0}.block-settings-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.unsupported-viewport{display:none;min-height:100dvh;align-items:center;justify-content:center;padding:2rem;background-color:hsl(var(--background))}@media (max-width: 899px),(max-height: 559px){.unsupported-viewport{display:flex}}.unsupported-viewport__content{max-width:28rem;text-align:center}.unsupported-viewport__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)}.unsupported-viewport__icon{width:3rem;height:3rem;color:hsl(var(--accent))}.unsupported-viewport__title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.unsupported-viewport__message{margin:0 0 1.5rem;font-size:1rem;line-height:1.5;color:hsl(var(--muted-foreground))}.template-editor{--editor-sidebar-width: 240px;display:flex;height:100dvh;min-width:0;overflow:hidden;background-color:hsl(var(--background))}@media (max-width: 1100px){.template-editor{--editor-sidebar-width: 220px}}@media (max-width: 899px),(max-height: 559px){.template-editor{display:none}}.template-editor__inner{display:flex;flex:1;min-width:0;height:100%}.editor-showcase{width:100%;max-width:56rem;margin:0 auto;text-align:left}.editor-showcase__frame{position:relative;border-radius:1rem;overflow:hidden;border:1px solid #e5e5e5;background:#fff;box-shadow:0 4px 6px -1px #0000000f,0 20px 40px -12px #0000001f}.editor-showcase__chrome{display:flex;align-items:center;gap:.375rem;padding:.625rem 1rem;background:#f5f5f5;border-bottom:1px solid #e5e5e5}.editor-showcase__dot{width:.625rem;height:.625rem;border-radius:9999px}.editor-showcase__dot--red{background:#fca5a5}.editor-showcase__dot--yellow{background:#fcd34d}.editor-showcase__dot--green{background:#86efac}.editor-showcase__url{margin-left:.75rem;font-size:.6875rem;color:#737373;letter-spacing:.01em}.editor-showcase__app{display:flex;min-height:16rem;background:#f7f7f7}@media (min-width: 640px){.editor-showcase__app{min-height:20rem}}.editor-showcase__sidebar{display:none;flex-direction:column;align-items:stretch;gap:1rem;width:9.5rem;flex-shrink:0;margin:.5rem;padding:.875rem;background:#fdfdfd;border-radius:.75rem;box-shadow:#0000000d 0 0 0 1px;text-align:left}@media (min-width: 640px){.editor-showcase__sidebar{display:flex}}.editor-showcase__sidebar-header{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid #ececec}.editor-showcase__icon{color:#737373}.editor-showcase__template-name{display:block;width:100%;font-size:.75rem;font-weight:700;line-height:1.3;color:#171717;text-align:left}.editor-showcase__sidebar-section{flex:1}.editor-showcase__section-label{margin:0 0 .5rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#737373}.editor-showcase__block-types{display:flex;flex-direction:column;gap:.375rem}.editor-showcase__block-type{display:flex;align-items:center;gap:.375rem;padding:.375rem .5rem;border-radius:.375rem;border:1px solid transparent;font-size:.625rem;font-weight:500}.editor-showcase__generate-btn{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.5rem .625rem;border:none;border-radius:.5rem;background:#f2f2f2;color:#171717;font-size:.625rem;font-weight:500;cursor:default;transition:box-shadow .2s ease}.editor-showcase__generate-btn--highlight{background:#e8e8e8}.editor-showcase__main{flex:1;display:flex;flex-direction:column;align-items:center;padding:.75rem .75rem .625rem;min-width:0}.editor-showcase__toolbar{display:flex;gap:.375rem;margin-bottom:.625rem}.editor-showcase__tool{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:.375rem;background:#f2f2f2;color:#737373;border:none}.editor-showcase__tool--active{color:#fff;background:#262e3e}.editor-showcase__canvas-wrap{position:relative;flex:1;display:flex;align-items:center;justify-content:center;width:100%}.editor-showcase__page{position:relative;width:min(100%,13rem);aspect-ratio:3/4;background:#fff;border-radius:.375rem;box-shadow:0 1px 3px #00000014,0 8px 24px #0000000f;padding:1rem .875rem;overflow:hidden}@media (min-width: 640px){.editor-showcase__page{width:min(100%,15rem)}}.editor-showcase__page-header{margin-bottom:.875rem}.editor-showcase__header-slot{position:relative;width:55%;height:.625rem;margin-bottom:.375rem}.editor-showcase__layout-line{border-radius:.125rem;background:linear-gradient(90deg,#e8e8e8,#f5f5f5)}.editor-showcase__layout-line--title{width:100%;height:100%}.editor-showcase__layout-line--subtitle{width:35%;height:.4375rem}.editor-showcase__page-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.375rem}.editor-showcase__cell{position:relative;aspect-ratio:1;border-radius:.1875rem;background:#f5f5f5}.editor-showcase__zone{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;display:flex;align-items:center;justify-content:center;border:1.5px dashed currentColor;border-radius:.25rem;transition:border-color .3s,background .3s,box-shadow .3s,border-style .3s;pointer-events:none}.editor-showcase__zone--confirmed{border-style:solid;box-shadow:none}.editor-showcase__zone-badge{font-size:.5rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.editor-showcase__zone-label{font-size:.5625rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.editor-showcase__drop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:#ffffffeb;border:1.5px dashed #d4d4d4;border-radius:.375rem;color:#525252;font-size:.625rem;font-weight:500;pointer-events:none}.editor-showcase__cursor{position:absolute;top:0;left:0;color:#171717;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));pointer-events:none}.editor-showcase__sparkle{position:absolute;top:.625rem;right:.625rem;color:#1abc9c;pointer-events:none}.editor-showcase__dialog{position:absolute;bottom:.5rem;right:.5rem;width:min(11rem,72%);padding:.75rem;border-radius:.625rem;background:#fff;border:1px solid #e5e5e5;box-shadow:0 12px 32px #0000001f}.editor-showcase__dialog-title{display:flex;align-items:center;gap:.375rem;margin:0 0 .625rem;font-size:.6875rem;font-weight:600;color:#171717}.editor-showcase__dialog-fields{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.625rem}.editor-showcase__field{display:flex;flex-direction:column;gap:.125rem;padding:.375rem .5rem;border-radius:.375rem;background:#fafafa;font-size:.5625rem;color:#737373}.editor-showcase__field strong{color:#171717;font-weight:600}.editor-showcase__dialog-action{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.4375rem;border-radius:.375rem;background:#171717;color:#fff;font-size:.5625rem;font-weight:500}.editor-showcase__thumbs{display:flex;gap:.375rem;margin-top:.625rem}.editor-showcase__thumb{position:relative;width:1.75rem;height:2.25rem;border-radius:.25rem;background:#e5e5e5;border:1.5px solid transparent;overflow:hidden}.editor-showcase__thumb--active{border-color:#171717;background:#fff}.editor-showcase__thumb--filled{background:#fff}.editor-showcase__thumb-preview{display:flex;flex-direction:column;gap:.125rem;padding:.25rem .1875rem}.editor-showcase__thumb-preview span{display:block;height:.125rem;border-radius:.0625rem;background:#e5e5e5}.editor-showcase__thumb-preview span:first-child{width:70%}.editor-showcase__thumb-preview span:last-child{width:45%}.editor-showcase__mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem .875rem;background:#fdfdfd;border-top:1px solid #ececec}@media (min-width: 640px){.editor-showcase__mobile-bar{display:none}}.editor-showcase__mobile-bar-name{flex:1;min-width:0;font-size:.6875rem;font-weight:600;color:#171717;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-showcase__mobile-bar-btn{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;padding:.375rem .625rem;border-radius:.375rem;background:#f2f2f2;color:#171717;font-size:.5625rem;font-weight:500}.editor-showcase__mobile-bar-btn--highlight{background:#e8e8e8;box-shadow:0 0 0 2px #262e3e1f}.editor-showcase__guide{margin-top:1.5rem;text-align:center}.editor-showcase__stepper{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:1rem;padding:0 .5rem;overflow-x:auto}.editor-showcase__step{display:flex;align-items:center;flex-shrink:0}.editor-showcase__step-dot{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:9999px;border:1.5px solid #e5e5e5;background:#fff;color:#a3a3a3;font-size:.6875rem;font-weight:600;transition:border-color .3s,background .3s,color .3s}.editor-showcase__step-icon{display:flex;align-items:center;justify-content:center}.editor-showcase__step-line{width:1.75rem;height:1.5px;background:#e5e5e5;transition:background .3s}@media (min-width: 480px){.editor-showcase__step-line{width:2.5rem}}.editor-showcase__step--active .editor-showcase__step-dot{border-color:#171717;background:#171717;color:#fff}.editor-showcase__step--done .editor-showcase__step-dot{border-color:#171717;color:#171717}.editor-showcase__step--done .editor-showcase__step-line{background:#171717}.editor-showcase__step-copy{min-height:4.5rem}.editor-showcase__step-text{max-width:28rem;margin:0 auto}.editor-showcase__step-heading{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.375rem;color:#171717}.editor-showcase__step-number{font-size:.6875rem;font-weight:600;color:#737373;letter-spacing:.02em}.editor-showcase__step-description{margin:0;font-size:.875rem;line-height:1.5;color:#525252}@media (prefers-reduced-motion: reduce){.editor-showcase__generate-btn{animation:none!important}}@media (max-width: 639px){.editor-showcase__cursor{display:none}}.waitlist-form{width:100%;max-width:32rem;margin:0 auto}.waitlist-form__form{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.waitlist-form__form{flex-direction:row}}.waitlist-form__input{flex:1;padding:.875rem 1rem;border:1px solid #d4d4d4;border-radius:.875rem;font-size:1rem;background:#fff}.waitlist-form__input:focus{outline:2px solid #171717;outline-offset:1px}.waitlist-form__submit{padding:.875rem 1.25rem;border:none;border-radius:.875rem;background:#000;color:#fff;font-weight:500;cursor:pointer;white-space:nowrap}.waitlist-form__submit:disabled{opacity:.6;cursor:not-allowed}.waitlist-form__message{margin:.75rem 0 0;font-size:.875rem;line-height:1.5}.waitlist-form__message--success{color:#15803d}.waitlist-form__message--error{color:#b91c1c}.waitlist-form__sign-in{margin:1rem 0 0;font-size:.875rem;color:#bcb9b9}.waitlist-form__sign-in a{color:#bcb9b9;font-weight:500}.waitlist-form--compact{max-width:none}.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:5rem 1.5rem 7rem;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__hero-showcase{margin:3rem auto 0;padding:0 .5rem;max-width:56rem}.landing-page__hero-waitlist{max-width:36rem;margin:2.5rem auto 0}.landing-page__compare-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.landing-page__compare-grid{grid-template-columns:repeat(2,1fr)}}.landing-page__compare-card{padding:2rem;border-radius:1rem;border:1px solid #e5e5e5}.landing-page__compare-card h3{margin:0 0 1rem;font-size:1.125rem}.landing-page__compare-card ul{margin:0 0 1.5rem;padding-left:1.25rem;color:#525252;line-height:1.6}.landing-page__compare-card--manual{background:#fafafa}.landing-page__compare-card--dyna{background:#fff;border-color:#171717}.landing-page__compare-icon{width:1.5rem;height:1.5rem;margin-bottom:1rem;color:#525252}.landing-page__compare-time{margin:0;font-weight:600;font-size:.9375rem}.landing-page__compare-time--highlight{color:#15803d}.landing-page__savings{text-align:center;max-width:40rem;margin:0 auto}.landing-page__savings-text{color:#525252;line-height:1.6;margin:0 0 2rem}.landing-page__savings-stat{display:flex;flex-direction:column;gap:.5rem;padding:2rem;border-radius:1rem;background:#fff;border:1px solid #e5e5e5}.landing-page__savings-value{font-size:2rem;font-weight:700;letter-spacing:-.02em}.landing-page__savings-label{color:#525252;font-size:.9375rem}.landing-page__section--dark{background:#171717;color:#fff}.landing-page__section-title--light{color:#fff}.landing-page__waitlist-section{text-align:center;max-width:40rem;margin:0 auto}.landing-page__waitlist-subtitle{color:#a3a3a3;line-height:1.6;margin:0 0 2rem}.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{display:flex;min-height:100dvh;background-color:hsl(var(--background));color:hsl(var(--foreground))}@media (max-width: 767px){.home-page{flex-direction:column}}.home-page__workspace{flex:1;min-width:0;padding:12px 12px 12px 0;display:flex;flex-direction:column}@media (max-width: 767px){.home-page__workspace{padding:0}}.home-page__topbar{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:.75rem 1.5rem 0}.home-page__user-email{font-size:.8125rem;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:12rem}.home-page__logout{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:1px solid hsl(var(--border));border-radius:.625rem;background:hsl(var(--background));color:hsl(var(--foreground));font-size:.8125rem;font-weight:500;cursor:pointer;transition:background-color .15s ease}.home-page__logout:hover{background:hsl(var(--muted)/.5)}.home-page__content{flex:1;min-height:0;height:100%;max-width:72rem;margin:0 auto;padding:2rem 1.5rem 3rem;overflow-y:auto;scrollbar-gutter:stable}@media (max-width: 767px){.home-page__content{padding:1.5rem 1.25rem 2.5rem}}.home-page__content-inner{min-height:100%}.home-page__loading{padding:4rem 0;text-align:center;color:hsl(var(--muted-foreground));font-size:.9375rem}.home-page__header{margin-bottom:2rem}.home-page__title{margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.025em}.home-page__subtitle{margin:.5rem 0 0;font-size:.9375rem;color:hsl(var(--muted-foreground))}.home-page__projects{display:flex;flex-direction:column;gap:1.25rem}.home-page__section-title{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.home-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin:0;padding:0;list-style:none}.home-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - 8rem);padding:2rem 1rem;text-align:center}.home-page__empty-icon-wrapper{width:5rem;height:5rem;margin-bottom: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)}.home-page__empty-icon{width:2.5rem;height:2.5rem;color:hsl(var(--accent))}.home-page__empty-title{margin:1rem 0 .75rem;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.home-page__empty-description{margin:0;max-width:28rem;font-size:1rem;line-height:1.6;color:hsl(var(--muted-foreground))}.home-page__empty-cta{margin-top:1.75rem}.home-page__empty-cta .add-template-button__button{padding-inline:1.5rem;min-height:2.75rem;font-size:.9375rem}.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%)}}.home-rail{--home-rail-width: 240px;flex-shrink:0;padding:12px;width:calc(var(--home-rail-width) + 24px)}@media (max-width: 767px){.home-rail{position:sticky;top:0;z-index:10;width:100%;padding:0;background-color:hsl(var(--card)/.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid hsl(var(--border))}}.home-rail__inner{display:flex;flex-direction:column;gap:24px;height:calc(100dvh - 24px);padding:24px 16px;background:hsl(var(--card));border-radius:16px;box-shadow:#0000000d 0 0 0 1px}@media (max-width: 767px){.home-rail__inner{flex-direction:row;align-items:center;height:auto;padding:1rem 1.25rem;border-radius:0;box-shadow:none;gap:1rem}}.home-rail__header{flex-shrink:0}.home-rail__logo{display:inline-flex;align-items:center;gap:8px;font-size:1.125rem;font-weight:600;letter-spacing:-.025em;color:hsl(var(--foreground));text-decoration:none}.home-rail__logo:hover{color:hsl(var(--accent))}.home-rail__logo-icon{width:1.125rem;height:1.125rem;color:hsl(var(--accent))}.home-rail__tagline{margin:4px 0 0;font-size:.8125rem;color:hsl(var(--muted-foreground))}@media (max-width: 767px){.home-rail__tagline{display:none}}.home-rail__body{flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent}@media (max-width: 767px){.home-rail__body{display:none}}.home-rail__body::-webkit-scrollbar{width:4px}.home-rail__body::-webkit-scrollbar-track{background:transparent}.home-rail__body::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.home-rail__section{display:flex;flex-direction:column;gap:12px}.home-rail__section--tips{gap:16px}.home-rail__section-title{margin:0;padding-left:8px;text-transform:uppercase;font-size:12px;font-weight:700;color:gray;border-left:1px solid grey}.home-rail__recent-list{display:flex;flex-direction:column;gap:4px;margin:0;padding:0;list-style:none}.home-rail__recent-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px;border:none;border-radius:8px;background:none;cursor:pointer;text-align:left;transition:background-color .15s ease}.home-rail__recent-item:hover{background:hsl(var(--muted))}.home-rail__recent-item:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.home-rail__recent-thumb{flex-shrink:0;width:32px;height:32px;border-radius:6px;object-fit:cover;background:hsl(var(--muted))}.home-rail__recent-placeholder{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:6px;background:hsl(var(--muted))}.home-rail__recent-placeholder-icon{width:14px;height:14px;color:hsl(var(--muted-foreground))}.home-rail__recent-name{flex:1;min-width:0;font-size:.875rem;font-weight:500;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-rail__tips{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.home-rail__tip{display:flex;align-items:center;gap:10px}.home-rail__tip-icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:999px;background:hsl(var(--accent)/.1)}.home-rail__tip-icon{width:14px;height:14px;color:hsl(var(--accent))}.home-rail__tip-label{font-size:.8125rem;line-height:1.4;color:hsl(var(--muted-foreground))}.home-rail__footer{flex-shrink:0;display:flex;flex-direction:column;gap:12px;margin-top:auto}@media (max-width: 767px){.home-rail__footer{flex-direction:row;align-items:center;margin-top:0;margin-left:auto;gap:0}}.home-rail__explore-link{font-size:.8125rem;color:hsl(var(--muted-foreground));text-decoration:none;text-align:center}.home-rail__explore-link:hover{color:hsl(var(--accent))}@media (max-width: 767px){.home-rail__explore-link{display:none}}@media (max-width: 767px){.home-rail .add-template-button__button{width:auto;white-space:nowrap}}.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}.template-card{display:flex;flex-direction:column;gap:12px;padding:12px;background:hsl(var(--card));border-radius:16px;box-shadow:#0000000d 0 0 0 1px;transition:transform .2s ease,box-shadow .2s ease}.template-card:hover{transform:translateY(-2px);box-shadow:#0000000d 0 0 0 1px,var(--shadow-lg)}.template-card__trigger{display:block;width:100%;padding:0;border:none;background:none;cursor:pointer;border-radius:12px;overflow:hidden}.template-card__trigger:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.template-card__thumbnail{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:hsl(var(--muted))}.template-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,hsl(var(--muted)),hsl(var(--accent)/.08))}.template-card__placeholder-icon{width:2rem;height:2rem;color:hsl(var(--muted-foreground))}.template-card__footer{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-width:0}.template-card__meta{flex:1;min-width:0}.template-card__name{margin:0;font-size:.9375rem;font-weight:600;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-card__date{margin:4px 0 0;font-size:.8125rem;color:hsl(var(--muted-foreground))}.template-card__menu{flex-shrink:0}.new-project-card{display:flex;flex-direction:column;padding:12px;background:hsl(var(--card));border-radius:16px;box-shadow:#0000000d 0 0 0 1px;transition:transform .2s ease,box-shadow .2s ease}.new-project-card:hover{transform:translateY(-2px);box-shadow:#0000000d 0 0 0 1px,var(--shadow-lg)}.new-project-card__trigger{display:flex;flex-direction:column;gap:12px;width:100%;padding:0;border:none;background:none;cursor:pointer;text-align:left}.new-project-card__trigger:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:12px}.new-project-card__preview{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:4/3;border-radius:12px;border:2px dashed hsl(var(--border));background:linear-gradient(135deg,hsl(var(--muted)/.5),hsl(var(--accent)/.06));transition:border-color .2s ease,background .2s ease}.new-project-card:hover .new-project-card__preview{border-color:hsl(var(--accent)/.5);background:linear-gradient(135deg,hsl(var(--muted)/.6),hsl(var(--accent)/.12))}.new-project-card__icon{width:2.5rem;height:2.5rem;color:hsl(var(--muted-foreground));transition:color .2s ease,transform .2s ease}.new-project-card:hover .new-project-card__icon{color:hsl(var(--accent));transform:scale(1.08)}.new-project-card__footer{min-width:0}.new-project-card__label{margin:0;font-size:.9375rem;font-weight:600;color:hsl(var(--foreground))}.new-project-card__hint{margin:4px 0 0;font-size:.8125rem;color:hsl(var(--muted-foreground))}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:#fafafa}.auth-page__card{width:100%;max-width:28rem;padding:2.5rem 2rem;border-radius:1.25rem;background:#fff;border:1px solid #e5e5e5;box-shadow:var(--shadow-md);text-align:center}.auth-page__brand{margin:0 0 1rem;font-weight:600;letter-spacing:-.02em}.auth-page__title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.auth-page__subtitle{margin:0 0 1.5rem;color:#525252;line-height:1.5}.auth-page__error{margin:0 0 1rem;color:#b91c1c;font-size:.875rem;line-height:1.5}.auth-page__notice{margin:0 0 1rem;padding:.875rem 1rem;border-radius:.75rem;background:#f5f5f5;border:1px solid #e5e5e5;color:#404040;font-size:.875rem;line-height:1.5;text-align:left}.auth-page__email{margin:0 0 1.5rem;font-size:.875rem;color:#525252}.auth-page__google-btn{width:100%;padding:.875rem 1rem;border:none;border-radius:.875rem;background:#000!important;color:#fff;font-weight:500;cursor:pointer}.auth-page__google-btn:disabled{opacity:.6;cursor:not-allowed}.auth-page__actions{display:flex;flex-direction:column;gap:.75rem;align-items:center}.auth-page__link{display:inline-block;margin-top:1.25rem;color:#525252;font-size:.875rem;text-decoration:none}.auth-page__link:hover{color:#171717}.auth-page__ghost-btn{padding:.5rem 1rem;border:1px solid #d4d4d4;border-radius:.75rem;background:transparent;cursor:pointer;font-size:.875rem}.auth-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;color:#525252}:root{--background: 0 0% 97%;--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}.editor-planner-actions--toolbar{display:flex;align-items:center;gap:12px;margin-left:auto}.editor-planner-actions--sidebar{display:flex;flex-direction:column;gap:8px}.editor-planner-actions button{display:flex;align-items:center;gap:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#f2f2f2;border:none;border-radius:8px;cursor:pointer;transition:.2s ease}.editor-planner-actions button:hover{opacity:.5}.editor-planner-actions__generate--toolbar{padding:8px 16px}.editor-planner-actions__generate--sidebar{width:100%;padding:10px 16px;font-size:14px}.editor-planner-actions__icon{width:1rem;height:1rem;flex-shrink:0}.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))}
