:root{--background: oklch(.19 .025 160);--foreground: oklch(.93 .02 95);--card: oklch(.24 .03 158);--card-elevated: oklch(.27 .03 158);--secondary: oklch(.28 .035 158);--muted: oklch(.28 .035 158);--muted-foreground: oklch(.65 .03 120);--accent: oklch(.32 .04 155);--primary: oklch(.76 .1 85);--primary-foreground: oklch(.2 .03 160);--gold: oklch(.8 .11 88);--gold-deep: oklch(.7 .12 80);--ring: oklch(.8 .11 88);--gold-soft: oklch(.8 .11 88 / 18%);--destructive: oklch(.6 .19 25);--border: oklch(.35 .03 155 / 60%);--input: oklch(.35 .03 155 / 60%);--green: oklch(.78 .16 150);--green-bg: oklch(.25 .05 155);--green-border: oklch(.6 .13 150 / 55%);--red: oklch(.75 .16 15);--red-bg: oklch(.25 .05 20);--red-border: oklch(.6 .16 20 / 55%);--blue: oklch(.75 .13 240);--blue-bg: oklch(.28 .06 240);--blue-border: oklch(.6 .12 240 / 55%);--purple: oklch(.75 .15 300);--purple-bg: oklch(.28 .07 300);--purple-border: oklch(.6 .14 300 / 55%);--orange: oklch(.75 .15 55);--gold-bg: oklch(.29 .04 95);--gold-border: oklch(.8 .11 88 / 55%);--gold-tile-bg: oklch(.3 .045 95);--plus-bg: oklch(.34 .05 100);--nav-bg: oklch(.21 .028 160 / 92%);--overlay: oklch(.1 .02 160 / 65%);--shadow-card: inset 0 1px 0 0 rgb(255 255 255 / 6%), 0 12px 32px -12px rgb(0 0 0 / 55%);--shadow-soft: 0 6px 20px -8px rgb(0 0 0 / 45%);--radius: 1rem;--radius-sm: 12px;--radius-md: 14px;--radius-lg: 16px;--radius-xl: 20px;--radius-2xl: 24px;--font-display: "Playfair Display", Georgia, "Times New Roman", serif;--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-script: "Caveat", "Segoe Script", "Bradley Hand", cursive;--nav-h: 76px;color-scheme:dark}:root.light{--background: #F7F2EB;--foreground: #2D2926;--card: #FFFFFF;--card-elevated: #FFFFFF;--secondary: #F1E8DB;--muted: #F1E8DB;--muted-foreground: #766F69;--accent: #F5EEE4;--primary: #C87356;--primary-foreground: #FFFFFF;--gold: #C87356;--gold-deep: #B0613F;--ring: #C87356;--gold-soft: rgb(200 115 86 / 14%);--destructive: #B8533A;--border: #E5DDD4;--input: #E5DDD4;--forest: #2E4A3B;--green: #7A8F6B;--green-bg: #EEF2E8;--green-border: #CBD8C0;--red: #B8533A;--red-bg: #F8E9E3;--red-border: #EAC7BA;--blue: #5B7C99;--blue-bg: #E9EFF4;--blue-border: #C6D4DF;--purple: #8A6FA1;--purple-bg: #F0EAF5;--purple-border: #D7C9E3;--orange: #C87356;--gold-bg: #F1E8DB;--gold-border: #E3D5C6;--gold-tile-bg: #F5EDE2;--plus-bg: #C87356;--nav-bg: rgb(255 255 255 / 96%);--overlay: rgb(45 41 38 / 38%);--shadow-card: 0 1px 2px rgb(45 45 45 / 4%), 0 8px 24px -14px rgb(45 45 45 / 18%);--shadow-soft: 0 4px 14px -8px rgb(45 45 45 / 16%);color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-body);font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased;min-height:100dvh;overscroll-behavior-y:none}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:0;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}svg.icon{width:20px;height:20px;flex:none}.display{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em}.script{font-family:var(--font-script)}.muted{color:var(--muted-foreground)}.gold{color:var(--gold)}.text-gold-gradient{background:linear-gradient(120deg,oklch(.88 .1 90) 0%,var(--gold) 45%,oklch(.68 .12 78) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}:root.light .text-gold-gradient{background:none;-webkit-background-clip:initial;background-clip:initial;color:var(--primary)}.app{min-height:100dvh}.page{padding:max(20px,env(safe-area-inset-top)) 18px calc(var(--nav-h) + 28px + env(safe-area-inset-bottom));animation:fade .25s ease}.page-inner{max-width:560px;margin:0 auto}@keyframes fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px}.page-title{font-size:32px;line-height:1.1}.page-sub{color:var(--muted-foreground);font-size:14px;margin-top:6px}.head-btns{display:flex;gap:10px;flex:none}.head-btns.col{flex-direction:column}.icon-btn{width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--card);border:1px solid var(--border);color:var(--foreground);box-shadow:var(--shadow-soft);transition:transform .12s ease,background .15s ease}.icon-btn:active{transform:scale(.94)}.icon-btn.gold{color:var(--gold)}.icon-btn.gold-fill{background:var(--plus-bg);border-color:var(--gold-border);color:var(--gold)}.icon-btn .icon{width:20px;height:20px}.section-head{display:flex;justify-content:space-between;align-items:baseline;margin:22px 0 12px}.section-title{font-size:21px}.section-title.sm{font-family:var(--font-body);font-weight:600;font-size:15px}.link-gold{color:var(--gold);font-size:13px;font-weight:500;display:inline-flex;align-items:center;gap:4px}.link-gold .icon{width:15px;height:15px}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}.card.pad{padding:16px}.list{padding:0}.row{display:flex;align-items:center;gap:14px;padding:15px 16px;border-bottom:1px solid var(--border);text-align:left;width:100%}.row:last-child{border-bottom:0}.row:first-child{border-radius:var(--radius-xl) var(--radius-xl) 0 0}.row:last-child{border-radius:0 0 var(--radius-xl) var(--radius-xl)}.row:only-child{border-radius:var(--radius-xl)}.row .icon{color:var(--muted-foreground)}.row .row-label{flex:1;font-size:15px}.row .row-value{font-weight:500;font-variant-numeric:tabular-nums}.row:active{background:var(--accent)}.empty{color:var(--muted-foreground);text-align:center;padding:28px 16px;font-size:14px}.empty .icon{width:28px;height:28px;margin-bottom:8px;opacity:.6}.chips{display:flex;gap:8px;overflow-x:auto;padding:2px 0 6px;margin:0 0 12px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex:none;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:500;background:var(--card);border:1px solid var(--border);color:var(--muted-foreground)}.chip.active{background:var(--gold-soft);border-color:var(--gold-border);color:var(--gold)}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.01em}.badge.ok{background:var(--green-bg);color:var(--green);border:1px solid var(--green-border)}.badge.warn{background:var(--gold-soft);color:var(--gold);border:1px solid var(--gold-border)}.badge.off{background:var(--muted);color:var(--muted-foreground);border:1px solid var(--border)}.greet-sub{font-size:15px;color:var(--foreground);opacity:.85}.greet-name{font-size:34px;line-height:1.15;margin:2px 0 6px}.tagline{font-size:15px;line-height:1.35;color:var(--foreground);opacity:.85}.quote-card{position:relative;border-radius:var(--radius-xl);overflow:hidden;height:168px;border:1px solid var(--border);box-shadow:var(--shadow-card);margin-top:8px}.quote-card svg.forest{position:absolute;inset:0;width:100%;height:100%;display:block}.quote-card .quote-text{position:absolute;left:18px;right:18px;top:22px;font-family:var(--font-script);font-size:26px;line-height:1.15;color:#f2efe0;text-shadow:0 2px 10px rgb(0 0 0 / 45%)}.quote-card .brand{position:absolute;left:16px;bottom:14px;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#f2efe0;text-shadow:0 1px 6px rgb(0 0 0 / 50%)}.quote-card .brand .icon{width:15px;height:15px;color:var(--gold);filter:drop-shadow(0 1px 3px rgb(0 0 0 / 50%))}.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:10px}.tiles.two{grid-template-columns:1fr 1.55fr}.tile{display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:16px 14px;box-shadow:var(--shadow-card);min-height:108px;transition:transform .12s ease,background .15s ease}.tile:active{transform:scale(.97)}.tile .icon{color:var(--gold);width:22px;height:22px;margin-bottom:8px}.tile .tile-title{font-weight:600;font-size:15px}.tile .tile-sub{font-size:12px;color:var(--muted-foreground)}.sparrate-card{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:var(--gold-bg);border:1px solid var(--gold-border);border-radius:var(--radius-xl);padding:16px;margin-top:6px;box-shadow:var(--shadow-card)}.sparrate-card .icon.big{width:30px;height:30px;color:var(--gold)}.sparrate-card .icon.chev{color:var(--gold);margin-left:auto}.sparrate-card .label{font-size:13px;color:var(--muted-foreground)}.sparrate-card .amount{font-family:var(--font-display);font-size:24px;font-weight:600;line-height:1.2}.sparrate-card .amount small{font-size:15px;font-weight:500;margin-left:4px}.sparrate-card .hint{font-size:12px;color:var(--muted-foreground)}.cal-nav{display:flex;align-items:center;justify-content:space-between;margin:8px 0}.cal-nav button.month{font-family:var(--font-display);font-size:20px;font-weight:600;white-space:nowrap;width:auto;padding:0 14px}.cal-nav button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--foreground)}.cal-nav button:active{background:var(--accent)}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px 0}.cal-wd{text-align:center;font-size:12px;color:var(--muted-foreground);padding:6px 0 8px;font-weight:500}.cal-day{position:relative;height:46px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4px;border-radius:999px;font-size:14px;font-variant-numeric:tabular-nums;color:var(--foreground)}.cal-day .num{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.cal-day.other .num{color:var(--muted-foreground);opacity:.55}.cal-day.today .num{box-shadow:inset 0 0 0 1.5px var(--gold);color:var(--gold)}.cal-day.selected .num{background:var(--gold);color:var(--primary-foreground);box-shadow:0 4px 12px -4px var(--gold);font-weight:600}.cal-day .dots{display:flex;gap:3px;height:5px;margin-top:2px}.cal-day .dots i{width:5px;height:5px;border-radius:999px;background:var(--gold);display:block}.cal-day .dots i.green{background:var(--green)}.cal-day .dots i.blue{background:var(--blue)}.cal-day .dots i.orange{background:var(--orange)}.cal-day .dots i.purple{background:var(--purple)}.day-head{display:flex;justify-content:space-between;align-items:baseline;margin:18px 0 10px}.day-head .date{font-family:var(--font-display);font-weight:600;font-size:18px}.day-head .count{font-size:13px;color:var(--muted-foreground)}.events{display:flex;flex-direction:column;gap:10px}.event{display:flex;align-items:stretch;gap:12px;padding:12px 12px 12px 0}.event .bar{width:3px;border-radius:999px;margin-left:14px;background:var(--gold);flex:none}.event .bar.green{background:var(--green)}.event .bar.blue{background:var(--blue)}.event .bar.orange{background:var(--orange)}.event .bar.purple{background:var(--purple)}.event .time{display:flex;flex-direction:column;justify-content:space-between;font-size:13px;font-variant-numeric:tabular-nums;width:42px;flex:none}.event .time span:last-child{color:var(--muted-foreground)}.event .ev-icon{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--secondary);color:var(--gold);flex:none;align-self:center}.event .ev-icon.green{color:var(--green)}.event .ev-icon.blue{color:var(--blue)}.event .ev-icon.orange{color:var(--orange)}.event .ev-icon.purple{color:var(--purple)}.event .ev-body{flex:1;min-width:0;align-self:center;text-align:left}.event .ev-title{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event .ev-sub{font-size:12px;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event .more{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--muted-foreground);align-self:center}.event .more:active{background:var(--accent)}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stat{border-radius:var(--radius-xl);padding:14px 16px;border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-card);text-align:left;min-height:96px}.stat .stat-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500}.stat .stat-label .icon{width:16px;height:16px}.stat .stat-value{font-family:var(--font-display);font-size:26px;font-weight:600;line-height:1.2;margin-top:6px}.stat .stat-sub{font-size:12px;color:var(--muted-foreground);margin-top:2px}.stat.green{background:var(--green-bg);border-color:var(--green-border)}.stat.green .stat-label,.stat.green .stat-value{color:var(--green)}.stat.red{background:var(--red-bg);border-color:var(--red-border)}.stat.red .stat-label,.stat.red .stat-value{color:var(--red)}.stat.gold-outline{border-color:var(--gold-border)}.stat.gold-outline .stat-value{color:var(--gold)}.stat.gold-outline .stat-value.plain{color:var(--foreground)}.stat .stat-head{display:flex;justify-content:space-between;align-items:center}.stat .stat-head .icon{color:var(--muted-foreground);width:18px;height:18px}.sparrate-card.finance{margin-top:12px}.sparrate-card.finance .amount{color:var(--gold)}.sparrate-card.finance .info{margin-left:auto;color:var(--gold);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.goal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.goal{border-radius:var(--radius-lg);padding:14px 8px 12px;text-align:center;border:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:2px;background:var(--card);box-shadow:var(--shadow-card)}.goal .icon{width:22px;height:22px;margin-bottom:6px}.goal .goal-name{font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.goal .goal-pct{font-size:13px;font-weight:600}.goal .bar{width:100%;height:4px;border-radius:999px;background:#00000040;margin-top:8px;overflow:hidden}:root.light .goal .bar{background:#00000014}.goal .bar i{display:block;height:100%;border-radius:999px}.goal.green{background:var(--green-bg);border-color:var(--green-border)}.goal.green .icon,.goal.green .goal-pct{color:var(--green)}.goal.green .bar i{background:var(--green)}.goal.blue{background:var(--blue-bg);border-color:var(--blue-border)}.goal.blue .icon,.goal.blue .goal-pct{color:var(--blue)}.goal.blue .bar i{background:var(--blue)}.goal.purple{background:var(--purple-bg);border-color:var(--purple-border)}.goal.purple .icon,.goal.purple .goal-pct{color:var(--purple)}.goal.purple .bar i{background:var(--purple)}.goal.gold{background:var(--gold-tile-bg);border-color:var(--gold-border)}.goal.gold .icon,.goal.gold .goal-pct{color:var(--gold)}.goal.gold .bar i{background:var(--gold)}.motto{display:flex;align-items:center;justify-content:center;gap:8px;margin:28px 0 8px;color:var(--muted-foreground);font-size:12px;letter-spacing:.18em;text-transform:uppercase}.motto .icon{width:16px;height:16px;color:var(--gold)}.goal-row{display:flex;flex-direction:column;gap:10px;padding:16px;border-bottom:1px solid var(--border);text-align:left;width:100%}.goal-row:last-child{border-bottom:0}.goal-row .top{display:flex;align-items:center;gap:12px}.goal-row .top .icon{width:22px;height:22px}.goal-row .name{flex:1;font-weight:600}.goal-row .name small{display:block;font-weight:400;font-size:12px;color:var(--muted-foreground)}.goal-row .amt{font-family:var(--font-display);font-weight:600;font-size:18px}.goal-row .bar{height:6px;border-radius:999px;background:var(--muted);overflow:hidden}.goal-row .bar i{display:block;height:100%;border-radius:999px}.goal-row.green .icon,.goal-row.green .amt{color:var(--green)}.goal-row.green .bar i{background:var(--green)}.goal-row.blue .icon,.goal-row.blue .amt{color:var(--blue)}.goal-row.blue .bar i{background:var(--blue)}.goal-row.purple .icon,.goal-row.purple .amt{color:var(--purple)}.goal-row.purple .bar i{background:var(--purple)}.goal-row.gold .icon,.goal-row.gold .amt{color:var(--gold)}.goal-row.gold .bar i{background:var(--gold)}.contracts{display:flex;flex-direction:column;gap:10px}.contract{display:flex;align-items:center;gap:12px;padding:14px;width:100%;text-align:left}.contract .logo{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:20px;flex:none;color:#fff}.contract .logo .icon{width:22px;height:22px;color:currentColor}.contract .body{flex:1;min-width:0}.contract .name{font-weight:600;font-size:15px}.contract .provider{font-size:12px;color:var(--muted-foreground)}.contract .price{font-size:13px;margin-top:4px}.contract .price b{font-weight:600}.contract .next{font-size:12px;color:var(--muted-foreground)}.contract .next.gold{color:var(--gold)}.contract .right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex:none}.contract .right .icon{color:var(--muted-foreground);width:18px;height:18px}.contract.ended{opacity:.6}.group-head{display:flex;justify-content:space-between;align-items:center;margin:14px 0 10px}.group-head h3{font-family:var(--font-display);font-size:18px;font-weight:600}.group-head .icon{color:var(--muted-foreground)}.item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border);width:100%;text-align:left}.item:last-child{border-bottom:0}.check{width:24px;height:24px;border-radius:999px;border:1.5px solid var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center;flex:none;color:var(--primary-foreground);transition:background .15s ease}.check .icon{width:14px;height:14px;opacity:0}.item.done .check{background:var(--gold);border-color:var(--gold)}.item.done .check .icon{opacity:1}.item .body{flex:1;min-width:0;text-align:left}.item .name{font-weight:600;font-size:15px}.item .detail{font-size:12px;color:var(--muted-foreground)}.item.done .name{text-decoration:line-through;color:var(--muted-foreground);font-weight:500}.item .emoji{font-size:22px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;flex:none}.item .emoji:active{background:var(--accent)}.add-bar{display:flex;gap:10px;margin-top:14px}.add-bar .field-box{flex:1;display:flex;align-items:center;gap:10px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);padding:0 14px;box-shadow:var(--shadow-card)}.add-bar .field-box .icon{color:var(--muted-foreground)}.add-bar input{flex:1;background:none;border:0;outline:0;height:48px;min-width:0}.add-bar input::placeholder{color:var(--muted-foreground)}.add-bar .icon-btn{width:48px;height:48px;border-radius:var(--radius-md);color:var(--gold)}.clear-done{display:block;margin:10px auto 0;font-size:13px;color:var(--muted-foreground);padding:6px 12px}.notes{display:flex;flex-direction:column;gap:10px}.note{padding:14px 16px;width:100%;text-align:left}.note .n-title{font-weight:600}.note .n-body{font-size:13px;color:var(--muted-foreground);margin-top:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.note .n-date{font-size:11px;color:var(--muted-foreground);margin-top:8px}.search-box{display:flex;align-items:center;gap:10px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);padding:0 14px;box-shadow:var(--shadow-card);margin-top:6px}.search-box .icon{color:var(--muted-foreground)}.search-box input{flex:1;background:none;border:0;outline:0;height:50px;min-width:0}.search-box input::placeholder{color:var(--muted-foreground)}.result{display:flex;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid var(--border);width:100%;text-align:left}.result:last-child{border-bottom:0}.result .icon{color:var(--gold)}.result .r-body{flex:1;min-width:0}.result .r-title{font-weight:600;font-size:14px}.result .r-sub{font-size:12px;color:var(--muted-foreground)}.result .r-kind{margin-left:auto;font-size:11px;color:var(--muted-foreground);flex:none}.profile-hero{display:flex;align-items:center;gap:16px;padding:18px}.avatar{width:64px;height:64px;border-radius:999px;background:var(--gold-soft);border:1px solid var(--gold-border);color:var(--gold);font-family:var(--font-display);font-size:28px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex:none}.profile-hero .p-name{font-family:var(--font-display);font-size:22px;font-weight:600}.profile-hero .p-sub{font-size:13px;color:var(--muted-foreground)}.seg{display:flex;background:var(--muted);border-radius:999px;padding:3px;gap:3px}.seg button{flex:1;padding:7px 12px;border-radius:999px;font-size:13px;font-weight:500;color:var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center;gap:6px}.seg button.active{background:var(--card);color:var(--gold);box-shadow:var(--shadow-soft)}.seg .icon{width:15px;height:15px}.stats-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stats-mini .card{padding:12px;text-align:center}.stats-mini .v{font-family:var(--font-display);font-size:22px;font-weight:600;color:var(--gold)}.stats-mini .l{font-size:11px;color:var(--muted-foreground)}.nav{position:fixed;left:0;right:0;bottom:0;z-index:30;height:calc(var(--nav-h) + env(safe-area-inset-bottom));padding:0 8px env(safe-area-inset-bottom);background:var(--nav-bg);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--border)}.nav-inner{max-width:560px;margin:0 auto;height:var(--nav-h);display:grid;grid-template-columns:repeat(5,1fr);align-items:center}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:100%;color:var(--muted-foreground);font-size:11px;font-weight:500}.nav-item .icon{width:22px;height:22px}.nav-item.active{color:var(--gold)}.nav-plus{display:flex;align-items:flex-start;justify-content:center;height:100%}.nav-plus button{width:58px;height:58px;border-radius:999px;margin-top:-22px;background:var(--plus-bg);border:1px solid var(--gold-border);color:var(--gold);display:inline-flex;align-items:center;justify-content:center;box-shadow:0 10px 24px -8px #0000008c,inset 0 1px #ffffff14;transition:transform .12s ease}:root.light .nav-plus button{box-shadow:0 10px 22px -8px #1e322859}.nav-plus button:active{transform:scale(.93)}.nav-plus .icon{width:26px;height:26px}.nav-brand{display:none}.overlay{position:fixed;inset:0;z-index:50;background:var(--overlay);display:flex;align-items:flex-end;justify-content:center;animation:fade .18s ease}.sheet{width:100%;max-width:560px;max-height:92dvh;overflow:auto;background:var(--card);border:1px solid var(--border);border-bottom:0;border-radius:var(--radius-2xl) var(--radius-2xl) 0 0;padding:10px 20px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -10px 40px -10px #0000007f;animation:up .22s cubic-bezier(.2,.8,.2,1)}@keyframes up{0%{transform:translateY(40px);opacity:.6}to{transform:none;opacity:1}}.sheet .grip{width:40px;height:4px;border-radius:999px;background:var(--border);margin:4px auto 14px}.sheet h2{font-family:var(--font-display);font-size:22px;font-weight:600;margin-bottom:14px}.sheet .sheet-text{font-size:14px;color:var(--muted-foreground);margin-bottom:8px;line-height:1.5}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.field label{font-size:12px;font-weight:500;color:var(--muted-foreground)}.field input,.field select,.field textarea{width:100%;background:var(--background);border:1px solid var(--input);border-radius:var(--radius-md);padding:11px 13px;outline:0;color:var(--foreground)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--ring);box-shadow:0 0 0 3px var(--gold-soft)}.field textarea{min-height:96px;resize:vertical}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field .hint{font-size:12px;color:var(--muted-foreground)}.icon-pick{display:flex;flex-wrap:wrap;gap:8px}.icon-pick label{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);display:inline-flex;align-items:center;justify-content:center;color:var(--muted-foreground);cursor:pointer;background:var(--background)}.icon-pick input{display:none}.icon-pick label:has(input:checked){border-color:var(--gold-border);background:var(--gold-soft);color:var(--gold)}.icon-pick span{display:inline-flex}.color-pick{display:flex;gap:10px}.color-pick label{width:30px;height:30px;border-radius:999px;cursor:pointer;border:2px solid transparent}.color-pick input{display:none}.color-pick label:has(input:checked){border-color:var(--foreground);box-shadow:0 0 0 2px var(--card)}.sheet-actions{display:flex;gap:10px;margin-top:18px}.btn{flex:1;padding:13px 16px;border-radius:var(--radius-lg);font-weight:600;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);background:var(--secondary);color:var(--foreground)}.btn.primary{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.btn.danger{background:transparent;color:var(--destructive);border-color:color-mix(in oklab,var(--destructive) 50%,transparent);flex:0 0 auto;padding-inline:14px}.btn.ghost{background:transparent}.btn.block{width:100%;margin-top:10px}.btn:active{transform:scale(.98)}.check-list label{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid var(--border)}.check-list label:last-child{border-bottom:0}.check-list input{width:18px;height:18px;accent-color:var(--gold)}.list-editor{display:flex;flex-direction:column;gap:8px}.list-editor .le-row{display:grid;grid-template-columns:1fr 84px 36px;gap:8px;align-items:center}.list-editor .le-row input{background:var(--background);border:1px solid var(--input);border-radius:var(--radius-sm);padding:9px 11px;outline:0;min-width:0}.list-editor .le-row button{color:var(--muted-foreground);display:inline-flex;justify-content:center}.sum-hint{font-size:12px;color:var(--muted-foreground);margin-top:8px}.sum-hint.bad{color:var(--destructive)}.toast-wrap{position:fixed;left:0;right:0;bottom:calc(var(--nav-h) + 14px + env(safe-area-inset-bottom));z-index:60;display:flex;justify-content:center;pointer-events:none}.toast{background:var(--foreground);color:var(--background);padding:10px 16px;border-radius:999px;font-size:13px;font-weight:500;box-shadow:var(--shadow-card);animation:fade .2s ease}@media(min-width:900px){:root{--nav-h: 0px}.page{padding:40px 32px 60px 272px}.page-inner{max-width:640px}.nav{top:0;right:auto;bottom:0;width:240px;height:100dvh;padding:24px 14px;border-top:0;border-right:1px solid var(--border);backdrop-filter:none;background:var(--card)}.nav-inner{display:flex;flex-direction:column;gap:4px;height:auto;max-width:none}.nav-brand{display:flex;align-items:center;gap:10px;padding:6px 12px 22px;font-family:var(--font-display);font-size:24px;font-weight:600}.nav-brand .icon{color:var(--gold);width:24px;height:24px}.nav-item{flex-direction:row;justify-content:flex-start;gap:12px;padding:12px 14px;border-radius:var(--radius-md);font-size:15px;height:auto}.nav-item.active{background:var(--gold-soft)}.nav-item:hover:not(.active){background:var(--accent)}.nav-plus{order:10;margin-top:12px;height:auto}.nav-plus button{width:100%;height:48px;border-radius:var(--radius-md);margin:0;gap:8px;font-weight:600}.nav-plus button:after{content:"Neu erstellen";font-size:14px}.sheet{border-radius:var(--radius-2xl);border-bottom:1px solid var(--border);margin-bottom:40px}.overlay{align-items:center;padding-left:240px}.toast-wrap{bottom:30px;padding-left:240px}.tile{min-height:120px}.quote-card{height:200px}.quote-card .quote-text{font-size:30px}.row:hover,.tile:hover,.contract:hover,.item:hover,.note:hover,.result:hover{background:var(--card-elevated)}.tile:hover{transform:translateY(-2px)}}@media(min-width:1200px){.page-inner{max-width:720px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.splash{min-height:100dvh;display:flex;align-items:center;justify-content:center;font-size:34px;color:var(--gold)}.login{min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px 18px calc(24px + env(safe-area-inset-bottom))}.login-inner{width:100%;max-width:420px;position:relative}.login-theme{position:absolute;top:-4px;right:0}.login-brand{text-align:center;margin-bottom:22px}.login-brand h1{font-size:40px;margin:8px 0 4px}.login-logo{width:64px;height:64px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:var(--gold-soft);border:1px solid var(--gold-border);color:var(--gold)}.login-logo .icon{width:30px;height:30px}.text-danger{color:var(--destructive)}.row-sub{display:block;font-size:12px;color:var(--muted-foreground);font-weight:400}.row .badge{flex:none}label.row{cursor:pointer}.switch{appearance:none;width:42px;height:24px;border-radius:999px;background:var(--muted);border:1px solid var(--border);position:relative;flex:none;cursor:pointer;transition:background .15s ease;margin:0}.switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:999px;background:var(--muted-foreground);transition:transform .15s ease,background .15s ease}.switch:checked{background:var(--gold-soft);border-color:var(--gold-border)}.switch:checked:after{transform:translate(18px);background:var(--gold)}.cal-dot{width:12px;height:12px;border-radius:999px;flex:none;margin:0 4px}.code{font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-weight:600;letter-spacing:.08em;color:var(--gold);background:var(--gold-soft);border:1px solid var(--gold-border);border-radius:10px;padding:6px 10px;display:inline-flex;align-items:center;gap:6px;flex:none}.code .icon{width:14px;height:14px}.n-badge{margin-left:8px;vertical-align:middle;gap:4px}.n-badge .icon{width:11px;height:11px}.cal-day .dots i.cd,.event .bar.cd{background:var(--blue)}.event .ev-icon.cd{color:var(--blue)}.sheet-text code{font-size:12px;background:var(--muted);padding:1px 6px;border-radius:6px}.nav-plus button:disabled{opacity:.5;cursor:default}.check-list.field label{padding:8px 0;border:0}.note .n-meta{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center;margin-top:10px;font-size:11px;color:var(--muted-foreground)}.note .n-meta span{display:inline-flex;align-items:center;gap:4px}.note .n-meta .icon{width:13px;height:13px}.note .n-meta .due{color:var(--destructive)}.note .n-meta .gold{color:var(--gold)}.note .n-meta .n-date{margin-left:auto}.n-cat i{width:8px;height:8px;border-radius:999px;display:inline-block}.cat-dot{width:10px;height:10px;border-radius:999px;display:inline-block;margin-right:8px;vertical-align:middle}.cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:6px}@media(min-width:900px){.cat-grid{grid-template-columns:repeat(3,1fr)}}.cat-card{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:14px;text-align:left;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:transform .12s ease}.cat-card:active{transform:scale(.97)}.cat-card.active{border-color:var(--gold-border);background:var(--gold-soft)}.cat-card.dashed{border-style:dashed;box-shadow:none}.cat-ic{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#fff;margin-bottom:8px}.cat-ic.muted-bg{background:var(--secondary);color:var(--muted-foreground)}.cat-ic .icon{width:18px;height:18px}.cat-name{font-weight:600;font-size:14px}.cat-count{font-size:12px;color:var(--muted-foreground)}.cat-row{grid-template-columns:40px 1fr 36px}.cat-icon-btn{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#fff}.cat-pick{padding:8px 0 12px 48px;display:flex;flex-direction:column;gap:10px}.cat-pick .color-pick label.sel,.cat-pick .icon-pick label.sel{border-color:var(--foreground)}.cat-pick .icon-pick label.sel{color:var(--gold);background:var(--gold-soft)}.editor-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.save-state{font-size:12px;color:var(--muted-foreground)}.save-state.saving{color:var(--gold)}.note-title{width:100%;background:transparent;border:0;outline:0;font-family:var(--font-display);font-size:28px;font-weight:600;color:var(--foreground);padding:4px 0 10px}.note-title::placeholder{color:var(--muted-foreground);opacity:.6}.editor{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);overflow:hidden}.toolbar{position:sticky;top:0;z-index:5;background:var(--card-elevated);border-bottom:1px solid var(--border)}.tb-row{display:flex;flex-wrap:wrap;align-items:center;gap:2px;padding:6px 8px}.tb-row::-webkit-scrollbar{display:none}.tb-panel{border-top:1px solid var(--border);gap:8px;padding:8px 10px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.tb-label{font-size:12px;color:var(--muted-foreground);margin-right:4px;flex:none}.tb-btn{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted-foreground);flex:none}.tb-btn .icon{width:18px;height:18px}.tb-btn.active{background:var(--gold-soft);color:var(--gold)}.tb-btn:hover{background:var(--accent)}.tb-text{font-family:var(--font-display);font-weight:700;font-size:14px}.tb-sep{width:1px;height:22px;background:var(--border);margin:0 4px;flex:none}.swatch{width:28px;height:28px;border-radius:999px;border:2px solid transparent;flex:none;box-shadow:inset 0 0 0 1px #00000026}.swatch.active{border-color:var(--foreground)}.editor-content{min-height:220px;padding:14px 16px 18px;outline:0;line-height:1.55;font-size:15px}.editor-content>*+*{margin-top:.6em}.editor-content h2{font-family:var(--font-display);font-size:22px;font-weight:600;margin-top:1em}.editor-content h3{font-family:var(--font-display);font-size:18px;font-weight:600;margin-top:.9em}.editor-content ul,.editor-content ol{padding-left:1.4em}.editor-content mark{border-radius:3px;padding:0 2px;color:#14261d}.editor-content a{color:var(--gold);text-decoration:underline}.editor-content blockquote{border-left:3px solid var(--gold-border);padding-left:12px;color:var(--muted-foreground)}.editor-content code{background:var(--muted);padding:1px 5px;border-radius:5px;font-size:.9em}.editor-content ul[data-type=taskList]{list-style:none;padding-left:2px}.editor-content ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:10px}.editor-content ul[data-type=taskList] li>label{flex:none;margin-top:3px}.editor-content ul[data-type=taskList] li>label input{width:18px;height:18px;accent-color:var(--gold);cursor:pointer}.editor-content ul[data-type=taskList] li>div{flex:1;min-width:0}.editor-content ul[data-type=taskList] li[data-checked=true]>div{text-decoration:line-through;color:var(--muted-foreground)}.editor-content ul[data-type=taskList] ul[data-type=taskList]{margin-top:4px}.attachments{display:flex;flex-direction:column;gap:10px}.att-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.att-img{position:relative;aspect-ratio:1;border-radius:14px;overflow:hidden;border:1px solid var(--border);background:var(--secondary)}.att-img>button{width:100%;height:100%;display:block}.att-img img{width:100%;height:100%;object-fit:cover;display:block}.att-del{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:999px;background:#0000008c;color:#fff;display:inline-flex;align-items:center;justify-content:center}.att-del .icon{width:14px;height:14px}.att-media{padding:12px;display:flex;flex-direction:column;gap:8px}.att-head{display:flex;align-items:center;gap:10px}.att-head .icon{color:var(--gold)}.att-name{flex:1;min-width:0;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.att-name small{display:block;font-weight:400;font-size:11px;color:var(--muted-foreground)}.att-del-inline{color:var(--muted-foreground);width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.att-media audio{width:100%;height:40px}.att-media video{width:100%;max-height:320px;border-radius:10px;background:#000}.att-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.att-actions .chip{display:inline-flex;align-items:center;gap:6px}.att-actions .chip .icon{width:15px;height:15px}.att-actions .chip:disabled{opacity:.5}.att-busy{font-size:12px}.chip.recording{background:color-mix(in oklab,var(--destructive) 18%,transparent);border-color:var(--destructive);color:var(--destructive)}.rec-dot{width:8px;height:8px;border-radius:999px;background:var(--destructive);animation:blink 1s infinite}@keyframes blink{50%{opacity:.2}}.lightbox{position:fixed;inset:0;z-index:80;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:20px}.lightbox img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.lightbox .icon-btn{position:absolute;top:16px;right:16px}.row-select,.row-input{background:var(--background);border:1px solid var(--input);border-radius:10px;padding:7px 10px;color:var(--foreground);max-width:50%;font-size:13px}.row-input{max-width:46%}.add-wrap{position:relative}.clear-input{color:var(--muted-foreground);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.clear-input .icon{width:14px;height:14px}.sug-drop{position:absolute;left:0;right:58px;top:calc(100% + 6px);z-index:20;max-height:260px;overflow:auto}.sug-drop .row{padding:10px 14px}.emoji-sm{font-size:18px;width:24px;text-align:center;flex:none}.sug-chips{display:flex;flex-wrap:wrap;gap:8px}.chip.sug{display:inline-flex;align-items:center;gap:6px;color:var(--foreground)}.chip.sug .icon{width:13px;height:13px;color:var(--gold)}.share-preview{white-space:pre-wrap;font-family:var(--font-body);font-size:13px;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);padding:12px;max-height:220px;overflow:auto;margin:0;color:var(--muted-foreground)}a.row{color:inherit}.chip.catalog-btn{background:var(--gold-soft);border-color:var(--gold-border);color:var(--gold);font-weight:600}.chip.catalog-btn .icon{color:var(--gold);width:15px;height:15px}.catalog{max-height:52dvh;overflow:auto;margin:0 -4px;padding:0 4px}.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:12px}@media(min-width:900px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}.catalog-item{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:10px 34px 10px 12px;text-align:left;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);min-height:56px}.catalog-item.on{border-color:var(--green-border);background:var(--green-bg)}.ci-emoji{font-size:18px;line-height:1;margin-bottom:4px}.ci-name{font-size:13px;font-weight:600;line-height:1.2}.ci-detail{font-size:11px;color:var(--muted-foreground)}.ci-mark{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--gold-soft);color:var(--gold)}.catalog-item.on .ci-mark{background:var(--green-bg);color:var(--green)}.ci-mark .icon{width:14px;height:14px}.sheet .chips{margin-bottom:8px}.contract .logo.img{background:#fff;overflow:hidden;padding:5px}.contract .logo.img img{width:100%;height:100%;object-fit:contain;display:block;border-radius:6px}.nav-inner{grid-template-columns:repeat(6,1fr)}.nav-item{font-size:10px;gap:3px}.nav-item .icon{width:21px;height:21px}.nav-item.center{justify-content:flex-start;padding-top:0}.nav-item.center .ring{width:54px;height:54px;border-radius:999px;margin-top:-22px;margin-bottom:2px;display:inline-flex;align-items:center;justify-content:center;background:var(--plus-bg);border:1px solid var(--gold-border);color:var(--gold);box-shadow:0 10px 24px -8px #0000008c,inset 0 1px #ffffff14;transition:transform .12s ease}:root.light .nav-item.center .ring{box-shadow:0 10px 22px -8px #1e322859}.nav-item.center .ring .icon{width:24px;height:24px}.nav-item.center.active .ring{background:var(--gold);color:var(--primary-foreground);border-color:var(--gold)}.nav-item.center:active .ring{transform:scale(.93)}.nav-item.desktop-only{display:none}@media(min-width:900px){.nav-item.desktop-only{display:flex}.nav-item{font-size:15px;gap:12px}.nav-item.center{justify-content:flex-start;order:-1}.nav-item.center .ring{width:auto;height:auto;margin:0;background:none;border:0;box-shadow:none;color:inherit}.nav-item.center.active .ring{background:none;color:inherit}.nav-item.center .ring .icon{width:22px;height:22px}}:root.light .chip.active{background:var(--primary);border-color:var(--primary);color:#fff}:root.light .chip.catalog-btn{background:var(--secondary);border-color:var(--input);color:var(--primary)}:root.light .seg{background:var(--secondary)}:root.light .seg button.active{background:var(--primary);color:#fff;box-shadow:none}:root.light .icon-btn{box-shadow:none;border-color:var(--input)}:root.light .icon-btn.gold{color:var(--primary)}:root.light .card{border-color:var(--border)}:root.light .tile{border-color:var(--border)}:root.light .tile .icon{color:var(--primary)}:root.light .sparrate-card{background:var(--secondary);border-color:var(--input)}:root.light .sparrate-card .amount,:root.light .sparrate-card .icon.big,:root.light .sparrate-card .icon.chev{color:var(--primary)}:root.light .stat.green{background:var(--secondary);border-color:var(--input)}:root.light .stat.red{background:var(--secondary);border-color:var(--input)}:root.light .stat.gold-outline{border-color:var(--input)}:root.light .stat .stat-label{color:var(--muted-foreground)}:root.light .stat.green .stat-value{color:var(--green)}:root.light .stat.red .stat-value{color:var(--red)}:root.light .goal{box-shadow:none}:root.light .badge.ok{background:var(--green-bg);color:var(--forest);border-color:var(--green-border)}:root.light .badge.warn{background:var(--red-bg);color:var(--red);border-color:var(--red-border)}:root.light .check{border-color:var(--input)}:root.light .item.done .check{background:var(--primary);border-color:var(--primary)}:root.light .switch:checked{background:var(--green);border-color:var(--green)}:root.light .switch:checked:after{background:#fff}:root.light .nav{background:var(--nav-bg);border-top-color:var(--border)}:root.light .nav-item.active{color:var(--primary)}:root.light .nav-item.center .ring{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 8px 18px -8px #c873568c}:root.light .link-gold{color:var(--primary)}:root.light .btn.primary{background:var(--primary);border-color:var(--primary);color:#fff}:root.light .btn.ghost,:root.light .btn{background:var(--secondary);border-color:var(--input)}:root.light .btn.danger{background:transparent}:root.light .cal-day.selected .num{background:var(--primary);color:#fff;box-shadow:none}:root.light .cal-day.today .num{box-shadow:inset 0 0 0 1.5px var(--primary);color:var(--primary)}:root.light .event .ev-icon{background:var(--secondary)}:root.light .tb-btn.active{background:var(--gold-soft);color:var(--primary)}:root.light .editor-content ul[data-type=taskList] li>label input{accent-color:var(--primary)}:root.light .check-list input{accent-color:var(--primary)}:root.light .cat-card.active{background:var(--gold-soft);border-color:var(--input)}:root.light .code{color:var(--primary);background:var(--secondary);border-color:var(--input)}:root.light .avatar{background:var(--secondary);border-color:var(--input);color:var(--primary)}:root.light .login-logo{background:var(--secondary);border-color:var(--input);color:var(--primary)}:root.light .quote-line{color:var(--muted-foreground)}:root.light .motto .icon{color:var(--primary)}:root.light .group-head .count{color:var(--muted-foreground)}.home-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.home-avatar{width:52px;height:52px;border-radius:999px;background:var(--gold-soft);border:1px solid var(--gold-border);color:var(--gold);font-family:var(--font-display);font-size:22px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex:none}.quote-line{font-family:var(--font-display);font-style:italic;font-size:14px;color:var(--muted-foreground);margin:6px 0 14px;line-height:1.4}.home-search{display:flex;align-items:center;gap:10px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);padding:0 14px;margin-bottom:18px;box-shadow:var(--shadow-soft)}.home-search .icon{color:var(--muted-foreground)}.home-search input{flex:1;background:none;border:0;outline:0;height:46px;min-width:0;font-size:14px}.home-search input::placeholder{color:var(--muted-foreground)}.head-btns.row{flex-direction:row}.group-head .count{font-size:12px;color:var(--muted-foreground);font-weight:500}:root.light .cal-day.selected .num,:root.light .cal-day.selected.today .num{background:var(--primary);color:#fff}.home-head>div{flex:1;min-width:0}.home-head .greet-name{font-size:30px}.home-head .greet-name span{font-size:24px}.home-head{align-items:center;margin-bottom:10px}.greet-title{font-size:30px;line-height:1.18;font-weight:600}.greet-title span{font-size:24px}.home-avatar.big{width:66px;height:66px;font-size:26px}.quote-line{font-size:16px;line-height:1.45;margin:4px 0 16px}.home-search{border-radius:16px;margin-bottom:16px}.home-search input{height:50px;font-family:var(--font-display);font-style:italic;font-size:15px}.tiles.v2 .tile{align-items:center;text-align:center;justify-content:center;gap:2px;padding:16px 10px;min-height:118px;background:var(--secondary);border-color:var(--border);box-shadow:var(--shadow-soft)}.tiles.v2 .tile .icon{width:30px;height:30px;margin-bottom:8px;color:var(--gold)}.tiles.v2 .tile .tile-title{font-family:var(--font-display);font-size:16px;font-weight:700}.tiles.v2 .tile .tile-sub{font-size:12px}.tiles.v2.two{grid-template-columns:1fr 2.1fr}.tiles.v2 .tile.wide{flex-direction:row;gap:16px;text-align:left;align-items:center}.tiles.v2 .tile.wide .icon{width:40px;height:40px;margin:0}.tiles.v2 .tile.wide>span{display:flex;flex-direction:column;gap:2px}.tiles.v2 .tile.wide .tile-sub{font-size:14px;color:var(--foreground)}.tiles.v2 .tile.wide .tile-title{font-size:17px}.sparrate-card.v2{background:var(--secondary);border-color:var(--border);gap:16px;padding:14px 16px;margin-top:8px}.sparrate-card.v2 .circle{width:56px;height:56px;border-radius:999px;background:var(--gold-soft);color:var(--gold);display:inline-flex;align-items:center;justify-content:center;flex:none}.sparrate-card.v2 .circle .icon{width:26px;height:26px}.sparrate-card.v2 .text{display:flex;flex-direction:column;gap:2px;flex:1}.sparrate-card.v2 .label{font-family:var(--font-display);font-size:14px;color:var(--foreground)}.sparrate-card.v2 .amount{font-family:var(--font-display);font-size:26px;font-weight:600;color:var(--foreground);line-height:1.15}.sparrate-card.v2 .amount small{font-size:18px;font-weight:400;margin:0}.sparrate-card.v2 .chev{color:var(--foreground)}.hero-card{position:relative;border-radius:var(--radius-xl);overflow:hidden;height:200px;margin-top:14px;border:1px solid var(--border);box-shadow:var(--shadow-card)}.hero-svg{position:absolute;inset:0;width:100%;height:100%;display:block}.hero-text{position:absolute;right:18px;top:26px;text-align:right;font-family:var(--font-display);font-style:italic;font-size:20px;line-height:1.35;color:#fff;text-shadow:0 1px 8px rgb(0 0 0 / 45%)}:root.light .sparrate-card.v2{background:#f1e6db;border-color:var(--border)}:root.light .sparrate-card.v2 .circle{background:#e3d5c6;color:var(--primary)}:root.light .hero-text{color:#fff}@media(min-width:900px){.hero-card{height:240px}.hero-text{font-size:24px;top:34px;right:26px}}:root.light .sparrate-card.v2 .amount,:root.light .sparrate-card.v2 .chev,:root.light .sparrate-card.v2 .label{color:var(--foreground)}.home-head .home-avatar.big{margin-left:auto}:root.light .tiles.v2 .tile{background:#fcf8f0}.tiles.v2 .tile{align-items:flex-start;text-align:left;justify-content:flex-end;padding:16px 14px}.tiles.v2 .tile .icon{margin-bottom:10px}.tiles.v2 .tile.wide{justify-content:flex-start}.home-avatar,.avatar{overflow:hidden}.home-avatar img,.avatar img{width:100%;height:100%;object-fit:cover;display:block;border-radius:999px}.avatar-btn{position:relative;flex:none}.avatar-btn:disabled{opacity:.6}.avatar-cam{position:absolute;right:-2px;bottom:-2px;width:26px;height:26px;border-radius:999px;background:var(--primary);color:var(--primary-foreground);display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--card)}.avatar-cam .icon{width:13px;height:13px}.avatar.sm{width:34px;height:34px;font-size:15px;flex:none}.icon-btn.primary{background:#c87356;border-color:#c87356;color:#fff;box-shadow:0 6px 16px -8px #c8735699}.contracts-stats .stat{position:relative;min-height:124px;padding:16px}.contracts-stats .stat.fix .stat-label{font-family:var(--font-display);font-size:14px;color:var(--foreground)}.contracts-stats .stat.fix .stat-value{font-size:30px;margin-top:8px}.contracts-stats .stat-icon{position:absolute;right:14px;bottom:14px;width:40px;height:40px;border-radius:999px;background:var(--gold-soft);color:var(--gold-deep);display:inline-flex;align-items:center;justify-content:center}.contracts-stats .stat-icon .icon{width:20px;height:20px}.contracts-stats .stat.soon{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.contracts-stats .soon-icon{width:26px;height:26px;color:var(--gold);margin-bottom:4px}.contracts-stats .soon-title{font-family:var(--font-display);font-weight:700;font-size:17px;line-height:1.25;color:var(--foreground)}.contracts-stats .soon-title span{color:var(--gold)}.contracts-stats .stat.soon .stat-sub{margin-top:2px}.sort-wrap{position:relative}.sort-btn{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:var(--foreground)}.sort-btn .icon{width:16px;height:16px}.sort-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:20;min-width:200px;padding:0}.sort-menu .row{padding:11px 14px}.sort-menu .row.active{color:var(--gold)}.sort-menu .row .icon{color:var(--gold);width:16px;height:16px}.contract-list{background:transparent;border:0;box-shadow:none}.contract-list .contract{border-bottom:1px solid var(--border);border-radius:0;padding:14px 4px;gap:14px}.contract-list .contract:last-child{border-bottom:0}.contract-list .contract .logo{width:56px;height:56px;border-radius:16px;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-soft);color:var(--gold);font-size:22px}.contract-list .contract .logo.img{padding:7px}.contract-list .contract .logo:not(.img){background:var(--card)!important}.contract-list .contract .name{font-family:var(--font-display);font-weight:700;font-size:17px}.contract-list .contract .provider,.contract-list .contract .next{font-size:12.5px;color:var(--muted-foreground)}.contract-list .contract .price{font-size:13.5px;color:var(--foreground);margin-top:2px}.contract-list .contract .right .badge{padding:5px 12px;font-size:12px}:root.light .contract-list .contract .right .badge.ok{background:#eef2e8;color:var(--forest);border-color:transparent}:root.light .contract-list .contract .right .badge.warn{background:#f8e7db;color:var(--primary);border-color:transparent}:root.light .contract-list .contract .logo{background:#fff}:root.light .contracts-stats .stat{background:#f1e8db;border-color:transparent;box-shadow:none}:root.light .contracts-stats .stat-icon{background:#e3d5c6;color:#6b4a2e}.login-link{display:block;margin:14px auto 0;font-size:13px}.login-info{font-size:13px;color:var(--green);background:var(--green-bg);border:1px solid var(--green-border);border-radius:var(--radius-md);padding:10px 12px;margin-bottom:12px}.reset-code{font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:28px;font-weight:700;letter-spacing:.18em;text-align:center;color:var(--gold);background:var(--gold-soft);border:1px solid var(--gold-border);border-radius:var(--radius-lg);padding:16px;margin:6px 0 4px}.icon-btn.sm{width:34px;height:34px;flex:none}.icon-btn.sm .icon{width:16px;height:16px}.search-field{display:flex;align-items:center;gap:10px;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:0 14px;margin-bottom:14px;box-shadow:var(--shadow-soft)}.search-field .icon{color:var(--muted-foreground)}.search-field input{flex:1;background:none;border:0;outline:0;height:48px;min-width:0;font-family:var(--font-display);font-style:italic;font-size:15px}.search-field input::placeholder{color:var(--muted-foreground)}.search-field .clear-input .icon{color:var(--muted-foreground)}.color-swatches{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;max-width:150px;align-items:center}.color-swatches .swatch{width:22px;height:22px}.color-swatches input[type=color]{width:26px;height:26px;border:1px solid var(--border);border-radius:999px;padding:0;background:none;cursor:pointer}.color-swatches input[type=color]::-webkit-color-swatch-wrapper{padding:2px}.color-swatches input[type=color]::-webkit-color-swatch{border-radius:999px;border:0}.cal-controls{display:flex;flex-direction:column;gap:8px;margin-bottom:4px}.cal-modes button{padding:8px 6px;font-size:13px}.cal-sources{margin-bottom:4px}.cal-sources .chip{display:inline-flex;align-items:center;gap:6px}.cal-sources .chip .icon{width:14px;height:14px}.chip-dot{width:9px;height:9px;border-radius:999px;display:inline-block}.cal-nav{margin:6px 0 4px}.cal-nav button.month{font-size:22px}.cal-grid{margin-bottom:4px}.cal-day .num{width:36px;height:36px;font-size:15px}.cal-day.selected .num{font-weight:600}.day-head{border-top:1px solid var(--border);padding-top:14px;margin:14px 0 10px}.day-head .date{font-size:18px}.ev-list{padding:4px 6px}.ev-list.empty-list{padding:22px 16px;text-align:center;color:var(--muted-foreground);font-size:14px}.ev-row{display:flex;align-items:center;gap:12px;width:100%;padding:12px 10px;text-align:left;border-bottom:1px solid var(--border)}.ev-row:last-child{border-bottom:0}.ev-row-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex:none}.ev-row-icon .icon{width:24px;height:24px}.ev-row-time{font-family:var(--font-display);font-weight:600;font-size:16px;width:60px;flex:none;font-variant-numeric:tabular-nums}.ev-row-body{display:flex;flex-direction:column;min-width:0;flex:1}.ev-row-title{font-family:var(--font-display);font-weight:700;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-row-sub{font-size:13px;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-event{margin-top:16px;border-radius:999px;padding:15px;font-size:16px}.add-event .icon{width:20px;height:20px}:root.light .add-event{background:var(--primary);color:#fff}:root.light .ev-list{background:#fcf8f0;border-color:#efe6da}.week-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin:6px 0 4px}.week-day{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0 6px;border-radius:14px}.week-day .wd{font-size:11px;color:var(--muted-foreground)}.week-day .num{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:15px}.week-day.today .num{box-shadow:inset 0 0 0 1.5px var(--gold);color:var(--gold)}.week-day.selected .num{background:var(--gold);color:var(--primary-foreground);font-weight:600}:root.light .week-day.today .num{box-shadow:inset 0 0 0 1.5px var(--primary);color:var(--primary)}:root.light .week-day.selected .num{background:var(--primary);color:#fff}.week-day .dots{display:flex;gap:3px;height:5px}.week-day .dots i{width:5px;height:5px;border-radius:999px;background:var(--gold);display:block}.year-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:6px 0 4px}@media(min-width:900px){.year-grid{grid-template-columns:repeat(4,1fr)}}.mini-month{display:flex;flex-direction:column;gap:6px;padding:10px 8px;background:var(--card);border:1px solid var(--border);border-radius:14px;text-align:left}.mini-month.active{border-color:var(--gold-border);background:var(--gold-soft)}.mm-name{font-family:var(--font-display);font-weight:700;font-size:13px;display:flex;justify-content:space-between;align-items:center}.mm-count{font-family:var(--font-body);font-weight:600;font-size:10px;color:var(--gold);background:var(--gold-soft);border-radius:999px;padding:1px 6px}.mm-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px}.mm-grid i{font-style:normal;font-size:8px;text-align:center;height:12px;line-height:12px;color:var(--muted-foreground);border-radius:3px}.mm-grid i.has{color:var(--gold);font-weight:700}.mm-grid i.today{background:var(--gold);color:var(--primary-foreground)}:root.light .mm-grid i.has{color:var(--primary)}:root.light .mm-grid i.today{background:var(--primary);color:#fff}:root.light .mini-month.active{background:#f8e7db;border-color:#eac7ba}.field-with-btn{display:flex;gap:8px;align-items:center}.field-with-btn input{flex:1;min-width:0}.field-with-btn .icon-btn{width:42px;height:42px;border-radius:12px;flex:none}.swatch.none{background:var(--muted);color:var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center}.swatch.none .icon{width:14px;height:14px}.field .seg button{gap:6px}.att-upload{flex:1;border-radius:14px;padding:12px 16px}.att-upload .icon{width:18px;height:18px}.cal-grid.preview{gap:2px 1px}.cal-grid.preview .cal-day{height:auto;min-height:78px;align-items:stretch;justify-content:flex-start;padding:3px 1px 4px;border-radius:10px}.cal-grid.preview .cal-day .num{width:26px;height:26px;font-size:13px;align-self:center}.cal-grid.preview .cal-day.selected .num{box-shadow:none}.ev-chips{display:flex;flex-direction:column;gap:2px;margin-top:3px;width:100%;min-width:0}.ev-chip{display:block;font-size:9px;line-height:13px;padding:0 3px;border-radius:3px;color:#fff;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.cal-day.other .ev-chip{opacity:.45}.ev-more{font-size:9px;line-height:12px;color:var(--muted-foreground);text-align:left;padding-left:3px}@media(min-width:900px){.cal-grid.preview .cal-day{min-height:96px}.ev-chip{font-size:11px;line-height:16px}.ev-more{font-size:11px}}.cal-grid.preview{grid-template-columns:repeat(7,minmax(0,1fr))}.cal-grid.preview .cal-day{min-width:0;overflow:hidden}.ev-chips{overflow:hidden}.ev-chip{text-overflow:clip}.hero-card.weather{height:auto;min-height:200px;padding:16px;display:flex;flex-direction:column;gap:10px;color:#fff;text-shadow:0 1px 6px rgb(0 0 0 / 40%)}.wx-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#141e1973,#141e1926 45%,#141e199e)}.hero-card.weather>*:not(.hero-svg):not(.wx-scrim){position:relative;z-index:1}.wx-main{display:flex;align-items:center;gap:14px}.wx-icon{width:54px;height:54px;flex:none;filter:drop-shadow(0 2px 6px rgb(0 0 0 / 35%))}.wx-temp{font-family:var(--font-display);font-size:44px;font-weight:600;line-height:1}.wx-desc{font-size:13px;opacity:.95;margin-top:4px}.wx-place{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#fff;align-self:flex-start;padding:4px 10px;border-radius:999px;background:#00000038;backdrop-filter:blur(4px)}.wx-place .icon{width:14px;height:14px}.wx-days{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;margin-top:auto;padding-top:6px;border-top:1px solid rgb(255 255 255 / 25%)}.wx-day{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:12px}.wx-day .icon{width:20px;height:20px}.wx-wd{font-size:11px;opacity:.9}.wx-minmax{font-weight:600}.wx-minmax small{font-weight:400;opacity:.8}.wx-rain{display:inline-flex;align-items:center;gap:2px;font-size:10px;opacity:.9}.wx-rain .icon{width:11px;height:11px}.wx-empty{display:flex;flex-direction:column;gap:10px;font-size:14px;min-height:160px;justify-content:center;align-items:flex-start}.wx-edit{display:flex;flex-wrap:wrap;gap:8px;align-items:center;background:#ffffffeb;border-radius:14px;padding:8px;color:var(--foreground);text-shadow:none}.wx-edit input{flex:1;min-width:120px;border:1px solid var(--border);border-radius:10px;padding:9px 11px;background:#fff;color:var(--foreground)}.wx-edit .btn{flex:0 0 auto;padding:9px 12px}.wx-edit .btn.ghost{padding:9px}.wx-err{width:100%;font-size:12px;color:var(--destructive)}.hero-card.weather.night .hero-svg{filter:brightness(.55) saturate(.7)}.shop-group{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:6px 10px;margin-bottom:12px}.shop-group-head{display:flex;justify-content:space-between;align-items:center;padding:8px 6px;border-bottom:1px solid var(--border)}.shop-group-head h3{font-family:var(--font-display);font-size:17px;font-weight:700;margin:0}.shop-group-head .count{font-family:var(--font-display);font-size:14px;color:var(--muted-foreground)}.shop-item{display:flex;align-items:center;gap:12px;padding:9px 4px;border-bottom:1px solid var(--border)}.shop-item:last-child{border-bottom:0}.shop-check{width:24px;height:24px;border-radius:7px;border:1.5px solid var(--muted-foreground);display:inline-flex;align-items:center;justify-content:center;flex:none;color:#fff;background:transparent;transition:background .15s ease,border-color .15s ease}.shop-check .icon{width:15px;height:15px;opacity:0}.shop-item.done .shop-check{background:var(--gold);border-color:var(--gold)}.shop-item.done .shop-check .icon{opacity:1}:root.light .shop-item.done .shop-check{background:var(--primary);border-color:var(--primary)}:root.light .shop-check{border-color:#b9b0a6}.shop-emoji{font-size:20px;width:28px;text-align:center;flex:none}.shop-body{flex:1;min-width:0;display:flex;flex-direction:column;text-align:left}.shop-name{font-family:var(--font-display);font-size:16px;font-weight:500}.shop-detail{font-size:12px;color:var(--muted-foreground)}.shop-item.done .shop-name{color:var(--muted-foreground)}.shop-more{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted-foreground);flex:none}.shop-more .icon{width:18px;height:18px}:root.light .shop-group{background:#f5eee4;border-color:#ebe2d6;box-shadow:none}:root.light .shop-group-head,:root.light .shop-item{border-color:#e6dccf}.shop-add .field-box{border-radius:999px;padding:0 18px}.shop-add .field-box input{font-family:var(--font-display);font-style:italic}.round-add{width:48px;height:48px;border-radius:999px}:root.light .shop-add .field-box{background:#fff;border-color:var(--border)}.emoji-img{width:1.25em;height:1.25em;vertical-align:-.28em;display:inline-block;object-fit:contain;user-select:none}.shop-emoji .emoji-img{width:26px;height:26px;vertical-align:middle}.ci-emoji .emoji-img{width:30px;height:30px}.emoji-sm .emoji-img{width:22px;height:22px;vertical-align:middle}.chip .emoji-img{width:18px;height:18px;vertical-align:-4px}.shop-item.done .emoji-img{opacity:.55;filter:saturate(.6)}.shop-add{margin-top:4px;margin-bottom:14px}.fin-stats .stat{text-align:left;width:100%;cursor:pointer}.fin-rate{width:100%;text-align:left;cursor:pointer;margin-bottom:6px}.fin-rate .hint{font-size:12px;color:var(--muted-foreground)}.contract-list .fin-row .logo .icon{width:24px;height:24px}.contract-list .fin-row .right{flex-direction:row;align-items:center;gap:8px}.fin-amount{font-family:var(--font-display);font-weight:600;font-size:17px;color:var(--foreground);white-space:nowrap}.fin-amount small{font-size:12px;font-weight:400;color:var(--muted-foreground)}.fin-amount.plus{color:var(--green)}.fin-bar{display:block;width:100%;max-width:180px;height:5px;border-radius:999px;background:var(--muted);overflow:hidden;margin-top:8px}.fin-bar i{display:block;height:100%;border-radius:999px;background:var(--gold)}.contract-list .goal-green .logo,.fin-row.goal-green .fin-bar i{color:var(--green);background-color:var(--green)}.contract-list .goal-blue .logo,.fin-row.goal-blue .fin-bar i{color:var(--blue);background-color:var(--blue)}.contract-list .goal-purple .logo,.fin-row.goal-purple .fin-bar i{color:var(--purple);background-color:var(--purple)}.contract-list .goal-gold .logo,.fin-row.goal-gold .fin-bar i{color:var(--gold);background-color:var(--gold)}.contract-list .fin-row[class*=goal-] .logo{background:var(--card)!important}:root.light .fin-amount.plus{color:var(--sage, #7A8F6B)}:root.light .fin-bar{background:#e3d5c6}.section-sum{font-family:var(--font-display);font-weight:600;font-size:17px;color:var(--muted-foreground);margin-left:6px}.section-sum.plus{color:var(--green)}:root.light .section-sum.plus{color:var(--sage, #7A8F6B)}.contract-list .fin-row{padding:8px 4px;gap:12px}.contract-list .fin-row .logo{width:40px;height:40px;border-radius:12px}.contract-list .fin-row .logo .icon{width:19px;height:19px}.contract-list .fin-row .name,.fin-amount{font-size:16px}.cat-card{box-shadow:none}:root.light .cat-card{background:#f1e8db;border-color:transparent}:root.light .cat-card.active{background:#e9dccb;border-color:var(--primary)}.cat-card .cat-ic{width:40px;height:40px;border-radius:13px}.cat-count{font-size:12px}.contract-list .note-row{align-items:flex-start;padding:10px 4px}.contract-list .note-row .logo{margin-top:2px}.contract-list .note-row .logo:not(.img){background:var(--card)!important}:root.light .contract-list .note-row .logo{background:#fff!important}.contract-list .note-row .body{display:flex;flex-direction:column;gap:2px}.n-preview{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.note-row .n-meta{display:flex;flex-wrap:wrap;gap:4px 10px;align-items:center;font-size:11px;color:var(--muted-foreground);margin-top:2px}.note-row .n-meta span{display:inline-flex;align-items:center;gap:4px}.note-row .n-meta .icon{width:12px;height:12px}.note-row .n-meta .due{color:var(--destructive)}.note-row .n-meta .gold{color:var(--gold)}.note-row .n-shared{color:var(--green)}:root.light .note-row .n-shared{color:var(--forest)}.contract-list .note-row .right{align-self:center;flex-direction:column;align-items:flex-end;gap:6px}.note-row .n-date{font-size:12px;color:var(--muted-foreground);white-space:nowrap}.group-head{margin:16px 0 6px}.editor-head .icon-btn.gold{color:var(--gold)}:root.light .editor-head .icon-btn.gold{color:var(--primary);border-color:var(--border)}:root.light .att-media.card{background:#f1e8db;border-color:transparent;box-shadow:none}:root.light .att-head .icon{color:var(--primary)}.player{display:flex;align-items:center;gap:10px}.player .play{width:40px;height:40px;border-radius:999px;background:var(--gold);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:none}.player .play .icon{width:18px;height:18px}.player .track{flex:1;height:6px;border-radius:999px;background:var(--muted);overflow:hidden;cursor:pointer}.player .track i{display:block;height:100%;background:var(--gold);border-radius:999px;transition:width .2s linear}.player .time{font-size:12px;color:var(--muted-foreground);white-space:nowrap;font-variant-numeric:tabular-nums}:root.light .player .play,:root.light .player .track i{background:var(--primary)}:root.light .player .track{background:#e3d5c6}:root.light .att-img{background:#f1e8db;border-color:transparent}.catalog{max-height:60dvh}.cat-section{margin-bottom:4px}.cat-head{width:100%;margin:10px 0 4px;text-align:left}.cat-head .section-title{display:inline-flex;align-items:center;gap:8px;font-size:19px}.cat-head .section-title .emoji-img{width:24px;height:24px}.cat-head-right{display:inline-flex;align-items:center;gap:8px;color:var(--muted-foreground)}.cat-head-right .icon{width:18px;height:18px}.cat-head-right .badge{font-size:11px;padding:3px 9px}.contract-list .cat-prod{padding:6px 4px}.contract-list .cat-prod .logo{width:40px;height:40px;border-radius:12px}.contract-list .cat-prod .logo .emoji-img{width:26px;height:26px}.contract-list .cat-prod .name{font-size:16px}.contract-list .cat-prod .right .ci-mark{position:static;transform:none;width:32px;height:32px}.contract-list .cat-prod .right .ci-mark .icon{width:16px;height:16px}.contract-list .cat-prod.on .name{color:var(--muted-foreground)}:root.light .contract-list .cat-prod .ci-mark{background:#f1e6db;color:var(--primary)}:root.light .contract-list .cat-prod.on .ci-mark{background:#eef2e8;color:var(--forest)}:root.light .cat-head-right .badge.ok{background:#eef2e8;color:var(--forest);border-color:transparent}:root.light .chip.sug{background:#f1e8db;border-color:transparent}:root.light .chip.sug .icon{color:var(--primary)}.clear-done{display:inline-flex;align-items:center;gap:6px;margin:12px auto 0;padding:8px 16px;border-radius:999px;background:var(--secondary);border:1px solid var(--border);color:var(--foreground);font-size:13px;font-weight:500;position:relative;left:50%;transform:translate(-50%)}:root.light .clear-done{background:#f1e8db;border-color:transparent;color:var(--primary)}.emoji-pick label{width:44px;height:44px}.emoji-pick .emoji-img{width:26px;height:26px}.emoji-pick .auto{font-size:11px;font-weight:600}.emoji-pick{max-height:220px;overflow:auto;padding:2px}.shop-group,:root.light .shop-group{background:transparent;border:0;box-shadow:none;padding:0;margin-bottom:6px}.shop-group-head,:root.light .shop-group-head{border-bottom:0;padding:12px 0 4px}.shop-group-head h3{font-size:19px;font-weight:600}.shop-group-head .count{font-size:13px}.shop-list .shop-item,:root.light .shop-list .shop-item{padding:7px 4px;gap:12px;border-bottom:1px solid var(--border)}.shop-list .shop-item:last-child{border-bottom:0}.shop-emoji{width:40px;height:40px;border-radius:12px;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-soft);display:inline-flex;align-items:center;justify-content:center;flex:none}:root.light .shop-emoji{background:#fff}.shop-emoji .emoji-img{width:24px;height:24px;vertical-align:middle}.shop-item.done .shop-emoji{opacity:.6}.shop-check{width:22px;height:22px}.cat-new{display:inline-flex;align-items:center;gap:6px;margin:4px 0 6px;font-size:13px}.cat-new .icon{width:15px;height:15px}.contract-list .cat-prod{padding:0 4px}.cat-prod-main{display:flex;align-items:center;gap:14px;flex:1;min-width:0;padding:6px 0;text-align:left}.contract-list .cat-prod .right{flex-direction:row;align-items:center;gap:2px}.cat-edit{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--muted-foreground)}.cat-edit .icon{width:15px;height:15px}.cat-own{display:inline-block;margin-left:8px;font-family:var(--font-body, Inter, sans-serif);font-size:10px;font-weight:500;color:var(--gold);background:var(--gold-soft);border-radius:999px;padding:1px 7px;vertical-align:middle}:root.light .cat-own{color:var(--primary);background:#f8e7db}.cat-add-row{display:flex;align-items:center;gap:6px;padding:10px 6px;font-size:13px;color:var(--muted-foreground);width:100%;text-align:left}.cat-add-row .icon{width:15px;height:15px}:root.light .cat-add-row{color:var(--primary)}
