*,*:before,*:after{box-sizing:border-box}html,body,#app{height:100vh;width:100vw;margin:0;padding:0;overflow:hidden}#app{display:flex;flex-direction:column}html.dark{color-scheme:dark}body{padding-top:env(safe-area-inset-top,0px)}img,video,svg{max-width:100%}html:not(.style-square):not(.style-glass) body{font-family:system-ui,-apple-system,sans-serif;background:#fff;color:#000}:root.style-square{--black: #0a0f0c;--white: #fdfaf3;--forest: #1a3a2e;--forest-deep: #0f2419;--forest-dark: #0a1a12;--ivory: #f4ede3;--ivory-deep: #e8dec9;--bone: #dccfb6;--copper: #c8945b;--rust: #a04a2e;--berry: #6b1d2e;--bg: var(--ivory);--surface: var(--ivory-deep);--fg: var(--forest-deep);--accent: var(--forest);--accent-dark: var(--forest-deep);--accent-very-dark: var(--forest-dark);--accent-surface: color-mix(in srgb, var(--forest) 12%, var(--ivory));--muted: var(--bone);--muted-light: color-mix(in srgb, var(--bone) 50%, var(--ivory));--muted-fg: #4a3f30;--fg-subtle: #6b5e4a;--border: var(--forest-deep);--success: #2d5e3f;--danger: var(--berry);--warning: var(--copper);--radius: 0;--radius-sm: 0;--transition: .12s cubic-bezier(.2, 0, 0, 1);--shadow-sm: 2px 2px 0 var(--forest-deep);--shadow: 4px 4px 0 var(--forest-deep);--shadow-lg: 6px 6px 0 var(--forest-deep);--shadow-xl: 8px 8px 0 var(--forest-deep);--z-dropdown: 100;--z-sticky: 100;--z-overlay: 900;--z-modal: 2000;--z-toast: 3000;--texture: url(https://www.transparenttextures.com/patterns/paper-fibers.png);@keyframes spin-square{to{transform:rotate(360deg)}}@keyframes toast-slide-square{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}}:root.style-square.dark{--bg: #0f1612;--surface: #18221c;--fg: var(--ivory);--accent: #6ba588;--accent-dark: #8fbfa6;--accent-very-dark: var(--forest);--accent-surface: color-mix(in srgb, #6ba588 14%, #0f1612);--muted: #1f2a23;--muted-light: #18221c;--muted-fg: #b5a98e;--fg-subtle: #8a8068;--border: var(--ivory);--shadow-sm: 2px 2px 0 var(--ivory);--shadow: 4px 4px 0 var(--ivory);--shadow-lg: 6px 6px 0 var(--ivory);--shadow-xl: 8px 8px 0 var(--ivory)}:root.style-square *,:root.style-square *:before,:root.style-square *:after{border-color:var(--border);box-sizing:border-box;scrollbar-color:var(--forest) transparent}:root.style-square body{background-color:var(--bg);background-image:var(--texture);color:var(--fg);font-family:Crimson Text,Georgia,Times New Roman,serif;font-size:1.02rem;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root.style-square h1,:root.style-square h2,:root.style-square h3,:root.style-square h4,:root.style-square h5,:root.style-square h6{font-family:Playfair Display,Georgia,serif;font-weight:600;letter-spacing:-.02em;color:var(--fg)}:root.style-square a{color:var(--accent);font-weight:600;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px;cursor:pointer}:root.style-square a:hover{color:var(--accent-dark);text-decoration-thickness:2.5px}:root.style-square .container{max-width:1200px;margin:0 auto;padding:0 1rem}:root.style-square .row{display:flex;flex-direction:row;align-items:center}:root.style-square .column{display:flex;flex-direction:column}:root.style-square .gap-xs{gap:.25rem}:root.style-square .gap-sm{gap:.5rem}:root.style-square .gap-md{gap:1rem}:root.style-square .gap-lg{gap:1.5rem}:root.style-square .gap-xl{gap:2rem}:root.style-square .center{display:flex;align-items:center;justify-content:center}:root.style-square .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.25rem;font-family:Playfair Display,Georgia,serif;font-size:.95rem;font-weight:600;line-height:1;letter-spacing:.02em;border-radius:0;border:2px solid var(--forest-deep);background:var(--forest);color:var(--ivory);text-decoration:none;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}:root.style-square .button:hover:not(:disabled){transform:translate(-1px,-1px);box-shadow:var(--shadow)}:root.style-square .button:active:not(:disabled){transform:translate(2px,2px);box-shadow:none}:root.style-square .button:focus-visible{outline:2px solid var(--copper);outline-offset:3px}:root.style-square .button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}:root.style-square .button.secondary{background:var(--ivory-deep);color:var(--forest-deep)}:root.style-square .button.danger{background:var(--berry);color:var(--ivory);border-color:var(--forest-deep)}:root.style-square .button.outline{background:var(--ivory);color:var(--forest-deep)}:root.style-square .button.outline:hover:not(:disabled){background:var(--ivory-deep)}:root.style-square .button.outline.danger{color:var(--berry);border-color:var(--berry)}:root.style-square .button.outline.danger:hover:not(:disabled){background:color-mix(in srgb,var(--berry) 8%,var(--ivory))}:root.style-square .button.ghost{background:transparent;color:var(--forest-deep);border-color:transparent;box-shadow:none}:root.style-square .button.ghost:hover:not(:disabled){background:var(--ivory-deep);transform:none;box-shadow:none}:root.style-square .button.small{padding:.4rem .75rem;font-size:.8rem;border-width:2px}:root.style-square .button.icon{padding:.5rem;aspect-ratio:1}:root.style-square .button.icon.small{padding:.375rem}:root.style-square .pill-button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.5rem;font-family:Playfair Display,Georgia,serif;font-size:.95rem;font-weight:600;letter-spacing:.02em;border-radius:0;border:2px solid var(--forest-deep);background:var(--forest-deep);color:var(--ivory);text-decoration:none;cursor:pointer;box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition)}:root.style-square .pill-button:hover:not(:disabled){transform:translate(-2px,-2px);box-shadow:var(--shadow-lg);text-decoration:none}:root.style-square .pill-button:active:not(:disabled){transform:translate(3px,3px);box-shadow:none}:root.style-square .pill-outline{background:var(--ivory);color:var(--forest-deep)}:root.style-square .pill-lg{padding:.9rem 1.85rem;font-size:1.05rem}:root.style-square .card{background:var(--ivory);border:2px solid var(--forest-deep);border-radius:0;padding:1.5rem;box-shadow:var(--shadow)}:root.style-square .card.interactive{cursor:pointer;transition:transform var(--transition),box-shadow var(--transition)}:root.style-square .card.interactive:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow-lg)}:root.style-square .card.flat{box-shadow:none}:root.style-square input,:root.style-square textarea,:root.style-square select{padding:.55rem .85rem;border:2px solid var(--forest-deep);border-radius:0;font-family:Crimson Text,Georgia,serif;font-size:1rem;line-height:1.5;background-color:var(--ivory);color:var(--forest-deep)}:root.style-square input:focus-visible,:root.style-square textarea:focus-visible,:root.style-square select:focus-visible{outline:none;box-shadow:var(--shadow-sm);transform:translate(-1px,-1px)}:root.style-square textarea{field-sizing:content;min-height:80px;resize:vertical}:root.style-square .form-group{margin-bottom:1.5rem}:root.style-square .form-group label{display:flex;align-items:center;gap:.5rem;font-family:Playfair Display,Georgia,serif;font-size:.85rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--forest-deep);margin-bottom:.5rem}:root.style-square .form-group input,:root.style-square .form-group textarea,:root.style-square .form-group select{width:100%}:root.style-square .form-group:last-child{margin-bottom:0}:root.style-square .loading,:root.style-square .error{text-align:center;padding:4rem 0}:root.style-square .error{color:var(--danger)}:root.style-square .spinner{width:40px;height:40px;border:3px solid var(--bone);border-top-color:var(--forest);border-right-color:var(--forest);border-radius:50%;animation:spin-square 1s linear infinite}:root.style-square .spinner.small{width:16px;height:16px;border-width:2px}:root.style-square .toast{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border:2px solid var(--forest-deep);border-radius:0;box-shadow:var(--shadow);z-index:var(--z-toast);animation:toast-slide-square .3s ease-out;max-width:420px;font-size:.95rem;font-weight:600}:root.style-square .toast-success{background:var(--forest-deep);color:var(--ivory)}:root.style-square .toast-error{background:var(--berry);color:var(--ivory)}:root.style-square .badge{display:inline-block;padding:.3rem .85rem;background:var(--bone);color:var(--forest-deep);border:2px solid var(--forest-deep);border-radius:0;font-family:Playfair Display,Georgia,serif;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}:root.style-square .simple-landing .cta-section{border-top:2px solid var(--forest-deep);background:var(--ivory-deep)}:root.style-square .vp-composite{display:flex;align-items:center;min-width:0}:root.style-square .vp-num{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:var(--forest-deep);color:var(--ivory);font-family:Playfair Display,Georgia,serif;font-size:1.05rem;font-weight:700;letter-spacing:.04em;border:2px solid var(--forest-deep);border-radius:0;flex-shrink:0}:root.style-square .vp-title{display:inline-flex;align-items:center;height:2rem;margin:0;padding:0 .85rem;background:var(--ivory);color:var(--forest-deep);border:2px solid var(--forest-deep);border-left:none;font-family:Playfair Display,Georgia,serif;font-size:1rem;font-weight:600;letter-spacing:-.005em;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}:root.style-square .dm-window{background:var(--ivory);border:2px solid var(--forest-deep);box-shadow:var(--shadow-xl);border-radius:0}:root.style-square .dm-chrome{padding:.55rem .85rem;background:var(--forest-deep);color:var(--ivory);border-bottom:2px solid var(--forest-deep)}:root.style-square .dm-light{width:.7rem;height:.7rem;border-radius:0;border:1.5px solid var(--ivory)}:root.style-square .dm-l1{background:#d4593e}:root.style-square .dm-l2{background:var(--copper)}:root.style-square .dm-l3{background:#6ba47b}:root.style-square .dm-title{font-family:Playfair Display,Georgia,serif;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}:root.style-square .dm-body{padding:1.5rem;background:var(--ivory)}:root.style-square .dm-body-header{border-bottom:2px solid var(--forest-deep);padding-bottom:.6rem;margin-bottom:1rem}:root.style-square .dm-body-header h4{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;color:var(--forest-deep)}:root.style-square .dm-count{font-family:Playfair Display,Georgia,serif;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-fg)}:root.style-square .dm-input{padding:.55rem .7rem;border:2px dashed var(--forest-deep);background:var(--ivory-deep);margin-bottom:1rem;border-radius:0}:root.style-square .dm-bullet{width:.85rem;height:.85rem;border:2px solid var(--forest-deep);background:var(--ivory);border-radius:0}:root.style-square .dm-placeholder{font-style:italic;color:var(--muted-fg);font-size:.95rem}:root.style-square .dm-list{gap:.6rem}:root.style-square .dm-todo{font-size:.98rem;color:var(--forest-deep)}:root.style-square .dm-check{width:1.15rem;height:1.15rem;border:2px solid var(--forest-deep);background:var(--ivory);color:var(--ivory);border-radius:0}:root.style-square .dm-check.dm-checked{background:var(--forest-deep);color:var(--ivory)}:root.style-square .dm-todo.dm-done .dm-text{text-decoration:line-through;text-decoration-thickness:1.5px;color:var(--muted-fg)}:root.style-square .bg-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}:root.style-square .bg-shape{position:absolute;background:var(--forest);opacity:.06}:root.style-square .bg-shape.s1{top:8%;left:-6%;width:28vw;height:60vh;background:var(--forest-deep);opacity:.04}:root.style-square .bg-shape.s2{top:35%;right:-10%;width:42vw;height:22vh;background:var(--copper);opacity:.07}:root.style-square .bg-shape.s3{bottom:-8%;left:18%;width:50vw;height:30vh;background:var(--forest);opacity:.05}:root.style-square .bg-shape.s4{top:14%;right:22%;width:12vw;height:80vh;background:var(--berry);opacity:.04}:root.style-glass{--black: #1a0f08;--white: #fffaf0;--chocolate: #3d2817;--coffee: #5c4033;--cocoa: #6b4a2e;--caramel: #a06b3d;--gold: #c8923a;--gold-bright: #e0b554;--champagne: #f4e4bc;--cream: #faf2e0;--rose: #c97862;--bg: var(--cream);--surface: rgb(255 250 240 / 70%);--surface-solid: #fff8e8;--fg: var(--chocolate);--accent: var(--gold);--accent-dark: var(--coffee);--accent-very-dark: var(--chocolate);--accent-surface: color-mix(in srgb, var(--gold) 14%, var(--cream));--muted: rgb(160 107 61 / 12%);--muted-light: rgb(160 107 61 / 6%);--muted-fg: var(--coffee);--fg-subtle: var(--cocoa);--border: rgb(61 40 23 / 14%);--success: #4a7d3f;--danger: #b04a3e;--warning: var(--gold);--radius: 1.25rem;--radius-sm: .75rem;--transition: .2s cubic-bezier(.2, 0, 0, 1);--shadow-sm: 0 2px 8px -2px rgb(61 40 23 / 12%);--shadow: 0 12px 32px -8px rgb(61 40 23 / 18%), 0 4px 12px -4px rgb(61 40 23 / 10%);--shadow-lg: 0 24px 60px -12px rgb(61 40 23 / 25%), 0 8px 24px -8px rgb(61 40 23 / 12%);--shadow-xl: 0 36px 80px -16px rgb(61 40 23 / 32%);--shadow-glow: 0 0 0 1px rgb(255 255 255 / 60%) inset;--z-dropdown: 100;--z-sticky: 100;--z-overlay: 900;--z-modal: 2000;--z-toast: 3000;--texture: url(https://www.transparenttextures.com/patterns/subtle-white-feathers.png);@keyframes spin-glass{to{transform:rotate(360deg)}}@keyframes toast-slide-glass{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}}:root.style-glass.dark{--bg: #1a120a;--surface: rgb(60 40 24 / 50%);--surface-solid: #2a1c10;--fg: var(--champagne);--accent: var(--gold-bright);--accent-dark: var(--gold);--accent-very-dark: var(--caramel);--accent-surface: color-mix(in srgb, var(--gold) 18%, #1a120a);--muted: rgb(232 196 124 / 8%);--muted-light: rgb(232 196 124 / 4%);--muted-fg: rgb(244 228 188 / 70%);--fg-subtle: rgb(244 228 188 / 50%);--border: rgb(244 228 188 / 14%);--shadow-sm: 0 2px 8px -2px rgb(0 0 0 / 50%);--shadow: 0 12px 32px -8px rgb(0 0 0 / 60%), 0 4px 12px -4px rgb(0 0 0 / 40%);--shadow-lg: 0 24px 60px -12px rgb(0 0 0 / 70%), 0 8px 24px -8px rgb(0 0 0 / 50%)}:root.style-glass *,:root.style-glass *:before,:root.style-glass *:after{border-color:var(--border);scrollbar-color:rgb(160 107 61 / 35%) transparent}:root.style-glass body{background-color:var(--bg);background-image:var(--texture);color:var(--fg);font-family:Public Sans,system-ui,-apple-system,sans-serif;font-size:.98rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root.style-glass h1,:root.style-glass h2,:root.style-glass h3,:root.style-glass h4,:root.style-glass h5,:root.style-glass h6{font-family:Public Sans,system-ui,sans-serif;font-weight:600;letter-spacing:-.025em;color:var(--fg)}:root.style-glass a{color:var(--accent-dark);font-weight:600;text-decoration:none;cursor:pointer;transition:color var(--transition)}:root.style-glass a:hover{color:var(--accent);text-decoration:underline;text-underline-offset:3px}:root.style-glass .container{max-width:1200px;margin:0 auto;padding:0 1rem}:root.style-glass .row{display:flex;flex-direction:row;align-items:center}:root.style-glass .column{display:flex;flex-direction:column}:root.style-glass .gap-xs{gap:.25rem}:root.style-glass .gap-sm{gap:.5rem}:root.style-glass .gap-md{gap:1rem}:root.style-glass .gap-lg{gap:1.5rem}:root.style-glass .gap-xl{gap:2rem}:root.style-glass .center{display:flex;align-items:center;justify-content:center}:root.style-glass .button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:600;line-height:1;letter-spacing:-.005em;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,var(--gold) 0%,var(--caramel) 100%);color:var(--white);text-decoration:none;cursor:pointer;box-shadow:var(--shadow-sm),var(--shadow-glow);transition:transform var(--transition),box-shadow var(--transition),opacity var(--transition)}:root.style-glass .button:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--shadow),var(--shadow-glow)}:root.style-glass .button:active:not(:disabled){transform:translateY(0)}:root.style-glass .button:focus-visible{outline:2px solid var(--gold);outline-offset:3px}:root.style-glass .button:disabled{opacity:.5;cursor:not-allowed}:root.style-glass .button.secondary{background:var(--surface);color:var(--fg);border-color:var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}:root.style-glass .button.danger{background:linear-gradient(135deg,var(--rose) 0%,var(--danger) 100%);color:var(--white)}:root.style-glass .button.outline{background:var(--surface);color:var(--fg);border-color:var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}:root.style-glass .button.outline:hover:not(:disabled){background:#ffffffe5;border-color:var(--gold)}:root.style-glass .button.outline.danger{color:var(--danger);border-color:var(--danger)}:root.style-glass .button.outline.danger:hover:not(:disabled){background:color-mix(in srgb,var(--danger) 8%,white)}:root.style-glass .button.ghost{background:transparent;color:var(--fg);border-color:transparent;box-shadow:none}:root.style-glass .button.ghost:hover:not(:disabled){background:var(--muted);box-shadow:none}:root.style-glass .button.small{padding:.4rem .85rem;font-size:.8rem}:root.style-glass .button.icon{padding:.55rem;aspect-ratio:1}:root.style-glass .button.icon.small{padding:.4rem}:root.style-glass .pill-button{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.6rem;font-family:inherit;font-size:.92rem;font-weight:600;letter-spacing:-.005em;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,var(--gold) 0%,var(--caramel) 100%);color:var(--white);text-decoration:none;cursor:pointer;box-shadow:var(--shadow),var(--shadow-glow);transition:transform var(--transition),box-shadow var(--transition)}:root.style-glass .pill-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-lg),var(--shadow-glow);text-decoration:none}:root.style-glass .pill-outline{background:var(--surface);color:var(--fg);border-color:var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}:root.style-glass .pill-outline:hover:not(:disabled){background:#ffffffe5;border-color:var(--gold)}:root.style-glass .pill-lg{padding:.95rem 2.1rem;font-size:1rem}:root.style-glass .card{background:var(--surface);backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm),var(--shadow-glow)}:root.style-glass .card.interactive{cursor:pointer;transition:transform var(--transition),box-shadow var(--transition)}:root.style-glass .card.interactive:hover{transform:translateY(-3px);box-shadow:var(--shadow),var(--shadow-glow)}:root.style-glass .card.flat{box-shadow:none}:root.style-glass input,:root.style-glass textarea,:root.style-glass select{padding:.6rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font:inherit;font-size:.92rem;line-height:1.5;background-color:var(--surface);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--fg);transition:border-color var(--transition),box-shadow var(--transition)}:root.style-glass input:focus-visible,:root.style-glass textarea:focus-visible,:root.style-glass select:focus-visible{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px color-mix(in srgb,var(--gold) 20%,transparent);background-color:#ffffffe5}:root.style-glass textarea{field-sizing:content;min-height:80px;resize:vertical}:root.style-glass .form-group{margin-bottom:1.5rem}:root.style-glass .form-group label{display:flex;align-items:center;gap:.5rem;color:var(--fg);font-size:.88rem;font-weight:600;margin-bottom:.5rem}:root.style-glass .form-group input,:root.style-glass .form-group textarea,:root.style-glass .form-group select{width:100%}:root.style-glass .form-group:last-child{margin-bottom:0}:root.style-glass .loading,:root.style-glass .error{text-align:center;padding:4rem 0}:root.style-glass .error{color:var(--danger)}:root.style-glass .spinner{width:40px;height:40px;border:3px solid var(--muted);border-top-color:var(--gold);border-right-color:var(--caramel);border-radius:50%;animation:spin-glass 1s linear infinite}:root.style-glass .spinner.small{width:16px;height:16px;border-width:2px}:root.style-glass .toast{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--radius);box-shadow:var(--shadow-lg),var(--shadow-glow);z-index:var(--z-toast);animation:toast-slide-glass .3s ease-out;max-width:420px;font-size:.9rem;font-weight:500;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgb(255 255 255 / 30%)}:root.style-glass .toast-success{background:linear-gradient(135deg,var(--coffee) 0%,var(--chocolate) 100%);color:var(--champagne)}:root.style-glass .toast-error{background:linear-gradient(135deg,var(--rose) 0%,var(--danger) 100%);color:var(--white)}:root.style-glass .badge{display:inline-block;padding:.35rem .95rem;background:var(--surface);color:var(--muted-fg);border:1px solid var(--border);border-radius:999px;font-size:.78rem;font-weight:500;letter-spacing:.01em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}:root.style-glass .lp-headline{background:linear-gradient(135deg,var(--chocolate) 0%,var(--caramel) 60%,var(--gold) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}:root.style-glass .vp-composite{display:flex;align-items:center;gap:.75rem}:root.style-glass .vp-num{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:999px;font-size:.85rem;font-weight:700;color:var(--white);background:linear-gradient(135deg,var(--gold) 0%,var(--caramel) 100%);box-shadow:0 6px 16px -4px #a06b3d7f;flex-shrink:0}:root.style-glass .vp-title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.025em;line-height:1.25;color:var(--chocolate)}:root.style-glass .simple-landing .cta-inner{padding:3rem 1.5rem;border-radius:2rem;background:#fffaf08c;backdrop-filter:blur(24px) saturate(140%);-webkit-backdrop-filter:blur(24px) saturate(140%);border:1px solid rgb(255 255 255 / 50%);box-shadow:0 24px 60px -16px #3d281738,0 0 0 1px #fff9 inset;max-width:720px;margin:0 auto}:root.style-glass .dm-window{background:#fffaf0b3;backdrop-filter:blur(28px) saturate(150%);-webkit-backdrop-filter:blur(28px) saturate(150%);border:1px solid rgb(255 255 255 / 60%);border-radius:1.5rem;box-shadow:0 30px 80px -20px #3d281759,0 12px 32px -8px #3d28172e,0 0 0 1px #ffffff7f inset}:root.style-glass .dm-chrome{padding:.7rem 1rem;background:#fff8e87f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgb(61 40 23 / 8%)}:root.style-glass .dm-light{width:.75rem;height:.75rem;border-radius:50%;box-shadow:inset 0 0 0 .5px #0000001f}:root.style-glass .dm-l1{background:#ed6a5e}:root.style-glass .dm-l2{background:#f4be4f}:root.style-glass .dm-l3{background:#61c554}:root.style-glass .dm-title{font-size:.82rem;font-weight:600;color:var(--coffee);letter-spacing:-.005em}:root.style-glass .dm-body{padding:1.5rem}:root.style-glass .dm-body-header{margin-bottom:1.1rem}:root.style-glass .dm-body-header h4{font-size:1.4rem;font-weight:700;letter-spacing:-.025em;color:var(--chocolate)}:root.style-glass .dm-count{font-size:.78rem;color:var(--coffee);opacity:.7}:root.style-glass .dm-input{padding:.65rem .95rem;border:1px solid rgb(61 40 23 / 12%);border-radius:.85rem;margin-bottom:.9rem;background:#ffffff7f}:root.style-glass .dm-bullet{width:.95rem;height:.95rem;border:1.5px solid rgb(61 40 23 / 30%);border-radius:50%;background:#fff9}:root.style-glass .dm-placeholder{font-size:.92rem;color:#5c4033a6}:root.style-glass .dm-list{gap:.45rem}:root.style-glass .dm-todo{padding:.45rem .5rem;border-radius:.65rem;font-size:.95rem;color:var(--chocolate);transition:background .15s ease}:root.style-glass .dm-todo:hover{background:#ffffff73}:root.style-glass .dm-check{width:1.15rem;height:1.15rem;border:1.5px solid rgb(61 40 23 / 30%);border-radius:50%;background:#fff9;color:var(--white)}:root.style-glass .dm-check.dm-checked{background:linear-gradient(135deg,var(--gold) 0%,var(--caramel) 100%);border-color:transparent;box-shadow:0 2px 6px -2px #a06b3d99}:root.style-glass .dm-todo.dm-done .dm-text{text-decoration:line-through;color:#5c40338c}:root.style-glass .bg-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}:root.style-glass .bg-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.55}:root.style-glass .bg-shape.s1{top:-10%;left:-8%;width:55vw;height:55vw;background:radial-gradient(circle,var(--gold-bright) 0%,transparent 65%)}:root.style-glass .bg-shape.s2{top:5%;right:-12%;width:50vw;height:50vw;background:radial-gradient(circle,var(--caramel) 0%,transparent 65%);opacity:.45}:root.style-glass .bg-shape.s3{bottom:-20%;left:25%;width:60vw;height:60vw;background:radial-gradient(circle,var(--gold) 0%,transparent 60%);opacity:.4}:root.style-glass .bg-shape.s4{top:30%;left:35%;width:35vw;height:35vw;background:radial-gradient(circle,var(--rose) 0%,transparent 65%);opacity:.25}:root.style-glass.dark .bg-shape{opacity:.35}:root.style-glass.dark .bg-shape.s4{opacity:.2}.toast-close.svelte-1cpok13{background:none;border:none;color:inherit;font-size:1.25rem;cursor:pointer;padding:0;line-height:1;opacity:.8}.toast-close.svelte-1cpok13:hover{opacity:1}.feedback-fab.svelte-86xzc9{position:fixed;bottom:1.5rem;right:1.5rem;width:48px;height:48px;border-radius:50%;background:var(--accent);color:var(--white);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px color-mix(in srgb,var(--black) 20%,transparent);transition:transform var(--transition),box-shadow var(--transition);z-index:900}.feedback-fab.svelte-86xzc9:hover{transform:scale(1.08);box-shadow:0 6px 20px color-mix(in srgb,var(--black) 30%,transparent)}.feedback-overlay.svelte-86xzc9{position:fixed;top:0;right:0;bottom:0;left:0;z-index:950}.feedback-panel.svelte-86xzc9{position:fixed;bottom:5rem;right:1.5rem;width:340px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:0 8px 30px color-mix(in srgb,var(--black) 15%,transparent);z-index:1000;animation:svelte-86xzc9-feedback-slide-in .2s ease-out}.feedback-header.svelte-86xzc9{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}@keyframes svelte-86xzc9-feedback-slide-in{0%{transform:translateY(.5rem);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner.svelte-iudoo1{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);width:calc(100% - 2rem);max-width:520px;display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 20px color-mix(in srgb,var(--black) 15%,transparent);z-index:999;font-size:.85rem;animation:svelte-iudoo1-slide-up .3s ease-out}.cookie-banner.svelte-iudoo1 p:where(.svelte-iudoo1){margin:0;line-height:1.5;color:var(--fg)}.cookie-actions.svelte-iudoo1{display:flex;gap:.5rem;justify-content:flex-end}@keyframes svelte-iudoo1-slide-up{0%{transform:translate(-50%) translateY(1rem);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.past-due-banner.svelte-13zezaw{position:sticky;top:0;z-index:1000;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem 1rem;background:color-mix(in srgb,var(--danger) 12%,var(--surface));border-bottom:1px solid var(--danger);font-size:.85rem;color:var(--danger)}.banner-link.svelte-13zezaw{all:unset;cursor:pointer;font-weight:600;text-decoration:underline}.banner-dismiss.svelte-13zezaw{all:unset;cursor:pointer;font-size:1.1rem;opacity:.6;padding:0 .25rem}.banner-dismiss.svelte-13zezaw:hover{opacity:1}.credit-pill.svelte-17go95e{display:inline-flex;align-items:center;padding:.2rem .5rem;font-size:.7rem;font-weight:600;border:1px solid;border-radius:1rem;text-decoration:none;white-space:nowrap;transition:opacity var(--transition)}.credit-pill.svelte-17go95e:hover{opacity:.8}.ann-banner.svelte-sn3yzb{display:flex;align-items:center;gap:.75rem;padding:.55rem 1rem;background:var(--accent, #6366f1);color:#fff;font-size:.9rem;border-bottom:1px solid rgba(0,0,0,.08)}.ann-banner-tag.svelte-sn3yzb{background:#ffffff38;padding:.1rem .5rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ann-banner-title.svelte-sn3yzb{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.ann-banner-cta.svelte-sn3yzb{background:#fff;color:var(--accent, #6366f1);border:0;border-radius:.3rem;padding:.25rem .6rem;font-size:.82rem;font-weight:600;cursor:pointer}.ann-banner-cta.svelte-sn3yzb:hover{background:#ffffffeb}.ann-banner-dismiss.svelte-sn3yzb{background:transparent;color:#fff;border:0;font-size:1.3rem;line-height:1;padding:0 .3rem;cursor:pointer;opacity:.85}.ann-banner-dismiss.svelte-sn3yzb:hover{opacity:1}@media(max-width:540px){.ann-banner.svelte-sn3yzb{flex-wrap:wrap;padding:.5rem .75rem}.ann-banner-title.svelte-sn3yzb{flex-basis:100%;order:3}}.inbox-link.svelte-kyu4p9{position:relative}.badge.svelte-kyu4p9{position:absolute;top:-2px;right:-2px;min-width:1.05rem;height:1.05rem;padding:0 .3rem;box-sizing:border-box;border-radius:999px;background:var(--accent, #6366f1);color:#fff;font-size:.62rem;font-weight:700;line-height:1.05rem;text-align:center;pointer-events:none}.navbar.svelte-12qhfyh{position:relative;z-index:calc(var(--z-overlay) + 2);flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;height:3.75rem;border-bottom:1px solid var(--border);background:var(--surface)}.content.svelte-12qhfyh{flex:1;overflow-y:auto;min-height:0;position:relative;z-index:1;display:flex;flex-direction:column}.content-inner.svelte-12qhfyh{flex:1 0 auto;min-height:0}.navbar-brand.svelte-12qhfyh{display:flex;flex-direction:column;text-decoration:none;color:inherit;line-height:1.2}.navbar-title.svelte-12qhfyh{font-weight:600;font-size:1.05rem;letter-spacing:-.02em}.navbar-subtitle.svelte-12qhfyh{font-size:.65rem;font-weight:500;color:var(--muted-fg);letter-spacing:.01em}.footer.svelte-12qhfyh{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.25rem;border-top:1px solid var(--border);font-size:.72rem;color:var(--muted-fg);background:var(--surface)}.footer.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted-fg);text-decoration:none}.footer.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{text-decoration:underline}.footer-sep.svelte-12qhfyh{opacity:.5}.powered-by.svelte-12qhfyh{font-weight:600;color:var(--muted-fg)}.powered-by.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--muted-fg);text-decoration:none}.powered-by.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{text-decoration:underline}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;padding:0;background:transparent;border:none;cursor:pointer;border-radius:.5rem}.hamburger.svelte-12qhfyh:hover{background:var(--muted)}.hamburger-bar.svelte-12qhfyh{display:block;width:1.25rem;height:2px;margin:0 auto;background:var(--fg);border-radius:2px;transition:transform var(--transition),opacity var(--transition)}.hamburger-bar.open.svelte-12qhfyh:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-bar.open.svelte-12qhfyh:nth-child(2){opacity:0}.hamburger-bar.open.svelte-12qhfyh:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.menu-backdrop.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:var(--z-overlay);animation:svelte-12qhfyh-fade-in var(--transition) ease-out}.mobile-menu.svelte-12qhfyh{position:fixed;top:3.75rem;left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 10px 30px #0003,0 2px 8px #0000001a;padding:.5rem .75rem .75rem;display:flex;flex-direction:column;gap:.125rem;z-index:calc(var(--z-overlay) + 1);animation:svelte-12qhfyh-menu-in .18s ease-out}.icon-only.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;padding:.4rem;line-height:0}.mobile-menu-item.svelte-12qhfyh{display:flex;align-items:center;gap:.6rem;padding:.6rem .9rem;font-size:.95rem;color:var(--fg);text-decoration:none;background:transparent;border:none;border-radius:.5rem;cursor:pointer;text-align:left;width:100%}.mobile-menu-item.svelte-12qhfyh:hover{background:var(--muted)}.mobile-menu-credit.svelte-12qhfyh{pointer-events:auto}@keyframes svelte-12qhfyh-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-12qhfyh-menu-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.navbar.svelte-12qhfyh{box-shadow:0 2px 8px #0000000f}.navbar-desktop.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:flex}}
