@charset "UTF-8";
:root{--paper:#faf8f2;--surface:#fff;--ink:#302c24;--muted:#898477;--line:#eae6db;--honey:#f6bd32;--honey-light:#fff4cd;--honey-dark:#84580a;--green:#2f725b;--red:#ab4940;--radius:20px;--shadow:0 12px 40px #372b1008;font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0;font-size:14px;line-height:1.65}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #b07b1680;outline-offset:3px}[hidden]{display:none!important}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{line-height:1.4}small{font-size:12px}button{color:inherit}svg,img{max-width:100%}.skip-link{position:fixed;top:-80px;left:15px;z-index:100;background:white;padding:10px}.skip-link:focus{top:10px}.brand{display:flex;align-items:center;gap:11px;font-size:19px;font-weight:800;letter-spacing:.5px}.brand small{display:block;font-size:9px;letter-spacing:2px;color:var(--muted);margin-top:1px}.brand-mark{height:45px;width:45px;border-radius:15px;background:var(--honey);display:grid;place-items:center;color:#4b3610;font-size:34px;line-height:1}.eyebrow{font-size:11px;letter-spacing:2px;color:var(--honey-dark);font-weight:700}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.06fr 1fr;background:#fff}.auth-story{padding:48px 9%;background:#f7eab9;position:relative;min-height:810px;overflow:hidden;display:flex;flex-direction:column}.story-copy{margin-top:78px;position:relative;z-index:1}.story-copy h1{font-size:clamp(30px,3.4vw,52px);letter-spacing:-1.5px;margin:18px 0;line-height:1.3}.story-copy p{font-size:15px;color:#756849;max-width:420px;line-height:1.9}.story-art{position:relative;min-height:260px;flex:1;max-height:370px;margin-top:20px}.orbit{border:1px solid #bd9b453d;border-radius:50%;position:absolute;width:240px;height:240px;top:10px;left:15%;transform:rotate(-25deg)}.orbit-two{width:330px;height:175px;transform:rotate(25deg);top:50px;left:5%}.art-flower{font-size:220px;line-height:1;position:absolute;left:25%;top:15px;color:var(--honey);filter:drop-shadow(0 16px 0 #ddb13f33);transform:rotate(10deg)}.art-note{position:absolute;background:#fffaf0;padding:15px 23px;border:1px solid #dec98d;border-radius:14px;box-shadow:0 8px 20px #75570f0d;font-size:13px}.note-one{left:0;top:62px;transform:rotate(-7deg)}.note-two{right:0;top:183px;transform:rotate(6deg)}.art-spark{position:absolute;right:8%;top:34px;font-size:36px;color:#9e7926}.story-foot{display:flex;gap:21px;font-size:12px;color:#8a7955;margin-top:25px}.story-foot span:before{content:'•';padding-right:8px}.auth-panel{width:100%;max-width:580px;padding:46px 58px 35px;margin:auto}.back-link{color:var(--muted);font-size:12px}.auth-title{margin:40px 0 25px}.auth-title h2{font-size:28px;letter-spacing:-.6px;margin:10px 0}.auth-title p{color:var(--muted);font-size:13px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;padding:5px;background:#f4f1e9;border-radius:12px;margin-bottom:25px}.auth-tabs button{border:0;background:transparent;padding:9px;border-radius:9px;color:var(--muted)}.auth-tabs button[aria-selected=true]{background:white;box-shadow:0 2px 8px #362c1410;color:var(--ink);font-weight:700}.auth-switch{color:var(--muted);text-align:center;border-top:1px solid var(--line);padding-top:24px;margin-top:26px;font-size:12px}.auth-switch a{color:var(--honey-dark);margin-left:5px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{min-width:0}.field.full,.full{grid-column:1/-1}.field label{display:block;font-weight:600;font-size:12px;margin-bottom:7px}.field input,.field select,.field textarea,.filter-bar input,.filter-bar select{width:100%;min-height:43px;border:1px solid #e1dcd0;background:#fff;border-radius:10px;padding:10px 12px;outline:none;color:var(--ink)}.field textarea{resize:vertical;min-height:96px;line-height:1.7}.field input:focus,.field select:focus,.field textarea:focus{border-color:#d5a531;box-shadow:0 0 0 3px #f6bd321a}.field input:disabled,.field select:disabled{background:#f5f3ed;color:#898273}.field small{display:block;color:var(--muted);font-size:11px;line-height:1.7;margin-top:6px}.checkbox-label{display:flex!important;align-items:flex-start;gap:9px;font-size:12px!important;font-weight:400!important;margin:18px 0}.checkbox-label input{width:17px;min-width:17px;height:17px;accent-color:#cb951f;margin-top:3px}.checkbox-label span{color:#786f5d}.button{border:1px solid transparent;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 18px;min-height:43px;font-size:13px;font-weight:600;white-space:nowrap;transition:background .16s,transform .16s}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--honey);color:#49330b}.button.primary:hover{background:#edb12b}.button.secondary{background:#fff;border-color:#e4ded1}.button.secondary:hover{background:#faf7ee}.button.danger{background:#fff0ed;color:var(--red);border-color:#efd9d2}.button.small{padding:7px 12px;min-height:34px;font-size:12px}.button.full{width:100%}.form-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center;flex-wrap:wrap;margin-top:25px}.form-error{color:var(--red);font-size:12px;margin-top:12px;white-space:pre-wrap}.form-error:empty{display:none}.notice{background:#fff6da;border:1px solid #ecdfb7;color:#80662b;font-size:12px;padding:15px 18px;border-radius:12px;line-height:1.8;margin-bottom:20px}.notice.info{background:#f0f6f3;border-color:#dce9e2;color:#557762}.notice.error{background:#fff0ed;color:#aa5044;border-color:#f2d6cd}.notice a,.notice button{color:inherit}.notice strong{font-weight:700}.notice p+p{margin-top:7px}.notice ul{padding-left:18px;margin-bottom:0}.invite-box{border:1px dashed #d5ad4d;background:#fffbef;padding:16px;border-radius:12px;margin-bottom:20px}.invite-box strong{display:block;font-size:14px}.invite-box p{font-size:12px;color:#8a7850;margin-top:5px}.invite-box .link-button{margin-top:8px}.link-button{border:0;background:none;color:var(--honey-dark);padding:2px 0;font-size:12px;text-align:left}.workspace{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:242px;padding:30px 22px;border-right:1px solid var(--line);background:#fffefa;display:flex;flex-direction:column;z-index:10}.sidebar .brand{font-size:17px;gap:8px}.sidebar .brand-mark{height:40px;width:40px;font-size:30px;border-radius:13px}.scope-card{border:1px solid var(--line);border-radius:12px;padding:12px;margin:30px 0 21px;background:#fbfaf5}.scope-card small{display:block;color:var(--muted);font-size:10px;letter-spacing:1px}.scope-card strong{font-size:13px;display:block;margin:4px 0;overflow-wrap:anywhere}.scope-card span{font-size:11px;color:var(--honey-dark)}#side-nav{display:flex;flex-direction:column;gap:4px;overflow:auto}#side-nav button{display:flex;align-items:center;gap:12px;padding:11px 12px;border:0;border-radius:10px;background:none;color:#807b6e;text-align:left;font-size:13px}#side-nav button .nav-icon{font-size:18px;width:20px;text-align:center}#side-nav button.active{background:#fff0ba;color:#705015;font-weight:700}#side-nav .nav-section{font-size:10px;letter-spacing:1px;color:#aaa18d;padding:14px 12px 5px}.sidebar-foot{margin-top:auto;padding-top:24px;display:flex;flex-direction:column;gap:12px;font-size:12px;color:var(--muted)}.sidebar-foot button{border:0;background:none;text-align:left;color:var(--muted);padding:0}.sidebar-foot small{font-size:10px;color:#afa799}.work-main{margin-left:242px;width:calc(100% - 242px);min-width:0}.topbar{min-height:86px;display:flex;align-items:center;justify-content:space-between;padding:19px 42px;border-bottom:1px solid var(--line);background:#ffffffa8}.top-kicker{display:block;font-size:10px;color:#a19786;letter-spacing:.5px}.topbar strong{display:block;font-size:14px;margin-top:3px}.top-actions{display:flex;align-items:center;gap:16px}.top-actions>span{font-size:11px;color:var(--muted)}.profile-dot{border:1px solid #e8d5a1;width:36px;height:36px;border-radius:50%;background:#fbebba;color:#8c6517;font-weight:700}#content{padding:33px 42px 35px;max-width:1550px;margin:auto;min-height:calc(100vh - 156px);outline:none}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.page-heading h1{font-size:26px;letter-spacing:-.6px}.page-heading p{font-size:12px;color:var(--muted);margin-top:7px;line-height:1.9}.heading-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.hero{background:#f6e6ac;border-radius:22px;padding:29px 31px;display:flex;justify-content:space-between;gap:25px;margin-bottom:24px;position:relative;overflow:hidden}.hero h2{font-size:25px;letter-spacing:-.5px;margin:10px 0}.hero p{font-size:12px;color:#8e7641;max-width:670px}.hero .hero-flower{font-size:116px;line-height:1;color:#dba52c;transform:rotate(12deg);margin:-3px 10px -14px;opacity:.7}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0}.stat{border:1px solid var(--line);border-radius:16px;padding:20px;background:white;box-shadow:var(--shadow);min-width:0}.stat-label{font-size:12px;color:var(--muted);display:flex;justify-content:space-between}.stat b{display:block;font-size:28px;letter-spacing:-.8px;margin:8px 0 3px;line-height:1.4;font-variant-numeric:tabular-nums}.stat small{font-size:11px;color:#9d9484;display:block}.stat.highlight{background:#fff7dc;border-color:#ecddb0}.stat.negative b{color:var(--red)}.columns{display:grid;grid-template-columns:1.6fr 1fr;gap:22px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);margin-bottom:22px;min-width:0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid var(--line)}.panel-head h3{font-size:15px}.panel-head p{font-size:11px;color:var(--muted);margin-top:4px}.panel-body{padding:24px}.panel-body>p{color:var(--muted);font-size:12px;margin-bottom:20px}.todo-row{display:flex;align-items:center;padding:16px 24px;gap:15px;border-bottom:1px solid #f0ede5}.todo-row:last-child{border:0}.todo-icon{background:#f8f3e3;border-radius:11px;width:37px;height:37px;display:grid;place-items:center;font-size:20px;color:#ad8a38}.todo-row .todo-text{flex:1}.todo-row strong{display:block;font-size:13px}.todo-row p{font-size:11px;color:var(--muted);margin-top:3px}.todo-row>b{font-size:24px;color:#b89134}.flow-list{list-style:none;margin:0;padding:23px}.flow-list li{display:flex;gap:14px;margin-bottom:21px}.flow-list li:last-child{margin-bottom:0}.flow-list i{font-style:normal;background:#faf1d6;border-radius:50%;width:27px;height:27px;display:grid;place-items:center;font-size:12px;color:#b1872a;flex-shrink:0}.flow-list b{display:block;font-size:12px}.flow-list p{font-size:11px;color:var(--muted);margin-top:3px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:12px;white-space:nowrap}th{padding:13px 22px;background:#fdfbf6;color:#918776;font-size:10px;letter-spacing:.5px;font-weight:500}td{padding:17px 22px;border-top:1px solid #f0ede5;vertical-align:middle}td b{font-size:12px}td .sub{display:block;color:#9c9384;font-size:10px;margin-top:4px}td .amount{font-weight:700;font-variant-numeric:tabular-nums}.badge{display:inline-flex;align-items:center;padding:4px 9px;border-radius:7px;font-size:10px;background:#f1f0eb;color:#898273;white-space:nowrap}.badge.green{background:#ebf4ee;color:#498166}.badge.amber{background:#fff2cd;color:#987522}.badge.red{background:#fff0ed;color:#ab5b4c}.badge.blue{background:#edf1fa;color:#617ba4}.badge.gray{background:#f1f0eb;color:#8e8779}.empty{padding:50px 22px;text-align:center}.empty>span{font-size:38px;color:#d0b361}.empty h3{font-size:14px;margin:9px 0}.empty p{color:var(--muted);font-size:12px;max-width:420px;margin:auto}.filter-bar{display:flex;gap:12px;margin:0 0 20px;flex-wrap:wrap}.filter-bar input{flex:2;min-width:160px}.filter-bar select{flex:1;min-width:130px;max-width:250px}.filter-bar .result-count{color:var(--muted);font-size:12px;align-self:center;margin-left:auto}.search-hint{color:var(--muted);font-size:11px;margin:0 0 13px}.wallet-stats{grid-template-columns:repeat(3,1fr)}.ledger-tabs{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}.ledger-tabs button{padding:9px 16px;border-radius:10px;background:white;border:1px solid var(--line);font-size:12px;color:var(--muted)}.ledger-tabs button.active{color:#7a5a13;background:#fff3cc;border-color:#e4d09a}.code-box{padding:15px;border:1px solid var(--line);border-radius:12px;background:#fbfaf5;overflow-wrap:anywhere;font-family:ui-monospace,Consolas,monospace;font-size:12px;line-height:1.8;margin-top:13px}.share-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.share-type{font-size:10px;color:var(--honey-dark);letter-spacing:1px}.share-card h3{font-size:20px;margin:9px 0}.share-card p{font-size:12px;color:var(--muted)}.share-card .button{margin-top:18px}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(95px,1fr));gap:10px;margin-top:20px}.rate{background:#faf6e9;border-radius:11px;padding:14px;text-align:center}.rate small{display:block;color:#a0906c;font-size:10px}.rate b{font-size:22px;color:#aa7c1d}.rate.active{background:#ffefb8;border:1px solid #ebcc74}.team-grid,.event-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.team-card{border:1px solid var(--line);border-radius:16px;background:white;padding:21px}.team-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.avatar{width:42px;height:42px;display:grid;place-items:center;background:#f5e9c8;border-radius:14px;font-size:19px;color:#90702b;flex-shrink:0}.person{display:flex;align-items:center;gap:12px;min-width:0}.person h3{font-size:14px;overflow-wrap:anywhere}.person p{color:var(--muted);font-size:11px;margin-top:3px}.team-card dl{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0 0;padding-top:17px;border-top:1px solid var(--line)}.team-card dt{font-size:10px;color:var(--muted)}.team-card dd{font-size:12px;margin:4px 0 0;overflow-wrap:anywhere}.event-card{background:white;border-radius:18px;border:1px solid var(--line);padding:24px}.event-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.scene-icon{background:#fbefc9;border-radius:14px;width:45px;height:45px;display:grid;place-items:center;font-size:25px}.event-card h3{font-size:17px}.event-meta{color:var(--muted);font-size:12px;margin-top:10px}.event-description{color:#998f7c;font-size:12px;margin-top:12px;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.event-facts{display:flex;gap:18px;margin:20px 0;padding-top:17px;border-top:1px solid var(--line)}.event-facts div{flex:1}.event-facts b{display:block;font-size:16px}.event-facts span{display:block;font-size:10px;color:var(--muted);margin-top:4px}.card-actions{display:flex;gap:8px;flex-wrap:wrap}.group-card{background:white;border:1px solid var(--line);border-radius:18px;padding:24px;margin-bottom:17px}.group-header{display:flex;justify-content:space-between;gap:15px;align-items:center}.group-header h3{font-size:16px}.group-header p{font-size:11px;color:var(--muted);margin-top:5px}.member-pills{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.member-pill{padding:9px 14px;background:#f9f6ed;border:1px solid #eee8d8;border-radius:10px;text-align:left}.member-pill b{font-size:12px}.member-pill span{display:block;font-size:10px;color:#9b8d71;margin-top:3px}.group-detail{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:16px;gap:18px}.group-detail p{font-size:12px;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px 24px;margin:22px 0}.detail-grid>div{min-width:0}.detail-grid dt{color:var(--muted);font-size:11px}.detail-grid dd{margin:4px 0 0;font-size:13px;overflow-wrap:anywhere;white-space:pre-wrap}.detail-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.chips{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0}.chips span{padding:6px 10px;background:#f7f3e8;border-radius:7px;font-size:11px;color:#8f7e59}.section-title{font-size:15px;margin:24px 0 16px;border-top:1px solid var(--line);padding-top:24px}.candidate-list{border:1px solid var(--line);border-radius:12px;max-height:280px;overflow:auto}.candidate{display:flex!important;align-items:center;gap:10px;padding:12px 14px;margin:0!important;border-bottom:1px solid #f0ede4;font-weight:400!important}.candidate:last-child{border:0}.candidate>input{width:17px;min-height:17px;accent-color:#c49a2d}.candidate>span{flex:1}.candidate b{font-size:12px}.candidate small{display:block;margin:3px 0 0;font-size:10px;color:#9b8c73;line-height:1.7}.members-count{font-size:12px;color:var(--honey-dark);margin:10px 0}.qr-preview{width:180px;max-height:220px;object-fit:contain;border:1px solid var(--line);border-radius:12px;background:white;padding:10px;display:block;margin:16px 0}.upload-box{padding:20px;border:1px dashed #d9c99d;border-radius:13px;background:#fffdf6}.upload-box input{max-width:100%;font-size:12px}.upload-box p{font-size:11px;color:var(--muted);margin-top:10px}.profile-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:22px}.status-block{max-width:750px;margin:30px auto;background:#fff;border:1px solid var(--line);border-radius:24px;padding:38px;text-align:center}.status-symbol{font-size:64px;color:#c49c40}.status-block h2{font-size:24px;margin:12px 0}.status-block p{color:var(--muted);font-size:13px}.status-block .notice{margin-top:24px;text-align:left}.status-block .form-actions{justify-content:center}.workspace-footer{display:flex;justify-content:space-between;gap:15px;padding:0 42px 25px;font-size:10px;color:#afa695}.mobile-nav{display:none}.editor{border:1px solid var(--line);border-radius:22px;padding:0;max-width:min(760px,calc(100vw - 36px));width:760px;max-height:88vh;color:var(--ink);box-shadow:0 30px 100px #241b1833}.editor::backdrop,.confirmation::backdrop{background:#2e281d66;backdrop-filter:blur(3px)}.dialog-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:22px 28px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#fff;z-index:1}.dialog-head h2{font-size:19px}.icon-button{border:1px solid var(--line);background:#faf8f0;border-radius:50%;font-size:23px;width:32px;height:32px;line-height:1;display:grid;place-items:center;flex-shrink:0}#dialog-body{padding:27px 28px}.confirmation{border:1px solid var(--line);border-radius:22px;max-width:460px;width:calc(100vw - 36px);padding:30px;color:var(--ink)}.confirm-icon{font-size:40px;color:#c09329}.confirmation h2{font-size:20px;margin:7px 0 12px}.confirmation p{font-size:13px;color:var(--muted);line-height:1.9;white-space:pre-wrap}.toast{position:fixed;left:50%;transform:translateX(-50%);bottom:30px;padding:14px 24px;border-radius:12px;background:#354d3c;color:white;box-shadow:0 10px 30px #0002;max-width:min(600px,calc(100vw - 28px));font-size:13px;z-index:2000}.toast.error{background:#9b5145}.loading{text-align:center;padding:45px 20px;color:var(--muted);font-size:13px}.noscript{position:fixed;inset:0;background:white;padding:50px;z-index:10000;text-align:center}.muted{color:var(--muted)}.inline-actions{display:flex;gap:13px;align-items:center}.text-red{color:var(--red)}.text-green{color:var(--green)}.text-wrap{white-space:normal;min-width:140px;max-width:310px;overflow-wrap:anywhere}
@media(min-width:1600px){.auth-story{padding-left:16%;padding-right:13%}.story-art{margin-top:40px}.sidebar{width:262px;padding:34px 27px}.work-main{margin-left:262px;width:calc(100% - 262px)}}
@media(max-width:1200px){.sidebar{width:215px;padding:25px 16px}.work-main{margin-left:215px;width:calc(100% - 215px)}#content{padding:28px}.topbar{padding:20px 28px}.stats{gap:12px}.stat{padding:17px}.stat b{font-size:24px}.columns{grid-template-columns:1.3fr 1fr;gap:17px}.auth-panel{padding:40px}.story-foot{gap:13px;font-size:10px}.story-copy{margin-top:65px}.team-grid,.event-grid{gap:16px}.event-card{padding:20px}.workspace-footer{padding:0 28px 24px}}
@media(max-width:980px){.auth-shell{grid-template-columns:.85fr 1fr}.auth-story{padding:35px;min-height:760px}.story-copy h1{font-size:32px}.story-copy p{font-size:13px}.story-art{min-height:240px}.art-flower{font-size:170px;left:15%;top:42px}.orbit{width:180px;height:180px;left:10%;top:35px}.orbit-two{width:220px;height:140px;left:0}.art-note{padding:10px 13px;font-size:11px}.note-one{top:31px}.note-two{top:197px}.story-foot{flex-direction:column;gap:7px}.auth-panel{padding:35px}.columns,.profile-grid{grid-template-columns:1fr}.share-grid{gap:16px}.stat b{font-size:22px}.team-grid,.event-grid{grid-template-columns:1fr}.page-heading h1{font-size:23px}.hero .hero-flower{font-size:90px}.hero h2{font-size:22px}.top-actions>span{display:none}.panel-head{padding:20px}.panel-body{padding:20px}.workspace-footer span{display:none}}
@media(max-width:760px){.auth-shell{display:block}.auth-story{min-height:auto;padding:24px;background:#f6e7b1}.auth-story .brand{font-size:18px}.story-copy{margin-top:26px}.story-copy h1{font-size:29px;margin:12px 0;letter-spacing:-1px}.story-copy h1 br{display:none}.story-copy p{max-width:90%;font-size:12px}.story-art,.story-foot{display:none}.story-copy .eyebrow{font-size:9px;letter-spacing:1px}.auth-panel{padding:25px 24px 35px;max-width:550px}.auth-title{margin:24px 0 20px}.auth-title h2{font-size:24px}.auth-switch{margin-top:24px}.sidebar{display:none}.work-main{margin:0;width:100%;padding-bottom:83px}.topbar{padding:17px 20px;min-height:74px;background:#fffdf8}.top-kicker{font-size:9px}.topbar strong{font-size:13px}.top-actions{gap:10px}.top-actions .button{font-size:11px;min-height:32px;padding:6px 10px}.profile-dot{width:33px;height:33px}#content{padding:23px 18px 20px;min-height:calc(100vh - 210px)}.page-heading{align-items:flex-start;margin-bottom:20px;gap:13px}.page-heading h1{font-size:22px}.page-heading p{font-size:11px;line-height:1.8}.heading-actions .button{padding:9px 11px;font-size:11px}.hero{padding:24px 22px;border-radius:18px;margin-bottom:19px}.hero h2{font-size:21px;max-width:280px}.hero p{font-size:11px}.hero .hero-flower{font-size:75px;position:absolute;right:10px;top:18px;opacity:.24}.hero .eyebrow{font-size:9px;letter-spacing:1px}.hero>div{position:relative;z-index:1}.stats{grid-template-columns:1fr 1fr;gap:11px;margin:18px 0}.stat{border-radius:14px;padding:16px}.stat b{font-size:25px;margin:6px 0}.stat-label{font-size:11px}.stat small{font-size:10px}.columns,.share-grid,.profile-grid{grid-template-columns:1fr;gap:0}.panel{border-radius:16px;margin-bottom:18px}.panel-head{padding:18px 19px}.panel-head h3{font-size:14px}.panel-body{padding:20px}.todo-row{padding:15px 19px}.notice{font-size:11px;padding:13px 15px;border-radius:11px}.filter-bar{gap:9px;margin-bottom:16px}.filter-bar input{flex-basis:100%;min-width:0}.filter-bar select{max-width:none;font-size:12px}.filter-bar .result-count{font-size:10px}.filter-bar input,.filter-bar select{min-height:41px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fffefaf5;backdrop-filter:blur(12px);padding:8px 5px calc(9px + env(safe-area-inset-bottom));border-top:1px solid #e9e3d5;z-index:15;overflow-x:auto;scrollbar-width:none;gap:1px}.mobile-nav button{min-width:57px;flex:1;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:3px;color:#9a917d;font-size:9px;padding:3px 5px;border-radius:9px;white-space:nowrap}.mobile-nav button .nav-icon{font-size:19px;line-height:1.3}.mobile-nav button.active{color:#94670a;background:#fff3cc;font-weight:700}.workspace-footer{padding:0 19px 20px;font-size:9px}.toast{bottom:95px;padding:13px 18px;font-size:12px}.form-grid{gap:16px}.field input,.field select,.field textarea{font-size:14px}.editor{max-width:calc(100vw - 20px);max-height:92vh;border-radius:18px}.dialog-head{padding:18px 20px}.dialog-head h2{font-size:17px}#dialog-body{padding:21px 20px}.form-actions .button{font-size:12px;padding:10px 13px}.group-card{padding:20px}.group-header{align-items:flex-start}.group-header h3{font-size:15px}.group-detail{flex-direction:column;align-items:flex-start}.group-detail .heading-actions{width:100%;justify-content:flex-start}.member-pill{padding:8px 11px}.event-card{padding:20px}.event-facts{gap:15px}.event-facts b{font-size:15px}.team-card{padding:19px}.status-block{padding:25px 20px;margin:10px auto 24px}.status-block h2{font-size:22px}.detail-grid{gap:16px;font-size:12px}.detail-grid dd{font-size:12px}th,td{padding:13px 17px}.ledger-tabs button{font-size:11px;padding:8px 13px}.code-box{font-size:11px}.rules-grid{grid-template-columns:repeat(3,1fr)}.rate{padding:12px}.share-card h3{font-size:19px}}
@media(max-width:390px){.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.page-heading{flex-wrap:wrap}.hero h2{font-size:19px}.stat{padding:13px}.stat b{font-size:23px}.detail-grid{grid-template-columns:1fr}.detail-grid .full{grid-column:auto}.top-actions{gap:6px}.brand-mark{width:40px;height:40px}.candidate{padding:11px 9px}.candidate>.badge{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
