:root{font-family:Inter,HarmonyOS Sans SC,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#172033;background:#f4f6fb;font-synthesis:none;--muted:#7a8499;--line:#e8ebf3;--primary:#4f46e5;--indigo:#6366f1;--blue:#60a5fa;--green:#34b68a;--orange:#edb04e;--purple:#a78bfa;--slate:#94a3b8}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea,select{font-family:inherit;font-size:14px}button{cursor:pointer;color:inherit;border:0}button:disabled{cursor:not-allowed;opacity:.6}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #4f46e552;outline-offset:3px}button,input,textarea,select{transition:border-color .18s,background .18s,box-shadow .18s,color .18s,transform .18s}h1,h2,h3,p{margin:0}svg{flex-shrink:0}h1{font-size:30px;line-height:1.4;letter-spacing:-.7px;font-weight:650}h2{font-size:18px;line-height:1.5;font-weight:650}h3{font-size:17px;line-height:1.5}input,select,textarea{min-width:0;max-width:100%;color:#172033;background:#fff;border:1px solid #dde1ec;border-radius:9px;padding:11px 13px;line-height:1.55}input::placeholder,textarea::placeholder{color:#a0a7b6}input:focus,select:focus,textarea:focus{border-color:#9b96ed;box-shadow:0 0 0 3px #4f46e50b}textarea{resize:vertical;min-height:86px}small{font-size:12px}.muted{color:var(--muted)}.positive{color:#239971!important}.danger{color:#d65b64!important}.warning{color:#cf8a25!important}.normal{color:var(--primary)}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes appear{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:10px 17px;border:1px solid transparent;border-radius:10px;font-size:13px;font-weight:550;line-height:1.4;white-space:nowrap}.button.primary{color:#fff;background:var(--primary);border-color:var(--primary);box-shadow:0 3px 6px #4f46e516}.button.primary:hover:not(:disabled){background:#4338ca;transform:translateY(-1px)}.button.secondary{background:#fff;border-color:#dfe3ed;color:#4e586e}.button.secondary:hover:not(:disabled){border-color:#b5b3ef;color:var(--primary)}.button.ghost{color:#646e84;background:transparent}.button.ghost:hover:not(:disabled){background:#eeedfd;color:var(--primary)}.button.danger{background:#d85662;color:#fff!important}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #e5e8f0;border-radius:8px;background:#fff;color:#717b91;flex-shrink:0}.icon-button:hover{color:var(--primary);border-color:#bebbee;background:#f7f7ff}.icon-button.danger-hover:hover{color:#ce4f5b;background:#fff5f5;border-color:#f0c9cd}.icon-tile{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:15px;flex-shrink:0;background:#efedff;color:#6256df}.icon-tile.small{width:37px;height:37px;border-radius:10px}.icon-tile.blue{color:#4c89dc;background:#edf5ff}.icon-tile.green{color:#26996f;background:#eaf8f0}.icon-tile.orange{color:#d69933;background:#fff5e6}.icon-tile.purple{color:#9772d9;background:#f3edff}.icon-tile.slate{color:#778198;background:#f0f2f7}.icon-tile.red{color:#d45d68;background:#fff0f1}.indigo{--tone:var(--indigo)}.blue{--tone:var(--blue)}.green{--tone:var(--green)}.orange{--tone:var(--orange)}.purple{--tone:var(--purple)}.slate{--tone:var(--slate)}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{height:88px;background:#fff;border-bottom:1px solid #e3e6ee;position:relative;z-index:5}.topbar-inner{max-width:1468px;height:100%;margin:0 auto;padding:0 38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:13px;padding:0;text-align:left;background:none;flex-shrink:0}.brand-mark{color:var(--primary);display:flex;align-items:center}.brand strong{font-size:21px;letter-spacing:-.5px;display:block;line-height:1.35}.brand small{display:block;font-size:11px;color:var(--muted);margin-top:5px;letter-spacing:.25px}.main-nav{height:100%;display:flex;gap:36px}.main-nav button{display:flex;align-items:center;gap:9px;background:transparent;position:relative;font-size:14px;padding:0 6px;color:#656f85;white-space:nowrap}.main-nav button:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:2px}.main-nav button.active{color:var(--primary);font-weight:600}.main-nav button.active:after{background:var(--primary)}.header-actions{display:flex;align-items:center;gap:22px}.avatar{width:38px;height:38px;border-radius:50%;background:#eeebff;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.account-menu,.project-menu{position:relative}.account-menu summary,.project-menu summary{list-style:none;display:flex;gap:8px;align-items:center;cursor:pointer;border-radius:9px}.account-menu summary::-webkit-details-marker,.project-menu summary::-webkit-details-marker{display:none}.project-menu summary{width:33px;height:33px;justify-content:center;background:none;color:#667087}.project-menu summary:hover{background:#f0f0fb}.dropdown{position:absolute;right:0;top:calc(100% + 7px);background:#fff;border:1px solid var(--line);border-radius:12px;padding:6px;min-width:145px;z-index:15;box-shadow:0 12px 30px #29304e20;animation:appear .15s ease}.dropdown button{display:flex;align-items:center;gap:9px;width:100%;padding:11px 12px;border-radius:7px;white-space:nowrap;font-size:12px;text-align:left;background:#fff}.dropdown button:hover{background:#f4f4fe}.account-name{display:block;max-width:200px;overflow-wrap:anywhere;padding:8px 12px;color:var(--muted);font-size:12px;border-bottom:1px solid var(--line);margin-bottom:4px}main{width:min(1300px,calc(100% - 72px));margin:36px auto;flex:1;min-width:0}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.page-heading p{color:var(--muted);font-size:13px;line-height:1.7;margin-top:7px}.page-heading>.button{min-height:46px;padding:12px 22px;font-size:14px}.overview-strip{background:#fff;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:23px 30px;border-radius:13px;margin-bottom:23px;min-height:102px}.overview-strip>div{display:flex;align-items:center;gap:19px;position:relative;min-width:0}.overview-strip>div:not(:first-child){padding-left:48px}.overview-strip>div:not(:first-child):before{content:"";position:absolute;left:0;height:37px;width:1px;background:#e2e5ee}.overview-strip .icon-tile{border-radius:50%;width:53px;height:53px;background:#f0edff}.overview-strip small{display:block;font-size:12px;color:#768096;margin-bottom:8px}.overview-strip strong{display:block;font-size:26px;line-height:1.1;letter-spacing:-.7px;font-weight:550;font-variant-numeric:tabular-nums}.projects-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.segmented{display:flex;border:1px solid #dce0ed;border-radius:8px;background:#fff;padding:2px;min-height:40px}.segmented button{background:transparent;color:#6c768a;border-radius:6px;display:flex;align-items:center;gap:10px;justify-content:center;font-size:12px;padding:9px 15px;white-space:nowrap}.segmented button.active{background:#efedff;color:var(--primary);font-weight:550}.segmented button span{font-size:11px}.search-box{display:flex;align-items:center;gap:9px;color:#9099ac;border:1px solid #dce1ed;border-radius:9px;background:#fff;min-height:40px;min-width:0;width:280px;padding:0 12px}.search-box:focus-within{border-color:#b1acf0;box-shadow:0 0 0 3px #4f46e50a}.search-box input{border:0;background:transparent;outline:0!important;box-shadow:none!important;padding:9px 0;flex:1;width:0;font-size:12px;line-height:1.5}.search-box button{background:none;color:#99a1b1;display:flex;padding:3px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px;align-items:start}.project-card{position:relative;background:#fff;border:1px solid #e1e5ee;border-radius:17px;box-shadow:0 3px 5px #29304e04,0 8px 28px #29304e05;transition:box-shadow .2s,border-color .2s;min-width:0}.project-card:hover{border-color:#cac8eb;box-shadow:0 5px 20px #29304e0c}.project-card-body{padding:23px}.project-card-heading{display:flex;align-items:flex-start;gap:13px;min-width:0;position:relative;padding-right:13px}.project-card-heading>.icon-tile{width:55px;height:58px;border-radius:12px;border:1px solid #e2edff}.project-card-heading>div{min-width:0;flex:1}.project-card-heading .project-menu{position:absolute;right:-10px;top:-8px}.project-name{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;margin:1px 0 7px;padding-right:4px}.project-name a{font-size:17px;line-height:1.6;font-weight:600;overflow-wrap:anywhere}.project-name a:hover{color:var(--primary)}.type-badge{display:inline-flex;align-items:center;padding:3px 7px;border-radius:6px;white-space:nowrap;font-size:10px;font-weight:500;line-height:1.35;background:#eaf3ff;color:#4c85d1}.type-badge.item{background:#e8f7ef;color:#2a9870}.project-card-heading p{color:#8a93a7;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-amount{margin-top:27px;margin-bottom:13px}.project-amount span{display:block;font-size:12px;color:#8790a5;margin-bottom:6px}.project-amount strong{font-size:32px;font-weight:550;letter-spacing:-.8px;line-height:1.35;font-variant-numeric:tabular-nums}.project-breakdown{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;padding-top:15px;gap:15px}.project-breakdown>div+div{padding-left:15px;border-left:1px solid var(--line)}.project-breakdown span{display:block;font-size:11px;color:#929aab;margin-bottom:5px}.project-breakdown strong{font-size:14px;font-weight:500;font-variant-numeric:tabular-nums}.project-progress{display:flex;align-items:center;gap:16px;margin-top:19px}.project-progress>span{font-size:12px;min-width:58px;font-variant-numeric:tabular-nums}.progress{background:#e9eaf2;border-radius:9px;height:5px;flex:1;overflow:hidden}.progress>span{display:block;background:#6961e8;border-radius:inherit;height:100%;transition:width .4s ease}.progress.warning>span{background:#e9aa49}.progress.danger>span{background:#dc7881}.item-breakdown{display:flex;justify-content:space-between;gap:8px;border-top:1px solid var(--line);padding:22px 0 21px}.item-breakdown span{display:flex;align-items:center;gap:7px;font-size:11px;color:#7f889d}.item-breakdown span+span{border-left:1px solid var(--line);padding-left:17px}.composition-bar{display:flex;gap:2px;height:7px;background:#edf0f6;border-radius:20px;overflow:hidden}.composition-bar>span{height:100%;min-width:0;transition:width .3s}.project-card-footer{padding:16px 21px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--line);font-size:11px;background:#fefeff;border-radius:0 0 17px 17px;min-height:53px}.project-card-footer>span,.project-card-footer>a{display:flex;align-items:center;gap:8px}.project-card-footer>span{color:#8a93a6}.project-card-footer>a{color:var(--primary);font-weight:500;padding:2px}.new-project-card{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;min-height:163px;background:#ffffff90;border:1.5px dashed #d8dbe9;border-radius:13px;padding:24px;color:#a19bed}.new-project-card strong{font-weight:500;color:#48526a;font-size:15px;margin-top:2px}.new-project-card span{color:#929bad;font-size:11px}.new-project-card:hover{border-color:#a5a0e8;background:#fdfcff}.empty-projects{background:#ffffff8c;border:1px dashed #dce0ed;border-radius:18px}.empty-actions{display:flex;gap:9px;align-items:center;justify-content:center;flex-wrap:wrap}.site-footer{display:flex;align-items:center;justify-content:center;gap:24px;margin:4px auto 26px;color:#9ca4b4;font-size:10px}.site-footer span{display:flex;align-items:center;gap:7px}.site-footer span+span:before{content:"";width:1px;height:10px;background:#dcdfea;margin-right:13px}.back-link{display:flex;align-items:center;gap:7px;background:none;padding:0;font-size:12px;color:#818ba0;margin-bottom:17px}.back-link:hover{color:var(--primary)}.detail-heading{margin-bottom:23px}.title-with-badge{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.title-with-badge h1{overflow-wrap:anywhere;min-width:0}.title-with-badge .type-badge{font-size:11px}.heading-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.heading-actions .project-menu summary{border:1px solid #dde2ed;background:#fff;height:42px;width:36px}.archive-banner{display:flex;align-items:center;gap:9px;font-size:12px;color:#797598;background:#edecf8;border:1px solid #e1dfef;border-radius:10px;padding:12px 16px;margin-bottom:20px;line-height:1.7}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:25px}.stat-card{display:flex;align-items:center;gap:17px;padding:23px 20px;border:1px solid #e3e6ef;border-radius:15px;background:#fff;min-width:0;min-height:113px}.stat-card>div{min-width:0}.stat-label{display:block;color:#7c879c;font-size:12px;margin-bottom:8px}.stat-value{display:block;font-size:25px;line-height:1.3;font-weight:550;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.stat-card.green .stat-value{color:#249a70}.stat-card.red .stat-value{color:#d7616c}.stat-card.orange .stat-value{color:#d8972d}.stat-card small{display:block;color:#98a0b1;font-size:10px;margin-top:3px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:15px}.section-heading p{font-size:11px;color:#98a1b2;margin-top:4px}.categories-section{margin-bottom:23px}.categories-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.category-card{background:#fff;border:1px solid #e3e6ef;border-radius:13px;padding:17px 15px;position:relative;transition:border-color .18s,box-shadow .18s;min-width:0}.category-card.selected{border-color:#a59dee;box-shadow:0 0 0 2px #4f46e510}.category-card:hover{border-color:#c4bfed}.category-main{display:flex;align-items:flex-start;width:100%;gap:12px;text-align:left;padding:0;background:none}.category-main .icon-tile{margin-top:1px}.category-info{min-width:0}.category-info strong{font-size:12px;font-weight:600;display:block;line-height:1.7}.category-info small{font-size:10px;color:#969eb0;display:block;margin:6px 0}.category-info b{font-size:17px;font-weight:550;display:block;letter-spacing:-.2px;line-height:1.5;font-variant-numeric:tabular-nums}.category-rate{display:flex;justify-content:space-between;gap:4px;margin:15px 0 7px;font-size:9px;color:#a6adbc}.category-card .progress{height:4px}.category-tools{display:flex;gap:6px;position:absolute;right:10px;top:10px}.category-tools .icon-button{width:28px;height:28px;border:0;background:#f8f9fc}.categories-grid.custom{grid-template-columns:repeat(4,minmax(0,1fr))}.custom .category-card{padding-top:24px}.custom .category-main{padding-right:30px}.custom .composition-bar{margin-top:20px;height:4px}.new-category{min-height:142px;display:flex;flex-direction:column;gap:9px;align-items:center;justify-content:center;background:#ffffff70;border:1px dashed #d4d9e7;border-radius:13px;color:#8d84d4}.new-category span{font-size:12px;color:#707a90}.new-category small{font-size:10px;color:#a0a7b7}.new-category:hover{border-color:#a89fea;background:#fdfcff}.expense-panel{background:#fff;border:1px solid #e1e5ee;border-radius:16px;padding:22px 23px;min-width:0;box-shadow:0 3px 12px #29304e04}.expense-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.section-heading-inline{display:flex;align-items:center;gap:14px;flex-shrink:0}.section-heading-inline h2{font-size:16px}.section-heading-inline>span{font-size:11px;color:#98a0b1}.expense-controls{display:flex;align-items:center;gap:10px;min-width:0}.expense-controls .search-box{width:230px}.expense-controls select{font-size:11px;min-height:38px;padding:8px 10px;width:120px}.expense-controls .button{font-size:11px;padding:7px 6px;min-height:38px;color:var(--primary)}.category-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:17px}.category-filters button{padding:6px 12px;border:1px solid #e5e8f0;border-radius:7px;background:#fff;color:#788297;font-size:11px;min-height:30px}.category-filters button:hover{border-color:#bcb5ed}.category-filters button.active{color:#fff;background:var(--primary);border-color:var(--primary)}.expense-table{border:1px solid #e7eaf2;border-radius:9px;overflow:hidden}.expense-row{display:grid;grid-template-columns:minmax(210px,2fr) minmax(130px,1.1fr) minmax(100px,.9fr) minmax(100px,.9fr) minmax(105px,1fr) 76px;align-items:center;gap:13px;padding:15px 16px;border-top:1px solid var(--line);font-size:12px}.expense-row.table-head{border-top:0;background:#f9fafc;color:#8790a4;font-size:10px;padding:12px 16px}.expense-row:not(.table-head):hover{background:#fdfdff}.expense-name{display:flex;align-items:center;gap:11px;min-width:0}.expense-name>div{min-width:0}.expense-name strong{display:block;font-weight:500;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.expense-name small{color:#9aa2b2;font-size:10px;display:block;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.expense-name .icon-tile{width:35px;height:36px;border-radius:9px}.expense-category{font-size:11px;line-height:1.6;color:#798397}.expense-category small{display:block;font-size:9px;color:#a5adba;margin-top:3px}.expense-money{font-variant-numeric:tabular-nums;font-size:12px;color:#536079}.expense-money.actual{font-weight:550;color:#303d56}.expense-delta{display:flex;gap:5px;flex-wrap:wrap;align-items:center;font-size:11px;font-variant-numeric:tabular-nums}.overspend-badge{font-size:9px;background:#fff1f2;border:1px solid #ffe0e3;border-radius:4px;padding:2px 4px;color:#d96b76}.row-actions{display:flex;gap:7px;justify-content:flex-end}.row-actions .icon-button{height:30px;width:30px}.expense-table.items .expense-row{grid-template-columns:minmax(210px,2fr) minmax(150px,1.5fr) minmax(100px,1fr) 76px}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:18px}.pagination>span{color:var(--muted);font-size:11px}.pagination .button{min-height:33px;font-size:11px;padding:7px 10px}.detail-footnote{display:flex;align-items:center;justify-content:flex-end;gap:7px;font-size:10px;color:#a3aabb;margin-top:16px}.detail-footnote button{background:none;color:#8780c2;font-size:10px;padding:0 5px}.item-overview{display:grid;grid-template-columns:1fr 1.8fr;background:#fff;border:1px solid #e2e6ee;border-radius:17px;margin-bottom:25px;padding:26px 29px;gap:30px}.item-total{border-right:1px solid var(--line);position:relative}.item-total>.icon-tile{position:absolute;right:29px;top:5px}.item-total .stat-label{margin-top:5px}.item-total>strong{font-size:37px;letter-spacing:-1px;display:block;font-weight:550;margin:12px 0 14px;font-variant-numeric:tabular-nums}.item-total>p{font-size:11px;color:#929aad;display:flex;gap:14px}.composition-heading{display:flex;align-items:center;gap:20px;margin-bottom:18px}.composition-heading h2{font-size:14px}.composition-heading>span{font-size:10px;color:#a1a8b8}.composition-content{display:flex;align-items:center;gap:30px}.donut{height:106px;width:106px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.donut.empty{background:#edf0f6}.donut>div{height:82px;width:82px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#9890d3;gap:6px}.donut small{font-size:8px;color:#a0a8b8}.chart-legend{display:flex;flex-direction:column;gap:11px;flex:1;max-height:180px;overflow-y:auto;padding-right:3px}.chart-legend>div{display:grid;grid-template-columns:8px minmax(60px,1fr) auto 50px;gap:9px;align-items:center;font-size:11px}.chart-legend i{height:7px;width:7px;border-radius:50%}.chart-legend span{color:#7b8599;overflow-wrap:anywhere}.chart-legend strong{font-weight:500;font-size:11px;font-variant-numeric:tabular-nums}.chart-legend small{font-size:10px;text-align:right;color:#a2aabb;font-variant-numeric:tabular-nums}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:72px 24px;text-align:center;min-height:330px}.empty-icon{background:#efedfc;color:#9690d8;border:1px solid #e5e1f8;width:64px;height:64px;border-radius:19px;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.empty-state h3{color:#657086;font-size:16px;font-weight:500}.empty-state p{max-width:380px;color:#9ba3b3;font-size:12px;line-height:1.85;margin:9px 0 20px}.empty-state.compact{min-height:270px;padding:35px 20px}.empty-state.compact .empty-icon{height:51px;width:51px;border-radius:15px;margin-bottom:17px}.empty-state.compact h3{font-size:14px}.empty-state.compact p{font-size:11px}.empty-state.compact .button{font-size:11px;min-height:36px}.toast{position:fixed;bottom:27px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:9px;z-index:100;background:#fff;border:1px solid #e0e6ec;border-radius:12px;box-shadow:0 7px 30px #2434531a;padding:9px 10px 9px 16px;font-size:12px;max-width:calc(100% - 28px);color:#5f6d83}.toast>svg{color:#3cac84}.toast .icon-button{width:25px;height:25px;border:0}.skeleton-screen{padding:8px 0}.skeleton{background:linear-gradient(90deg,#e9ecf4,#f0f2f7,#e9ecf4);background-size:200%;animation:skeleton 1.3s ease infinite;border-radius:12px}.skeleton.title{width:160px;height:32px;margin-bottom:16px}.skeleton.sub{width:280px;height:15px;margin-bottom:35px}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.skeleton.block{height:220px}.skeleton-grid.four .block{height:110px}@keyframes skeleton{to{background-position:-200% 0}}.fatal-error{max-width:550px;margin:20vh auto;padding:30px}.fatal-error p{margin:20px 0;color:var(--muted)}.modal{border:1px solid #e5e7f1;padding:0;width:min(470px,calc(100% - 32px));max-height:calc(100dvh - 40px);border-radius:18px;background:#fff;box-shadow:0 30px 90px #17203330;color:#172033;overflow:auto}.modal.wide{width:min(590px,calc(100% - 32px))}.modal[open]{animation:appear .18s ease}.modal::backdrop{background:#22294061;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-header{padding:25px 26px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid #edf0f5}.modal-header h2{font-size:19px}.modal-header p{font-size:11px;color:#969eb0;margin-top:7px;line-height:1.7}.modal-header .icon-button{border:0;background:#f6f7fb}.modal-body{padding:23px 26px}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;border-top:1px solid #edf0f5;padding:17px 26px;background:#fdfdff;border-radius:0 0 18px 18px}.field{display:block;margin-bottom:19px;font-size:12px;color:#536078;font-weight:500}.field input,.field textarea,.field>select{display:block;width:100%;margin-top:8px;font-weight:400;font-size:13px}.required{color:#9f98d3}.optional{color:#acb2bf;font-size:10px;font-weight:400;margin-left:6px}.project-types{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:23px}.type-option{position:relative;text-align:left;background:#fbfcfe;border:1px solid #e3e6ef;border-radius:13px;padding:18px;display:flex;align-items:flex-start;flex-direction:column;gap:9px}.type-option .icon-tile{height:41px;width:41px;border-radius:10px}.type-option strong{font-size:14px;font-weight:600}.type-option small{font-size:10px;color:#979fb0;line-height:1.6}.type-option.selected{background:#f7f6ff;border-color:#a19bec}.type-option.selected strong{color:var(--primary)}.radio-dot{position:absolute;top:18px;right:16px;width:16px;height:16px;border:1px solid #cfd3df;border-radius:50%;display:flex;align-items:center;justify-content:center}.selected .radio-dot{color:#fff;background:var(--primary);border-color:var(--primary)}.info-box{display:flex;align-items:flex-start;gap:9px;background:#f7f8fc;color:#929aab;border:1px solid #edf0f6;padding:11px 13px;border-radius:9px;font-size:10px;line-height:1.9}.info-box svg{color:#a4a0d4;margin-top:2px}.locked-type{display:flex;align-items:center;gap:9px;padding:13px;background:#f7f6ff;border-radius:9px;font-size:12px;color:var(--primary);margin-bottom:22px}.locked-type span{margin-left:auto;color:#a2a6b6;font-size:10px}.form-error{display:flex;align-items:flex-start;gap:8px;border-radius:8px;background:#fff1f2;color:#bb4f5c;padding:12px 13px;font-size:12px;line-height:1.8;margin-top:15px}.form-error svg{margin-top:2px}.confirm-symbol{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#fff0f1;border-radius:14px;margin-bottom:17px}.confirm-symbol.indigo{color:var(--primary);background:#f0eeff}.confirm-message{font-size:13px;color:#788298;line-height:1.9;overflow-wrap:anywhere}.backup-copy{font-size:13px;color:#7e889b;line-height:1.9;margin:18px 0}.select-with-icon{display:flex;gap:8px;align-items:center;margin-top:8px}.select-with-icon select{flex:1;min-height:42px;font-size:12px}.subcategory-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.subcategory-options button{display:flex;align-items:center;gap:7px;text-align:left;border:1px solid #e2e6ef;border-radius:8px;font-size:10px;color:#818b9f;background:#fff;padding:10px 8px;min-height:41px}.subcategory-options button.selected{color:var(--primary);border-color:#b9b1f0;background:#f5f3ff}.amount-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.amount-fields.single{grid-template-columns:1fr}.currency-input{margin-top:8px;display:flex;align-items:center;border:1px solid #dce1ec;border-radius:9px;overflow:hidden;background:#fff}.currency-input>span{color:#aba7c9;padding:0 0 0 14px;font-size:17px}.currency-input input{border:0;margin:0!important;box-shadow:none!important;background:none;font-size:19px!important;font-variant-numeric:tabular-nums;outline:0!important}.currency-input:focus-within{border-color:#aca3ee;box-shadow:0 0 0 3px #4f46e510}.amount-preview{display:flex;align-items:center;gap:7px;font-size:10px;color:#8a84b1;background:#f8f7ff;padding:9px 11px;border-radius:8px;margin:-6px 0 18px}.amount-preview.danger{background:#fff3f4}.save-hint{margin-right:auto;display:flex;align-items:center;gap:5px;color:#a5acbb;font-size:9px}.form-timestamps{font-size:9px;color:#a3abba;line-height:1.8}.icon-picker-heading{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#536078;margin-bottom:11px}.selected-icon{display:flex;align-items:center;gap:8px;font-size:10px;color:#939bad}.selected-icon .icon-tile{width:27px;height:27px;border-radius:7px}.icon-picker-heading+.search-box{width:100%}.icon-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin:13px 0 18px;max-height:237px;overflow-y:auto;padding:2px}.icon-grid button{border:1px solid #e7eaf2;border-radius:9px;padding:11px 3px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;background:#fff;color:#8f98a9;min-height:65px}.icon-grid button span{font-size:8px}.icon-grid button.selected{color:var(--primary);border-color:#b4acee;background:#f3f1ff}.color-picker{display:flex;align-items:center;gap:10px}.color-picker>span{font-size:12px;color:#717e92;margin-right:8px}.color-dot{border-radius:50%;background:var(--tone);width:25px;height:25px;display:flex;align-items:center;justify-content:center;color:#fff;border:3px solid white;box-shadow:0 0 0 1px transparent}.color-dot[aria-pressed=true]{box-shadow:0 0 0 1px var(--tone)}.auth-page{max-width:1200px;margin:0 auto;min-height:100vh;padding:44px 40px 24px;display:flex;flex-direction:column}.auth-brand{display:flex;align-items:center;gap:13px;color:var(--primary)}.auth-brand strong{font-size:21px;color:#172033;letter-spacing:-.5px}.auth-layout{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:90px;flex:1;padding:55px 0 70px}.auth-intro h1{font-size:46px;font-weight:600;line-height:1.5;letter-spacing:-1px}.auth-intro>p{font-size:14px;line-height:2.1;color:#939cb0;margin-top:19px}.auth-features{display:flex;flex-direction:column;gap:23px;margin-top:38px}.auth-features>div{display:flex;align-items:center;gap:15px}.auth-features strong{font-size:14px;font-weight:500;display:block;color:#6a758c}.auth-features small{font-size:11px;display:block;margin-top:7px;color:#a0a8b8}.auth-features .icon-tile{height:48px;width:48px;border-radius:13px}.auth-note{display:flex;align-items:center;gap:8px;font-size:10px;color:#9ca5b6;margin-top:39px}.auth-card{background:#fff;border:1px solid #e3e7ef;border-radius:22px;padding:34px 34px 26px;box-shadow:0 15px 50px #30396b06}.auth-card>.icon-tile{width:45px;height:45px;border-radius:13px;margin-bottom:22px}.auth-card h2{font-size:22px;font-weight:600}.auth-card>p{font-size:12px;color:#98a2b4;margin-top:9px;margin-bottom:30px}.auth-card form>.button{width:100%;margin-top:5px;min-height:44px}.auth-card .field{margin-bottom:17px;font-size:11px}.auth-card input{font-size:12px;padding:11px 13px}.auth-security{display:flex;align-items:center;justify-content:center;gap:6px;font-size:9px;color:#aab0be;margin-top:21px;line-height:1.7}.auth-page>footer{font-size:10px;color:#adb4c1;text-align:center}@media(max-width:1200px){.topbar-inner{padding:0 30px}.main-nav{gap:24px}.header-actions{gap:12px}main{width:calc(100% - 48px)}.project-grid{gap:16px}.project-card-body{padding:18px}.project-card-heading{gap:10px}.project-card-heading>.icon-tile{width:42px;height:46px}.project-name a{font-size:15px}.project-amount strong{font-size:27px}.project-breakdown strong{font-size:12px}.project-card-footer{font-size:10px;padding:14px}.item-breakdown span{font-size:9px;gap:5px}.item-breakdown span+span{padding-left:9px}.overview-strip>div:not(:first-child){padding-left:30px}.overview-strip strong{font-size:23px}.stat-card{padding:18px 15px;gap:11px}.stat-card .icon-tile{width:43px;height:43px;border-radius:12px}.stat-value{font-size:21px}.category-card{padding:14px 12px}.category-main{gap:8px}.category-main .icon-tile{height:31px;width:31px}.category-info b{font-size:15px}.category-info strong{font-size:11px}.category-info small{font-size:9px}.expense-panel{padding:20px 18px}.expense-row{grid-template-columns:minmax(175px,1.7fr) minmax(95px,1fr) minmax(80px,.85fr) minmax(80px,.85fr) minmax(92px,.9fr) 70px;gap:10px;padding:14px 12px}.expense-name small{max-width:160px}.expense-controls .search-box{width:195px}.expense-name strong,.expense-money{font-size:11px}.expense-delta{font-size:10px}.item-total>.icon-tile{display:none}.item-total>strong{font-size:31px}.auth-layout{gap:55px}}@media(max-width:980px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-card-body{padding:22px}.project-card-heading>.icon-tile{width:53px;height:55px}.project-name a{font-size:17px}.project-amount strong{font-size:30px}.item-breakdown span{font-size:11px}.project-card-footer{padding:16px 21px;font-size:11px}.brand small{font-size:9px}.brand strong{font-size:18px}.brand{gap:10px}.main-nav{gap:15px}.main-nav button{font-size:12px;gap:7px}.header-actions{gap:10px}.backup-button{padding:8px!important}.backup-button span{display:none}.overview-strip{padding:23px}.overview-strip>div{gap:13px}.overview-strip>div:not(:first-child){padding-left:21px}.overview-strip .icon-tile{width:43px;height:43px}.overview-strip strong{font-size:21px}.stats-grid{gap:11px}.stat-card{flex-direction:column;align-items:flex-start;gap:13px;min-height:147px}.stat-card .icon-tile{width:35px;height:35px;border-radius:9px}.stat-card .icon-tile svg{width:20px}.stat-value{font-size:23px}.categories-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-info strong{font-size:12px}.category-info b{font-size:18px}.category-info small{font-size:11px}.category-main .icon-tile{height:38px;width:38px}.category-card{padding:17px}.expense-toolbar{align-items:flex-start;flex-direction:column;gap:14px}.expense-controls{width:100%}.expense-controls .search-box{flex:1;width:auto}.expense-controls select{width:135px}.expense-row{grid-template-columns:minmax(150px,1.8fr) minmax(80px,1fr) minmax(72px,.8fr) minmax(72px,.8fr) minmax(75px,.9fr) 64px;gap:7px;padding:13px 10px}.expense-name{gap:7px}.expense-name small{max-width:135px}.expense-name .icon-tile{height:29px;width:29px;border-radius:7px}.expense-name .icon-tile svg{width:16px}.expense-row.table-head{padding:12px 10px}.row-actions{gap:4px}.row-actions .icon-button{height:29px;width:29px}.expense-category{font-size:10px}.expense-category small{font-size:8px}.categories-grid.custom{grid-template-columns:repeat(3,minmax(0,1fr))}.item-overview{grid-template-columns:1fr 1.4fr;gap:22px;padding:23px}.composition-content{gap:17px}.donut{height:92px;width:92px}.donut>div{height:70px;width:70px}.chart-legend>div{grid-template-columns:7px minmax(50px,1fr) auto;gap:7px}.chart-legend small{display:none}.auth-layout{gap:35px}.auth-intro h1{font-size:38px}.auth-intro>p{font-size:12px}.auth-card{padding:28px}.auth-note{font-size:9px}}@media(max-width:720px){.topbar{height:115px}.topbar-inner{padding:16px 20px 0;flex-wrap:wrap;gap:6px;align-content:space-between}.brand strong{font-size:18px}.brand small{font-size:9px;margin-top:3px}.brand svg{width:27px}.main-nav{height:40px;order:3;width:100%;gap:24px;justify-content:center}.main-nav button{font-size:12px}.header-actions .avatar{height:32px;width:32px}.header-actions{margin-left:auto}.account-menu summary>svg{display:none}main{width:calc(100% - 32px);margin:25px auto 27px}h1{font-size:25px}.page-heading{gap:12px;margin-bottom:22px}.page-heading p{font-size:11px;margin-top:5px}.page-heading>.button{font-size:12px;min-height:40px;padding:10px 13px}.overview-strip{padding:19px 15px;gap:8px;border-radius:12px;min-height:95px}.overview-strip>div{display:block}.overview-strip .icon-tile{display:none}.overview-strip>div:not(:first-child){padding-left:12px}.overview-strip>div:not(:first-child):before{top:6px;height:33px}.overview-strip small{font-size:9px;margin-bottom:9px}.overview-strip strong{font-size:17px;letter-spacing:-.5px}.projects-toolbar{flex-direction:column;align-items:stretch;gap:12px}.projects-toolbar .search-box{width:100%}.segmented{justify-content:space-between}.segmented button{font-size:11px;flex:1;gap:8px}.project-grid{grid-template-columns:1fr;gap:17px}.project-card-body{padding:22px}.project-card-heading>.icon-tile{height:54px;width:54px}.project-name a{font-size:17px}.project-card-heading p{font-size:11px}.project-amount{margin-top:23px}.project-amount strong{font-size:31px}.project-breakdown strong{font-size:14px}.project-card-footer{min-height:54px;padding:12px 20px}.project-card-footer a{min-height:30px}.new-project-card{min-height:147px}.site-footer{font-size:9px;gap:15px;margin-bottom:22px}.site-footer span+span{display:none}.title-with-badge{gap:9px}.title-with-badge h1{font-size:25px}.detail-heading{align-items:flex-start;flex-direction:column;gap:17px}.heading-actions{width:100%;gap:9px}.heading-actions>.button{flex:1;min-height:41px}.heading-actions .project-menu summary{height:41px}.back-link{margin-bottom:14px;font-size:11px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:24px}.stat-card{min-height:117px;padding:16px;display:block;position:relative}.stat-card .icon-tile{position:absolute;right:12px;top:12px;width:28px;height:28px;border-radius:8px}.stat-card .icon-tile svg{width:16px}.stat-label{font-size:10px;margin-bottom:16px}.stat-value{font-size:22px;letter-spacing:-.6px}.stat-card small{font-size:9px;margin-top:4px}.section-heading h2{font-size:17px}.section-heading p{font-size:10px}.section-heading{gap:8px;flex-wrap:wrap}.section-heading>.button{font-size:11px;min-height:35px;padding:7px 10px}.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-card{padding:15px 12px;border-radius:12px}.category-main{gap:8px}.category-main .icon-tile{width:30px;height:30px;border-radius:9px}.category-main .icon-tile svg{width:17px}.category-info strong{font-size:11px;overflow-wrap:anywhere}.category-info small{font-size:9px;margin:5px 0}.category-info b{font-size:16px}.category-rate{font-size:8px;margin-top:12px}.expense-panel{padding:18px 14px;border-radius:14px}.expense-toolbar{gap:13px}.expense-controls{flex-wrap:wrap;gap:9px}.expense-controls .search-box{width:100%;flex:auto}.expense-controls select{flex:1;width:auto;min-height:40px}.expense-controls .button{padding:8px 9px;min-height:40px}.category-filters{gap:6px}.category-filters button{font-size:10px;padding:7px 9px;min-height:34px}.expense-table{border:0;overflow:visible}.expense-row.table-head{display:none}.expense-row,.expense-table.items .expense-row{position:relative;grid-template-columns:repeat(3,minmax(0,1fr));padding:17px 0;gap:12px 5px;border-top:1px solid var(--line)}.expense-name{grid-column:1/-1;padding-right:80px;gap:10px;min-height:36px}.expense-name .icon-tile{width:34px;height:35px}.expense-name strong{font-size:12px}.expense-name small{font-size:9px;max-width:calc(100vw - 210px)}.expense-category{grid-column:1/-1;display:flex;align-items:center;gap:7px;font-size:10px}.expense-category small{font-size:9px;margin:0}.expense-category:before{content:"分类";color:#afb6c3;font-size:9px;margin-right:2px}.expense-money{font-size:12px;display:flex;flex-direction:column;gap:5px}.expense-money:before,.expense-delta:before{content:attr(data-label);font-size:9px;color:#a2aabc;font-weight:400}.expense-delta{font-size:11px;display:flex;flex-direction:column;align-items:flex-start;gap:5px}.expense-delta .overspend-badge{display:none}.row-actions{position:absolute;right:0;top:17px;gap:6px}.row-actions .icon-button{height:34px;width:34px;border-radius:9px}.expense-table.items .expense-category{grid-column:1/3}.expense-table.items .expense-money{grid-column:3;grid-row:2;text-align:right;gap:2px;font-size:14px}.expense-table.items .expense-money:before{font-size:8px}.detail-footnote{font-size:8px;justify-content:center;gap:5px}.detail-footnote button{font-size:9px}.item-overview{grid-template-columns:1fr;padding:22px 21px;gap:22px}.item-total{border-right:0;border-bottom:1px solid var(--line);padding-bottom:21px}.item-total>.icon-tile{display:flex;right:0;top:0}.item-total .stat-label{margin-bottom:10px}.item-total>strong{font-size:34px;margin:10px 0}.item-total>p{font-size:10px}.composition-heading{margin-bottom:16px}.composition-content{gap:23px}.chart-legend>div{grid-template-columns:7px minmax(60px,1fr) auto 40px}.chart-legend small{display:block;font-size:9px}.categories-grid.custom{grid-template-columns:repeat(2,minmax(0,1fr))}.custom .category-card{padding-top:38px}.custom .category-main{padding-right:0}.custom .category-info strong{font-size:11px}.category-tools{top:7px;right:9px}.category-tools .icon-button{width:29px;height:28px}.new-category{min-height:157px}.archive-banner{font-size:10px;padding:12px}.modal{max-height:calc(100dvh - 26px);border-radius:16px}.modal-header{padding:22px 20px 17px}.modal-body{padding:21px 20px}.modal-footer{padding:15px 20px}.modal-header h2{font-size:18px}.modal-header p{font-size:10px}.project-types{gap:10px}.type-option{padding:15px 12px}.type-option strong{font-size:13px}.type-option small{font-size:9px}.radio-dot{right:11px;top:15px}.subcategory-options{grid-template-columns:repeat(2,minmax(0,1fr))}.subcategory-options button{font-size:10px;padding:10px;min-height:42px}.icon-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-height:235px}.color-picker{gap:9px}.color-picker>span{font-size:11px;margin-right:2px}.save-hint{font-size:8px}.modal-footer .button{font-size:12px;padding:10px 14px;min-height:42px}.field{font-size:12px}.field input,.field textarea,.field select{font-size:16px}.search-box input{font-size:13px}.auth-page{padding:29px 24px 20px}.auth-layout{grid-template-columns:1fr;gap:30px;padding:36px 0 26px}.auth-intro h1{font-size:33px;line-height:1.45}.auth-intro>p{font-size:12px;margin-top:14px}.auth-features,.auth-note{display:none}.auth-card{padding:26px 23px}.auth-card>.icon-tile{display:none}.auth-card h2{font-size:20px}.auth-card>p{font-size:11px;margin-bottom:24px}.auth-card .field{font-size:12px}.auth-card input{font-size:16px}.auth-brand strong{font-size:19px}.auth-security{font-size:8px}.empty-state{padding:47px 20px;min-height:310px}.empty-state h3{font-size:15px}.empty-state p{font-size:11px}.empty-actions{flex-direction:column;gap:4px}.empty-state.compact{padding:32px 8px}.empty-state.compact p{font-size:10px}.toast{bottom:18px;font-size:11px;width:max-content}.skeleton-grid{grid-template-columns:1fr}.skeleton.sub{width:240px}.pagination .button{font-size:10px;min-height:36px}.pagination>span{font-size:10px}}@media(max-width:380px){main{width:calc(100% - 24px)}.topbar-inner{padding-left:15px;padding-right:15px}.overview-strip{padding:18px 12px}.overview-strip strong{font-size:14px;letter-spacing:-.3px}.overview-strip small{font-size:8px}.overview-strip>div:not(:first-child){padding-left:9px}.page-heading>.button{font-size:11px;padding:10px}.page-heading h1{font-size:23px}.project-card-body{padding:18px}.project-name a{font-size:16px}.project-name .type-badge{font-size:9px}.project-card-heading>.icon-tile{height:47px;width:46px}.stat-value{font-size:19px}.stat-card{padding:14px}.stat-label{font-size:9px}.stat-card .icon-tile{height:25px;width:25px;right:9px;top:9px}.category-main{gap:6px}.category-info b{font-size:14px}.category-main .icon-tile{width:27px;height:27px}.category-info strong{font-size:10px}.category-info small{font-size:8px}.project-types{grid-template-columns:1fr}.type-option{display:grid;grid-template-columns:41px 1fr;gap:4px 10px;padding:13px}.type-option .icon-tile{grid-row:1/3}.type-option strong{padding-top:3px}.type-option small{grid-column:2}.save-hint{display:none}.modal-body,.modal-header{padding:20px 16px}.modal-footer{padding:14px 16px}.chart-legend>div{grid-template-columns:6px 1fr auto}.chart-legend small{display:none}.color-picker{gap:7px}.color-picker>span{font-size:10px}.expense-panel{padding:17px 12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}:root{font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,system-ui,sans-serif}.project-grid{align-items:stretch}.project-card{display:flex;flex-direction:column}.project-card-footer{margin-top:auto}.project-amount strong,.overview-strip strong,.stat-value,.item-total>strong{font-weight:500}.modal[open]{display:flex;flex-direction:column;overflow:hidden}.modal>form{display:flex;flex-direction:column;min-height:0;overflow:hidden}.modal-header,.modal-footer{flex-shrink:0}.modal-body{overflow-y:auto;min-height:0;overscroll-behavior:contain}.project-amount strong,.overview-strip strong,.stat-value,.item-total>strong,.category-info b,.expense-money,.expense-delta,.project-breakdown strong{overflow-wrap:anywhere}@media(min-width:981px){.brand strong{font-size:22px}.brand small{font-size:12px}.main-nav button{font-size:15px}.page-heading p,.overview-strip small{font-size:14px}.overview-strip strong{font-size:28px}.segmented button{font-size:14px;padding:8px 17px}.segmented button span{font-size:12px}.search-box{width:297px}.search-box input{font-size:13px}.button{font-size:14px}.project-name a{font-size:18px}.project-card-heading p{font-size:13px}.type-badge{font-size:11px}.project-amount span{font-size:13px}.project-breakdown span{font-size:12px}.project-breakdown strong{font-size:15px}.project-progress>span{font-size:13px}.project-card-footer{font-size:13px}.item-breakdown span{font-size:12px}.new-project-card strong{font-size:17px}.new-project-card span{font-size:12px}.site-footer{font-size:11px}.stat-label{font-size:14px}.stat-value{font-size:27px}.stat-card small{font-size:11px}.section-heading p{font-size:12px}.category-info strong{font-size:14px}.category-info small{font-size:12px}.category-info b{font-size:21px}.category-rate{font-size:10px}.category-main .icon-tile{width:40px;height:40px}.section-heading-inline h2{font-size:18px}.section-heading-inline>span{font-size:12px}.expense-controls select,.expense-controls .button,.category-filters button,.expense-row.table-head{font-size:12px}.expense-name strong{font-size:14px}.expense-name small{font-size:11px}.expense-category{font-size:12px}.expense-category small{font-size:10px}.expense-money{font-size:14px}.expense-delta{font-size:12px}.chart-legend>div,.chart-legend strong{font-size:13px}.chart-legend small{font-size:11px}.composition-heading h2{font-size:16px}.composition-heading>span{font-size:12px}.new-category span{font-size:14px}.new-category small{font-size:11px}}.field{font-size:13px}.modal-header p{font-size:12px}.info-box,.type-option small,.subcategory-options button{font-size:11px}.icon-grid button span{font-size:10px}.amount-preview{font-size:11px}.confirm-message{font-size:14px}@media(max-width:720px){.brand small{font-size:10px}.page-heading p,.project-card-heading p,.project-card-footer,.item-breakdown span,.category-info strong{font-size:12px}.category-info small{font-size:10px}.category-rate{font-size:9px}.category-filters button{min-height:40px;font-size:11px}.expense-name strong{font-size:13px}.expense-name small{font-size:10px}.row-actions .icon-button{width:36px;height:36px}.category-tools .icon-button{width:34px;height:34px}.overview-strip small{font-size:10px}.empty-state p{font-size:12px}.modal-header p{font-size:11px}.modal-header{padding:18px 19px 15px}.modal-body{padding:18px 19px}.modal-footer{padding:12px 19px}.field{font-size:12px;margin-bottom:16px}.subcategory-options button{font-size:11px}.icon-grid button{min-height:66px}.color-dot{width:28px;height:28px}.amount-preview,.type-option small{font-size:10px}}@media(max-width:380px){.overview-strip small{font-size:9px}.project-name a{font-size:16px}.item-breakdown span{font-size:10px}.category-info strong{font-size:11px}.category-info small{font-size:9px}.color-picker{gap:5px}}.space-banner{display:flex;align-items:center;gap:14px;padding:14px 18px;margin:0 0 26px;border:1px solid #e0e5f1;border-radius:14px;background:#fff;color:#66738f;font-size:13px;line-height:1.7}.space-banner strong{color:#5146d8;white-space:nowrap;font-size:13px}.space-banner.private{background:#f1f0ff;border-color:#dedbff}.space-notice{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;background:#fff7e7;color:#8c6530;margin:0 0 20px;font-size:13px}.space-notice>span{flex:1}.space-notice button{border:0;background:transparent;color:inherit;cursor:pointer}.access-body{display:grid;gap:22px}.access-code{font-size:24px!important;letter-spacing:3px;font-weight:600;text-transform:uppercase}.access-help{font-size:13px;line-height:1.8;color:var(--muted,#74819b);margin:0}.header-actions>.button{white-space:nowrap}@media(max-width:620px){.space-banner{align-items:flex-start;flex-direction:column;gap:3px;padding:12px 14px;margin-bottom:22px}.header-actions>.button{padding:9px 11px;font-size:12px}.header-actions{gap:6px}.access-code{font-size:21px!important}.space-notice{align-items:flex-start}}
