:root{--primary: #f0a84c;--primary2: #f6c85f;--accent: #95d5b2;--pink: #ffb7b2;--bg: #fff8ed;--bg2: #fffdf8;--card: #fff;--text: #2f2a25;--muted: #8a7c6f;--border: #f1e2cf;--shadow: 0 22px 55px rgba(144, 100, 49, .13);--soft: #fff2d7;--blue: #8ecae6}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;background:radial-gradient(circle at 10% 0%,#fff0cb 0,transparent 33%),radial-gradient(circle at 90% 8%,#dff5e9 0,transparent 28%),var(--bg);color:var(--text);overflow-x:hidden}a{color:inherit;text-decoration:none}button,.button{border:0;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;border-radius:16px;padding:11px 16px;font-weight:800;cursor:pointer;display:inline-flex;gap:7px;align-items:center;justify-content:center;box-shadow:0 10px 22px #f0a84c38;font-size:14px}button:hover,.button:hover{transform:translateY(-1px)}button.secondary,.button.secondary{background:#fff4db;color:#9b671f;border:1px solid #f4d69f;box-shadow:none}button.ghost{background:#fff4db;color:#6e5f51;width:100%;margin-top:12px;box-shadow:none}button.danger{color:#e55b64}button:disabled{opacity:.65;cursor:not-allowed}.link-btn{background:transparent;box-shadow:none;color:var(--primary);padding:0;font-weight:800}.icon-btn{background:#fff4db;color:#8b6a3e;box-shadow:none;padding:9px;border-radius:12px}.mini-btn{display:inline-flex;align-items:center;gap:5px;background:#fff7e9;color:#7b5a2c;border:1px solid #f1e2cf;border-radius:12px;padding:7px 9px;font-weight:700;font-size:13px;box-shadow:none}.text-back{display:inline-flex;align-items:center;gap:6px;color:#9b6f32;background:transparent;box-shadow:none;padding:0;margin-bottom:8px}input,select,textarea{width:100%;border:1px solid var(--border);background:#fffdf8;border-radius:14px;padding:12px 13px;outline:none;font:inherit;color:var(--text)}input:focus,select:focus,textarea:focus{border-color:#f6c85f;box-shadow:0 0 0 4px #f6c85f2e}.multi-select-dropdown{position:relative}.multi-select-trigger{width:100%;border:1px solid var(--border);background:#fffdf8;border-radius:14px;padding:12px 13px;color:var(--text);box-shadow:none;display:flex;align-items:center;justify-content:space-between;gap:10px;font:inherit;font-weight:700}.multi-select-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-select-menu{position:fixed;z-index:2800;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#fffdf8;box-shadow:0 10px 24px #412d1624;padding:4px;display:flex;flex-direction:column;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.form-grid .multi-select-all,.form-grid .multi-select-options label,.multi-select-all,.multi-select-options label{display:flex;align-items:center;grid-template-columns:none;gap:6px;min-height:28px;padding:4px 6px;border-radius:6px;color:var(--text);font-size:13px;font-weight:500;line-height:1.25}.multi-select-all{z-index:1;background:#fffdf8;font-weight:700;border-bottom:1px solid #f1e2cf;flex:0 0 auto}.multi-select-options{min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.multi-select-all b{min-width:22px;height:22px;display:inline-grid;place-items:center;border-radius:999px;background:#b9761d;color:#fff;font-size:12px;margin-left:auto}.multi-select-options label:hover{background:#fff8ea}.multi-select-all input,.multi-select-options input{width:auto;height:auto;flex:0 0 auto;margin:0}.multi-select-empty{padding:6px;color:#8f8172;font-size:13px}textarea{min-height:92px;resize:vertical}.app-shell{display:flex;min-height:100vh}.sidebar{width:250px;background:#fffdf8db;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--border);padding:22px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.brand{display:flex;gap:12px;align-items:center;margin-bottom:28px}.brand span{display:block;font-size:12px;color:var(--muted);margin-top:3px}.logo{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#ffd166,#f0a84c);color:#5b3b0e;display:grid;place-items:center;font-weight:900;box-shadow:0 12px 30px #f0a84c47}.brand-avatar{width:44px;height:44px;border-radius:16px;object-fit:cover;display:block;box-shadow:0 12px 30px #f0a84c47}.sidebar nav{display:grid;gap:8px}.sidebar nav a{display:flex;gap:10px;align-items:center;padding:13px;border-radius:16px;color:#62564a}.sidebar nav a.active,.sidebar nav a:hover{background:#fff1d1;color:#9b671f;font-weight:800}.side-note{margin-top:auto;background:#fff7e9;border:1px dashed #f0cf94;border-radius:18px;padding:13px;color:#8a6b45;display:flex;gap:10px;font-size:13px}.sidebar>button{margin-top:auto}.main{flex:1;padding:28px 32px 92px;min-width:0}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:22px}.page-head h1{margin:0;font-size:32px;letter-spacing:-.5px}.page-head p{margin:6px 0 0;color:var(--muted)}.warm-head{background:transparent}.eyebrow{display:inline-flex;margin-bottom:6px;color:#a77632;font-size:13px;font-weight:800}.panel,.stat-card{background:#ffffffdb;border:1px solid var(--border);border-radius:26px;box-shadow:var(--shadow);padding:22px}.panel-title{margin-bottom:10px}.panel-title h2,.panel h2{margin:0 0 6px;font-size:22px}.panel-title p{margin:0;color:var(--muted)}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.stat-card{display:grid;justify-items:center;align-content:center;gap:9px;min-height:104px;transition:.18s;--stat-color: #b9761d }.stat-card.clickable:hover{transform:translateY(-3px);box-shadow:0 28px 60px #9064312b}.stat-title{display:block;color:var(--text);font-size:15px;font-weight:800;text-align:center}.stat-visual{position:relative;display:grid;place-items:center;width:66px;height:58px}.stat-badge{position:absolute;top:-5px;right:-10px;min-width:28px;height:28px;border-radius:999px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;background:var(--stat-color);border:0;color:#fff;box-shadow:0 8px 18px #412d191f;font-size:14px;line-height:1;font-weight:900}.stat-card-amber{background:linear-gradient(135deg,#fff6de,#fffdf8);--stat-color: #b9761d }.stat-card-mint{background:linear-gradient(135deg,#eaf8ef,#fffdf8);--stat-color: #2f8f56 }.stat-card-blue{background:linear-gradient(135deg,#eaf5ff,#fffdf8);--stat-color: #2f78b7 }.stat-card-rose{background:linear-gradient(135deg,#fff0f1,#fffdf8);--stat-color: #c34d65 }.stat-card-amber .stat-icon,.stat-card-mint .stat-icon,.stat-card-blue .stat-icon,.stat-card-rose .stat-icon{color:var(--stat-color)}.stat-icon{width:54px;height:54px;color:var(--stat-color);display:grid;place-items:center}.stat-icon svg{width:34px;height:34px}.grid{display:grid;gap:18px}.grid.two{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.dashboard-page{min-height:calc(100vh - 120px)}.dashboard-page .page-head{margin-bottom:16px}.page-title-row{display:inline-flex;align-items:center;gap:10px}.page-title-row svg{color:#b9761d;flex:0 0 auto}.applications-page-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.applications-page-head .icon-btn{width:44px;height:44px;flex:0 0 44px;display:inline-grid;place-items:center}.dashboard-actions{display:flex;justify-content:flex-start}.home-add-record{border-radius:12px;padding:8px 12px;font-size:13px;min-width:108px;width:auto;box-shadow:0 8px 18px #f0a84c2e}.page-meta{display:inline-flex;margin-top:6px;color:var(--muted);font-size:14px;font-weight:700}.chart-grid{align-items:stretch}.applications-chart-grid{margin-bottom:16px}.chart-panel{min-width:0;min-height:390px;overflow:hidden}.echart-canvas{min-width:0;max-width:100%}.gentle-tip{display:flex;gap:12px;align-items:flex-start;margin-top:18px;background:linear-gradient(135deg,#fff7df,#eff9f3)}.gentle-tip svg{color:#ce8d32;min-width:22px}.gentle-tip p{margin:4px 0 0;color:#7a6f63}.form-card{margin-bottom:18px}.compact-form-card{padding-bottom:18px}.form-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.form-title h2{margin:0}.form-grid{display:grid;gap:12px}.form-grid.one{grid-template-columns:1fr}.form-grid label,.field{display:grid;gap:7px;color:#695d51;font-size:13px;font-weight:800}.cozy-form{grid-template-columns:repeat(3,1fr)}.span2{grid-column:span 2}.checkbox-line{display:flex!important;align-items:center;gap:8px;align-self:end;background:#fff8ea;border:1px solid #f1e2cf;border-radius:14px;padding:12px}.checkbox-line input{width:auto}.link-note-fields{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.link-note-fields .span2{grid-column:span 2}.link-offer-stack{display:grid;align-content:space-between;gap:12px;min-height:100%}.link-offer-stack .checkbox-line{align-self:end;min-height:44px}.link-note-fields textarea{min-height:100px}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.compact-form-list{display:grid;gap:9px}.compact-form-section{border:1px solid var(--border);border-radius:16px;background:#fffaf1;overflow:hidden}.compact-form-section.open{background:#fffdf8}.compact-form-row{width:100%;border-radius:0;background:transparent;color:var(--text);box-shadow:none;padding:13px 15px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;text-align:left}.compact-form-row:hover{transform:none}.compact-form-row span{font-weight:900}.compact-form-row strong{color:var(--muted);font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.compact-form-body{border-top:1px solid var(--border);padding:13px 15px 15px;background:#fff}.compact-section-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.city-picker{display:grid;gap:8px}.district-cascade{display:block}.district-cascade-desktop{display:grid;grid-template-columns:150px 170px minmax(0,1fr);min-height:220px;border:1px solid var(--border);background:#fffdf8;border-radius:14px;overflow:hidden}.district-column{max-height:260px;overflow:auto;padding:8px;display:grid;align-content:start;gap:5px;border-right:1px solid var(--border)}.district-column:last-child{border-right:0;grid-template-columns:repeat(auto-fill,minmax(92px,1fr))}.district-cascade button,.district-mobile-trigger{background:transparent;color:#6e5f51;border:0;box-shadow:none;border-radius:10px;padding:9px 10px;font-size:13px;font-weight:800;justify-content:flex-start}.district-cascade button:hover{transform:none;background:#fff1d1}.district-cascade button.active{background:#fff1d1;color:#a56e23}.district-mobile-trigger{display:none}.salary-inline-field{display:grid;grid-template-columns:minmax(0,1fr) 96px;align-items:stretch}.salary-inline-field input{border-radius:14px 0 0 14px}.salary-inline-field select{border-left:0;border-radius:0 14px 14px 0;background:#fff8ea;color:#7b5a2c;font-weight:900}.region-cascade{display:block}.region-cascade-desktop{display:grid;grid-template-columns:180px minmax(0,1fr);border:1px solid var(--border);background:#fffdf8;border-radius:14px;overflow:hidden}.region-column{max-height:280px;overflow:auto;padding:8px;display:grid;align-content:start;gap:5px}.region-city-column{border-left:1px solid var(--border);grid-template-columns:repeat(auto-fill,minmax(112px,1fr))}.region-cascade button{background:transparent;color:#6e5f51;border:0;box-shadow:none;border-radius:10px;padding:9px 10px;font-size:13px;font-weight:800;justify-content:flex-start}.region-cascade button:hover{transform:none;background:#fff1d1}.region-cascade button.active{background:#fff1d1;color:#a56e23}.region-empty{color:var(--muted);font-size:13px;padding:10px}.region-mobile-trigger,.region-mobile-mask{display:none}.location-cascade{position:relative;min-width:0}.location-cascade-trigger{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fffdf8;color:var(--text);border:1px solid var(--border)!important;border-radius:14px;box-shadow:none;padding:10px 13px;font-size:14px;font-weight:700}.location-cascade-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-cascade-trigger:hover{transform:none;background:#fffaf1}.location-cascade-panel.district-cascade-desktop,.location-cascade-panel.region-cascade-desktop{position:fixed;z-index:4300;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);min-height:0;max-height:var(--location-panel-max-height, 270px);border:1px solid var(--border);background:#fffdf8;border-radius:14px;box-shadow:0 18px 45px #5637142e;overflow:hidden}.location-cascade-head{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:6px;padding:8px 10px;border-bottom:1px solid var(--border);background:#fff7e9}.location-cascade-head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7b5a2c;font-size:13px}.location-cascade-head button{width:30px;min-height:30px;display:inline-flex;align-items:center;justify-content:center!important;padding:0;border:0!important;border-radius:10px}.location-cascade-list{min-height:0;max-height:calc(var(--location-panel-max-height, 270px) - 47px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:6px;display:grid;align-content:start}.location-cascade-list button{width:100%;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:9px;font-size:13px;font-weight:700;text-align:left;color:#6e5f51}.location-cascade-list button:hover{transform:none;background:#fff1d1}.location-cascade-list button.active{background:#fff1d1;color:#a56e23}.city-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.seg-mini{display:flex;gap:6px;background:#fff7e9;border-radius:12px;padding:4px}.seg-mini button{flex:1;background:transparent;color:#8a6b45;box-shadow:none;padding:7px;border-radius:10px}.seg-mini button.active{background:#fff;color:#ad7426}.filter-bar,.excel-inline{margin-bottom:16px}.cozy-filter{display:grid;grid-template-columns:1.6fr 1fr 1fr auto;gap:12px}.table-search-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:6px 8px}.table-toolbar-actions{display:flex;align-items:center;gap:6px}.table-tool-btn{width:34px;height:34px;padding:7px;border-radius:11px}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#a48b6f}.input-with-icon input{padding-left:38px}.table-search-input input{min-height:36px;border-radius:12px;padding-top:8px;padding-bottom:8px;padding-right:42px;transition:padding .16s ease}.table-search-input.search-focused input{padding-left:13px}.search-leading-icon{opacity:1;transition:opacity .16s ease}.table-search-input.search-focused .search-leading-icon{opacity:0}.search-trailing-btn{position:absolute;top:50%;right:10px;transform:translateY(-50%);background:transparent;color:#9b6f32;box-shadow:none;padding:5px;border-radius:8px;opacity:0;pointer-events:none}.table-search-input.search-focused .search-trailing-btn{opacity:1;pointer-events:auto}.search-trailing-btn:hover{transform:translateY(-50%);background:transparent;color:#7a511d}.input-with-icon .search-trailing-btn svg{position:static;transform:none;color:currentColor}.excel-inline{display:grid;gap:12px}.excel-compact{grid-template-columns:auto minmax(0,1fr);align-items:center}.excel-inline h2{margin:0}.excel-inline p{margin:5px 0 0;color:var(--muted)}.excel-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.excel-actions input{max-width:260px}.excel-import-body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.checkbox-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:12px 0}.checkbox-grid label{display:flex;gap:8px;align-items:center;background:#fff8ea;border:1px solid #f1e2cf;border-radius:12px;padding:10px}.checkbox-grid input{width:auto}.export-select-all{display:inline-flex;align-items:center;gap:8px;width:auto;margin-bottom:10px;color:#695d51;font-weight:900}.export-select-all input{width:auto}.export-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.table-wrap{overflow:auto;position:relative;scrollbar-gutter:stable;padding:0;isolation:isolate;overscroll-behavior-x:contain;overscroll-behavior-y:auto;background:#fffdf8}.table-wrap:before{content:none;display:none}.soft-table{border-collapse:separate;border-spacing:0;table-layout:auto;width:max-content;min-width:100%;position:relative;z-index:auto}.soft-table thead{position:sticky;top:0;z-index:300;background:#fff7e9}.company-col{width:170px}.position-col,.city-col{width:auto}.status-col{width:130px}.salary-col{width:92px}.source-col{width:86px}.offer-col{width:76px}.actions-col{width:206px}.soft-table th,.soft-table td{padding:8px 10px;border-bottom:1px solid var(--border);text-align:left;font-size:14px}.soft-table th{color:#8b7660;background:#fff7e9;background-clip:padding-box;position:relative;z-index:1;box-shadow:inset 0 -1px 0 var(--border),0 10px 18px #fffdf8f5;line-height:1.25;white-space:nowrap;overflow:hidden}.soft-table .city-filter-th{overflow:hidden}.soft-table th>*{max-width:100%;white-space:nowrap;position:relative;z-index:1}.soft-table td{line-height:1.25;height:44px}.soft-table td:not(.sticky-col){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.soft-table th:nth-child(1),.soft-table td:nth-child(1){min-width:170px}.soft-table th:nth-child(2),.soft-table td:nth-child(2){min-width:56px;max-width:180px}.soft-table th:nth-child(3),.soft-table td:nth-child(3){min-width:92px;max-width:190px}.soft-table th:nth-child(4),.soft-table td:nth-child(4){min-width:130px}.soft-table th:nth-child(5),.soft-table td:nth-child(5){min-width:76px;max-width:120px}.soft-table th:nth-child(6),.soft-table td:nth-child(6){min-width:74px;max-width:120px}.soft-table th:nth-child(7),.soft-table td:nth-child(7){min-width:74px}.soft-table th:nth-child(8),.soft-table td:nth-child(8){min-width:206px}.soft-table select{min-height:32px;border-radius:10px;padding:5px 28px 5px 9px;font-size:13px}.soft-table tbody td{position:relative;z-index:0}.soft-table tbody td.sticky-col{border-bottom:1px solid var(--border)}.soft-table .sticky-col{position:sticky;position:-webkit-sticky;left:0;inset-inline-start:0;z-index:10;width:170px;min-width:170px;max-width:170px;background:#fffdf8!important;background-clip:padding-box;box-shadow:-64px 0 #fffdf8,inset 0 -1px 0 var(--border),12px 0 18px #90643114;border-right:0;overflow:hidden}.soft-table th.sticky-col{position:sticky;left:0;inset-inline-start:0;z-index:310;background:#fff7e9!important;box-shadow:-64px 0 #fff7e9,inset 0 -1px 0 var(--border),12px 0 18px #90643114}.soft-table tr:hover td.sticky-col{background:#fffdfa!important;box-shadow:-64px 0 #fffdfa,inset 0 -1px 0 var(--border),12px 0 18px #90643114}.soft-table .sticky-col b{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.soft-table .company-cell-active{overflow:visible;z-index:70}.company-cell{position:relative;min-width:0;max-width:100%;touch-action:manipulation}.company-cell-popover{position:fixed;z-index:3600;width:max-content;max-width:min(72vw,320px);padding:7px 10px;border-radius:10px;background:#fffaf1;color:var(--text);border:1px solid #efd7b4;font-size:13px;font-weight:800;line-height:1.35;white-space:normal;overflow-wrap:anywhere;box-shadow:0 12px 28px #90643129;pointer-events:none}.city-filter-th{position:relative}.table-head-filter{background:transparent;color:#8b7660;box-shadow:none;padding:0;border-radius:0;gap:4px;font:inherit;font-weight:800}.table-head-filter:hover{transform:none}.city-filter-floating-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2600;background:transparent}.city-filter-menu{position:fixed;max-height:min(320px,calc(100dvh - 96px));overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;border:1px solid var(--border);border-radius:14px;background:#fffdf8;box-shadow:var(--shadow);z-index:2601;padding:8px;display:grid;gap:4px}.city-filter-menu button{background:transparent;color:var(--text);box-shadow:none;justify-content:flex-start;border-radius:10px;padding:9px 10px;font-weight:700}.city-filter-menu button:hover{background:#fff4db;transform:none}.city-filter-empty{padding:10px;color:var(--muted);font-size:13px;font-weight:700}.soft-table tr:hover td{background:#fffdfa}.row-actions{display:flex;gap:6px;white-space:nowrap}.row-actions .mini-btn{padding:5px 7px;border-radius:10px;font-size:12px}.delete-row-btn{background:transparent;color:#c2413f;border-color:#f4c7bd;box-shadow:none}.delete-row-btn:hover{background:#fff1ed}.empty-cell{text-align:center;color:var(--muted);padding:30px!important}.modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#49372557;display:grid;place-items:center;z-index:60;padding:18px;overflow:hidden}.edit-modal{width:min(1120px,96vw);max-height:92vh;overflow:auto;background:#fffdf8;border-radius:26px;overscroll-behavior:contain}.encourage-modal{width:min(440px,90vw);background:#fffdf8;border:1px solid var(--border);border-radius:30px;padding:30px;text-align:center;box-shadow:var(--shadow)}.emoji{font-size:48px}.modal-actions{display:flex;gap:10px;justify-content:center}.filter-modal{width:min(860px,94vw);max-height:90vh;overflow:auto;background:#fffdf8;overscroll-behavior:contain}.filter-modal.panel,.edit-modal .panel{background:#fffdf8}.modal-mask .region-cascade,.modal-mask .district-cascade,.modal-mask .city-picker{background:transparent;border:0;border-radius:0;padding:0}.modal-mask .region-cascade-desktop,.modal-mask .district-cascade-desktop{border:0;border-radius:10px}.quick-create-modal{width:min(980px,96vw)}.quick-form-stack{display:grid;gap:12px}.quick-basic-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-expand-toggle{width:auto;justify-self:center;background:transparent;color:#9b6f32;box-shadow:none;padding:4px 8px;border-radius:8px;font-size:13px}.quick-expand-toggle:hover{transform:none;background:#fff4db}.quick-expand-toggle svg{transition:transform .16s ease}.quick-expand-toggle.open svg{transform:rotate(180deg)}.quick-extra-fields{padding-top:4px}.quick-board-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.quick-board-card{min-height:58px;background:#fffaf1;color:var(--text);border:1px solid var(--border);box-shadow:none;border-radius:14px;font-weight:900}.quick-board-card:hover{background:#fff1d1}.board-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px}.board-summary-card{background:#ffffffe0;border:1px solid var(--border);border-radius:24px;padding:20px;min-height:160px;color:var(--text);display:grid;justify-items:start;box-shadow:var(--shadow);text-align:left}.board-summary-card strong{font-size:34px;color:#9b671f}.board-summary-card small{color:var(--muted)}.board-emoji{font-size:28px;background:#fff3cf;border-radius:16px;width:50px;height:50px;display:grid;place-items:center}.board-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.board-company-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:18px;box-shadow:var(--shadow);display:flex;align-items:center;gap:14px}.board-company-card p{margin:4px 0;color:#6c5e51}.board-company-card small{color:var(--muted)}.board-company-card svg:last-child{margin-left:auto;color:#c39757}.card-leading{width:48px;height:48px;border-radius:18px;background:#fff3cf;color:#a76f20;display:grid;place-items:center}.empty-board{text-align:center;grid-column:1/-1}.detail-hero{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;background:linear-gradient(135deg,#fff7df,#fff)}.detail-page-head{align-items:flex-start}.detail-head-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.detail-head-actions .icon-btn{width:40px;height:40px;color:#9b6f32}.detail-info-panel{margin-bottom:14px;padding:16px;background:linear-gradient(135deg,#fff7e9,#fffdf8);border-color:#efd7ae}.detail-info-panel h2{color:#5b3b0e;font-size:20px;margin-bottom:10px}.detail-info-panel .detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;max-height:none}.detail-info-panel .detail-list p{margin:0;background:#fffdf8b8;border:1px solid #f1e2cf;border-radius:12px;padding:8px 10px;color:#6b5f54}.detail-info-panel .detail-list b{color:#7b4d12}.detail-hero h2{margin:5px 0}.detail-hero p{color:var(--muted);margin:0}.detail-status{display:grid;gap:6px;text-align:right}.detail-status b{font-size:20px;color:#a56e23}.detail-status span{color:#6da275}.detail-list p{margin:12px 0}.detail-list a{display:inline-flex;align-items:center;gap:4px;color:#b9761d;font-weight:800}.add-round h2{display:flex;align-items:center;gap:8px}.warm-timeline{display:grid;gap:13px;overflow:visible}.warm-timeline-item{position:relative;display:flex;gap:12px;background:#fffaf2;border:1px solid #f1e2cf;border-radius:18px;padding:14px;min-width:0;overflow:visible}.time-dot{width:38px;height:38px;border-radius:14px;background:#fff0c7;color:#b9761d;display:grid;place-items:center;flex:0 0 auto}.warm-timeline-item b{display:block}.warm-timeline-item span{display:block;color:#8a7c6f;font-size:13px;margin-top:3px}.warm-timeline-item p{margin:6px 0 0;color:#6b5f54;max-width:100%;max-height:min(42dvh,160px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding-right:8px;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.warm-timeline-item p::-webkit-scrollbar{width:8px}.warm-timeline-item p::-webkit-scrollbar-thumb{background:#efd5aa;border-radius:999px}.warm-timeline-item p::-webkit-scrollbar-track{background:#fff4db;border-radius:999px}.timeline-content{flex:1;min-width:0;max-width:100%;overflow:visible}.timeline-line-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.timeline-line-head .mini-btn{flex:0 0 auto}.timeline-menu-wrap{position:relative;flex:0 0 auto;z-index:1200}.timeline-more-btn{width:32px;height:32px;padding:6px;border-radius:10px;background:transparent;color:#8a6b45;box-shadow:none}.timeline-more-btn:hover{transform:none;background:#fff1d1}.timeline-action-menu{position:absolute;right:0;top:calc(100% + 6px);width:116px;z-index:3000;display:grid;gap:4px;padding:6px;background:#fffdf8;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.timeline-action-menu button{background:transparent;color:#6e5f51;box-shadow:none;border-radius:9px;padding:8px 9px;justify-content:flex-start;font-size:13px}.timeline-action-menu button:hover{transform:none;background:#fff4db}.timeline-action-menu button.danger{color:#c2413f}.add-round-modal{width:min(560px,94vw)}.profile-form{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;max-width:820px}.readonly{grid-column:1/-1;color:var(--muted);background:#fff8ea;border-radius:14px;padding:13px}.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 12% 10%,#fff0be,transparent 32%),radial-gradient(circle at 85% 16%,#d7f5e3,transparent 30%),linear-gradient(135deg,#fffaf1,#fdf7ef);padding:24px}.warm-login{grid-template-columns:minmax(280px,600px) minmax(320px,460px);gap:34px;justify-content:center}.login-hero{padding:30px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #f1e2cf;border-radius:999px;padding:9px 13px;color:#9b671f;font-weight:900;box-shadow:var(--shadow)}.login-hero h1{font-size:52px;line-height:1.05;margin:22px 0 14px;letter-spacing:-1.5px}.login-hero p{font-size:18px;color:#74695f;line-height:1.8}.hero-illustration{height:180px;background:linear-gradient(135deg,#fff,#fff0c7);border:1px solid var(--border);border-radius:36px;display:flex;align-items:center;justify-content:center;gap:20px;font-size:52px;box-shadow:var(--shadow);margin-top:28px}.warm-card{width:min(480px,94vw);background:#ffffffe6;border:1px solid var(--border);border-radius:34px;box-shadow:var(--shadow);padding:30px}.warm-card h2{font-size:30px;margin:16px 0 6px}.warm-card p{color:var(--muted);margin:0 0 14px}.auth-switch,.tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#fff4db;border-radius:18px;padding:6px;margin:12px 0}.auth-switch button,.tabs button{background:transparent;color:#7b6b5c;box-shadow:none}.auth-switch button.active,.tabs button.active{background:#fff;color:#a56e23;box-shadow:0 7px 16px #90643117}.tabs.soft button{display:flex;gap:6px}.field{margin-top:10px}.inline{display:flex;gap:8px;margin-top:10px}.auth-code input{flex:1}.full{width:100%;margin-top:16px}.warm-tip{background:#fff8ea;border:1px solid #f1d49e;border-radius:14px;padding:10px;margin-top:12px}.switch-line{text-align:center}.optional-bind{background:#fffaf1;border:1px dashed #f1d49e;border-radius:18px;padding:12px;margin-top:10px}.optional-bind span{font-size:13px;color:#8a7c6f}.mini-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.mini-profile-grid label{display:flex;align-items:center;gap:8px;background:#fffaf1;border:1px solid var(--border);border-radius:14px;padding:0 8px;color:#b9761d}.mini-profile-grid input{border:0;background:transparent;box-shadow:none}.bottom-nav{display:none}@media (max-width:980px){.warm-login{grid-template-columns:1fr}.login-hero{display:none}.cozy-form{grid-template-columns:1fr 1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.grid.two{grid-template-columns:1fr}.checkbox-grid{grid-template-columns:repeat(2,1fr)}.cozy-filter{grid-template-columns:1fr 1fr}.excel-compact{grid-template-columns:1fr}.page-head{align-items:flex-start}.chart-panel{min-height:350px}}@media (max-width:760px){.sidebar{display:none}.app-shell{display:block}.main{padding:18px 14px calc(88px + env(safe-area-inset-bottom))}.page-head{display:grid}.applications-page-head{display:flex;align-items:center;justify-content:space-between}.page-head h1{font-size:27px}.profile-form,.cozy-form,.cozy-filter{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-card{min-height:98px;gap:7px}.stat-title{font-size:14px}.stat-icon{width:50px;height:50px}.stat-badge{top:-5px;right:-10px;min-width:26px;height:26px;font-size:13px;padding:0 7px}.dashboard-actions{justify-content:flex-start}.home-add-record{width:auto}.city-row{grid-template-columns:1fr}.district-cascade-desktop,.location-cascade-trigger,.location-cascade-panel.district-cascade-desktop,.location-cascade-panel.region-cascade-desktop{display:none}.district-mobile-trigger{width:100%;min-height:44px;display:flex;justify-content:space-between;background:#fffdf8;color:var(--text);border:1px solid var(--border);border-radius:14px;padding:11px 13px}.district-mobile-trigger:hover{transform:none}.region-cascade-desktop{display:none}.region-mobile-trigger{width:100%;min-height:44px;display:flex;justify-content:space-between;background:#fffdf8;color:var(--text);border:1px solid var(--border);border-radius:14px;padding:11px 13px;box-shadow:none}.region-mobile-trigger:hover{transform:none}.region-mobile-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3600;background:#1f170c52;display:flex;align-items:flex-end}.region-mobile-sheet{width:100%;max-height:78vh;background:#fffdf8;border-radius:24px 24px 0 0;border:1px solid var(--border);box-shadow:0 -18px 50px #5637142e;overflow:hidden;padding-bottom:env(safe-area-inset-bottom)}.region-mobile-head{display:grid;grid-template-columns:64px 1fr 64px;align-items:center;gap:8px;padding:14px 16px;border-bottom:1px solid var(--border);text-align:center}.region-mobile-head button{background:transparent;color:#9b6f32;box-shadow:none;width:64px;min-height:36px;padding:0 10px;border-radius:10px;justify-content:center;text-align:center}.region-mobile-head button:hover{transform:none}.region-mobile-list{max-height:calc(78vh - 58px - env(safe-area-inset-bottom));overflow:auto;display:grid;padding:8px 12px}.region-mobile-list button{min-height:44px;background:transparent;color:var(--text);box-shadow:none;border-radius:10px;padding:10px;justify-content:space-between;border-bottom:1px solid #f6ead8}.region-mobile-list button:hover{transform:none}.modal-mask .region-cascade,.modal-mask .district-cascade,.modal-mask .city-picker{background:transparent;border:0;border-radius:0;padding:0}.modal-mask .district-mobile-trigger,.modal-mask .region-mobile-trigger{min-height:44px;background:#fffdf8;border:1px solid var(--border);border-radius:14px;padding:11px 13px;box-shadow:none}.span2{grid-column:span 1}.panel,.stat-card{border-radius:22px;padding:16px}.checkbox-grid,.mini-profile-grid{grid-template-columns:1fr}.export-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.export-cols label{min-height:42px;padding:8px 10px;border-radius:12px;font-size:14px}.excel-actions{display:grid}.excel-actions input{max-width:100%}.table-search-bar{grid-template-columns:minmax(0,1fr) auto;padding:12px}.filter-modal{width:100vw;max-height:92vh;border-radius:28px 28px 0 0}.quick-board-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-basic-fields{grid-template-columns:1fr}.bottom-nav{position:fixed!important;left:0;right:0;bottom:0;bottom:env(safe-area-inset-bottom);height:66px;background:#fffdf8f5;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(3,1fr);z-index:1000;box-shadow:0 -12px 32px #9064311f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:none!important}.bottom-nav a{display:grid;place-items:center;align-content:center;gap:4px;color:#837568;font-size:12px;font-weight:700;min-width:0}.bottom-nav a.active{color:#b9761d}.bottom-nav svg{width:20px;height:20px}.soft-table{width:max-content;min-width:100%}.company-col{width:118px}.soft-table th:nth-child(1),.soft-table td:nth-child(1){min-width:118px}.soft-table .sticky-col{width:118px;min-width:118px;max-width:118px;padding-left:8px;padding-right:8px}.board-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.board-summary-card{min-height:138px;padding:16px}.board-list{grid-template-columns:1fr}.detail-hero{display:grid;gap:12px}.detail-page-head{grid-template-columns:1fr auto;align-items:start}.detail-info-panel .detail-list{grid-template-columns:1fr}.detail-status{text-align:left}.login-page{padding:12px}.warm-card{border-radius:28px;padding:22px}.modal-mask{align-items:end;padding:0}.modal-mask.encourage-mask{align-items:center;place-items:center;padding:18px 18px calc(88px + env(safe-area-inset-bottom))}.edit-modal{width:100vw;max-height:92vh;border-radius:28px 28px 0 0;overflow:auto}.edit-modal .panel{border-radius:28px 28px 0 0}.inline{flex-direction:column}.compact-form-row{grid-template-columns:1fr;gap:4px}.compact-form-row strong{text-align:left}.compact-section-fields,.link-note-fields{grid-template-columns:1fr}.link-note-fields .span2{grid-column:span 1}}.applications-page{min-height:0;overflow:visible}.applications-page .page-head{margin-bottom:10px}.applications-page .filter-bar{margin-top:0;margin-bottom:10px}.applications-page .table-search-bar{padding:6px 8px}.applications-page .table-wrap{min-height:0;max-height:calc(100dvh - 190px);margin-bottom:16px}.applications-page.has-analytics{min-height:0;overflow:visible}.applications-page.has-analytics .page-head,.applications-page.has-analytics .filter-bar{position:static}.applications-page.has-analytics .table-wrap{max-height:52vh;margin-bottom:16px}.applications-page .excel-inline{margin-top:0;margin-bottom:0}.detail-page>.grid.two{align-items:stretch;margin-bottom:16px}.detail-page>.grid.two>.panel{align-self:stretch;display:flex;flex-direction:column;min-height:0}.detail-page .detail-list{flex:1;max-height:360px;overflow-y:auto;overflow-x:hidden;padding-right:8px;overscroll-behavior:contain}.detail-page>.panel:not(.detail-hero):not(:last-child){margin-bottom:22px}.detail-page .detail-list{max-height:260px;overflow-y:auto;overflow-x:hidden;padding-right:8px;overscroll-behavior:contain}.detail-page .detail-list p,.detail-page .detail-list a,.detail-page .detail-list span,.detail-page .detail-list b{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.detail-page .detail-list::-webkit-scrollbar{width:8px}.detail-page .detail-list::-webkit-scrollbar-thumb{background:#efd5aa;border-radius:999px}.detail-page .detail-list::-webkit-scrollbar-track{background:#fff8ea;border-radius:999px}.detail-page .detail-info-panel .detail-list{max-height:none;overflow:visible;padding-right:0}.warm-timeline,.warm-timeline-item,.timeline-content{min-width:0;max-width:100%}.timeline-content p,.timeline-content b,.timeline-content span{max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal}@media (max-width:760px){.warm-timeline-item p{max-height:min(36dvh,120px)}.applications-page{min-height:0;overflow:visible}.applications-page .page-head,.applications-page .filter-bar{margin-bottom:8px}.applications-page .table-search-bar{padding:6px 8px}.applications-page .table-wrap{max-height:calc(100dvh - 164px - env(safe-area-inset-bottom));margin-bottom:18px;padding:0}.applications-page .soft-table thead{top:0;z-index:300}.applications-page.has-analytics{min-height:0;overflow:visible}.applications-page.has-analytics .page-head,.applications-page.has-analytics .filter-bar{position:static}.applications-page.has-analytics .table-wrap{max-height:54vh;margin-bottom:18px}.detail-page>.grid.two{align-items:start;margin-bottom:18px}.detail-page>.panel:not(.detail-hero):not(:last-child){margin-bottom:18px}.detail-page .detail-list{max-height:300px}}.modal-mask{z-index:2000}@media (max-width:760px){.modal-mask{align-items:end;height:100dvh;padding:12px 0 0;overflow:hidden}.edit-modal{width:100vw;max-height:calc(100dvh - 12px);padding-bottom:0;display:flex;flex-direction:column;overflow:hidden;overscroll-behavior:contain}.filter-modal.panel{width:100vw;max-height:calc(100dvh - 12px);display:flex;flex-direction:column;overflow:hidden;padding-bottom:0;overscroll-behavior:contain}.edit-modal>.panel{width:100%;max-height:inherit;display:flex;flex-direction:column;overflow:hidden;padding-bottom:0}.filter-modal.panel>.form-title,.filter-modal.panel>.export-select-all,.edit-modal>.panel>.form-title{flex:0 0 auto}.filter-modal.panel>.form-grid,.filter-modal.panel>.checkbox-grid,.filter-modal.panel>.excel-import-body,.edit-modal>.panel>.form-grid,.edit-modal>.panel>.compact-form-list,.edit-modal>.panel>.quick-form-stack,.edit-modal>.panel>.quick-board-grid{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:12px}.quick-create-modal>.panel{flex:0 1 auto}.quick-create-modal .quick-board-grid{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:8px;flex:0 1 auto;overflow:auto;padding-bottom:0}.quick-create-modal .quick-board-card{min-height:44px;padding:8px 6px;border-radius:12px;font-size:14px;line-height:1.2}.quick-create-modal .quick-form-stack{flex:0 1 auto;overflow:visible;padding-bottom:0}.quick-create-modal .quick-form-stack.quick-form-stack-expanded{flex:1 1 auto;overflow:auto;padding-bottom:12px}.quick-create-modal .form-card{margin-bottom:0}.filter-modal.panel>.checkbox-grid{margin-bottom:0}.edit-modal .form-actions,.filter-modal.panel>.form-actions{position:static;flex:0 0 auto;z-index:30;background:#fffdf8;border-top:1px solid var(--border);box-shadow:0 -12px 24px #56371414;margin:12px -16px -16px;padding:12px 16px calc(14px + env(safe-area-inset-bottom))}.edit-modal .form-actions button,.filter-modal.panel>.form-actions button{flex:1}}.member-card{max-width:820px;display:flex;justify-content:space-between;gap:18px;align-items:center}.member-status{display:grid;gap:5px;text-align:right;color:#7b6b5c}.member-status strong{font-size:24px;color:#a56e23}.password-panel{max-width:820px}@media (max-width:760px){.member-card{display:grid;text-align:left}.member-status{text-align:left}}.profile-page{display:grid;gap:16px}.member-card{max-width:820px;display:flex;align-items:center;gap:18px;justify-content:flex-start}.member-card h2{margin:0 0 6px}.member-card p{margin:0;color:var(--muted)}.member-main{flex:1}.vip-badge{width:76px;height:76px;border-radius:24px;display:grid;place-items:center;gap:2px;font-weight:900;box-shadow:var(--shadow)}.vip-badge strong{font-size:15px;letter-spacing:.8px}.vip-active{background:linear-gradient(135deg,#ffd978,#f0a833);color:#74480e;border:1px solid #f3c45e}.vip-inactive{background:linear-gradient(135deg,#f4f4f4,#d7d7d7);color:gray;border:1px solid #dedede}.member-upgrade{min-width:120px}.profile-summary-card,.password-panel{max-width:820px}.profile-section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.profile-section-title h2{margin:0 0 5px}.profile-section-title p{margin:0;color:var(--muted)}.profile-section-title button,.profile-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.profile-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-info-grid div{background:#fffaf1;border:1px solid var(--border);border-radius:16px;padding:12px 14px;min-width:0}.profile-info-grid span{display:block;color:var(--muted);font-size:13px;margin-bottom:5px}.profile-info-grid strong{display:block;color:var(--text);overflow-wrap:anywhere;word-break:break-word}.profile-readonly{margin-top:12px}.profile-edit-form{max-width:100%}.profile-actions{grid-column:1/-1;display:flex;gap:12px;align-items:center;justify-content:flex-end}.profile-message{grid-column:1/-1}.password-message{grid-column:1/-1;margin-top:4px;font-size:13px;font-weight:800;line-height:1.5;background:transparent;border:0;padding:0}.password-message.error{color:#dc2626}.password-message.success{color:#15803d}.password-placeholder{background:#fffaf1;border:1px dashed #f1d49e;border-radius:16px;padding:14px;color:var(--muted)}.password-form{max-width:100%}.password-message{grid-column:1/-1}.forgot-line{margin:8px 0 0!important;text-align:right!important}.auth-code button:disabled{opacity:.72;cursor:not-allowed}@media (max-width:760px){.member-card{display:grid;text-align:left}.profile-section-title{display:grid;align-items:start}.profile-info-grid{grid-template-columns:1fr}.profile-actions{display:grid;grid-template-columns:1fr 1fr}.member-upgrade{width:100%}}.logout-section{display:flex;align-items:center;justify-content:space-between;gap:16px}.logout-btn{min-width:120px}.danger-btn{border:none;border-radius:14px;padding:10px 18px;background:#ef4444;color:#fff;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #ef44442e}.danger-btn:hover{background:#dc2626}@media (max-width: 760px){.logout-section{align-items:stretch;flex-direction:column}.logout-btn{width:100%}}.confirm-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;background:#1f170c61;display:flex;align-items:center;justify-content:center;padding:20px;overflow:hidden}.confirm-dialog{width:min(360px,100%);max-height:calc(100dvh - 40px);overflow:auto;overscroll-behavior:contain;border-radius:22px;background:#fffdf8;border:1px solid var(--border);box-shadow:0 24px 60px #5637142e;padding:22px}.confirm-dialog h3{margin:0 0 8px;font-size:20px;color:var(--text)}.confirm-dialog p{margin:0;color:var(--muted);line-height:1.6}.confirm-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}@media (max-width: 760px){.confirm-mask{align-items:flex-end;padding:16px 16px calc(16px + env(safe-area-inset-bottom))}.confirm-dialog{max-height:calc(100dvh - 32px - env(safe-area-inset-bottom));border-radius:22px}.confirm-actions{flex-direction:column-reverse}.confirm-actions button{width:100%}}.mobile-logout-section{display:none}@media (max-width: 760px){.mobile-logout-section{display:flex}}.profile-hero{width:min(820px,100%);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;background:#ffffffdb;color:var(--text);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);text-align:left}.profile-hero:hover{transform:translateY(-2px)}.profile-hero>svg{color:#9b6f32}.profile-hero-text{min-width:0}.profile-hero-text h1{margin:0 0 5px;font-size:24px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-hero-text p{margin:0;color:var(--muted);font-size:13px;font-weight:700}.profile-avatar{width:64px;height:64px;border-radius:999px;display:block;object-fit:cover;flex:0 0 auto;border:2px solid #fff;box-shadow:0 14px 30px #694f8f2e;overflow:hidden}.default-meteor-avatar{display:grid;place-items:center;background:radial-gradient(circle at 32% 24%,#f5f3ff 0,#ddd6fe 34%,#a78bfa 64%,#6d28d9)}.default-meteor-avatar svg{width:82%;height:82%}.profile-avatar-large{width:88px;height:88px}.profile-menu-panel{width:min(820px,100%);display:grid;gap:0;padding:0;overflow:hidden}.profile-menu-row{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 18px;background:#fffdf8;color:var(--text);border-radius:0;box-shadow:none;border-bottom:1px solid var(--border)}.profile-menu-row:last-child{border-bottom:0}.profile-menu-row:hover{transform:none;background:#fffaf1}.profile-menu-row span{display:inline-flex;align-items:center;gap:10px;min-width:0;font-size:15px;font-weight:900}.profile-menu-row svg{color:#9b6f32;flex:0 0 auto}.profile-menu-danger{color:#c2413f}.profile-menu-danger svg{color:#c2413f}.profile-sub-head{width:min(820px,100%);margin-bottom:0}.profile-detail-top{display:flex;align-items:center;gap:14px;margin-bottom:12px}.profile-detail-top>.profile-avatar{flex:0 0 auto}.profile-detail-top>div:not(.profile-avatar){min-width:0;flex:1}.profile-detail-top h2{margin:0 0 3px;font-size:20px}.profile-detail-top p{margin:0;color:var(--muted);font-weight:800}.profile-edit-mini{flex:0 0 auto;min-height:32px;padding:6px 10px;border-radius:10px;font-size:12px}.profile-password-form{grid-template-columns:1fr;max-width:520px;gap:10px}.profile-password-form .password-field{width:100%}.profile-page .profile-summary-card,.profile-page .password-panel{padding:16px;border-radius:20px}.profile-page .profile-info-grid{gap:8px}.profile-page .profile-info-grid div{border-radius:12px;padding:8px 10px}.profile-page .profile-info-grid span{font-size:12px;margin-bottom:2px}.profile-page .profile-info-grid strong{font-size:14px;line-height:1.3}.profile-page .profile-readonly,.profile-page .readonly{font-size:13px}.profile-page .profile-form{gap:10px}.profile-page .profile-form input,.profile-page .profile-form select{min-height:40px;border-radius:12px;padding:9px 12px;font-size:14px}.profile-page .password-field input{padding-right:42px}.profile-page .password-eye-btn{right:10px}.profile-page .profile-actions{margin-top:10px}.profile-page .profile-actions button{min-height:38px;border-radius:12px;padding:8px 12px}@media (max-width:760px){.profile-hero{border-radius:22px;padding:16px;gap:12px}.profile-avatar{width:58px;height:58px}.profile-avatar-large{width:70px;height:70px}.profile-hero-text h1{font-size:21px}.profile-menu-row{min-height:52px;padding:0 15px}}.auth-compact-card h2{margin-bottom:14px}.login-brand-title{display:flex;align-items:center;gap:12px;margin:16px 0 14px}.login-brand-title h2{margin:0}.auth-compact-card .auth-switch{margin-top:0;margin-bottom:18px}.auth-compact-card .tabs{margin:10px 0 12px}.auth-compact-card .compact-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;background:transparent;border-bottom:1px solid var(--border);border-radius:0;padding:0;margin:0 0 14px}.auth-compact-card .compact-auth-tabs button{background:transparent;border-radius:0;box-shadow:none;color:#7b6b5c;padding:9px 8px 11px;border-bottom:2px solid transparent;font-weight:800}.auth-compact-card .compact-auth-tabs button:hover{transform:none;color:#a56e23}.auth-compact-card .compact-auth-tabs button.active{background:transparent;box-shadow:none;color:#a56e23;border-bottom-color:#f0a84c}.auth-field-stack{display:grid;gap:10px}.auth-compact-card .field,.auth-compact-card .auth-code{margin-top:0}.password-field,.code-field{position:relative}.password-field input{padding-right:46px}.password-eye-btn,.inline-code-button{position:absolute;top:50%;right:12px;transform:translateY(-50%);background:transparent;box-shadow:none;border:0;color:#9b6f32;padding:4px;border-radius:8px;min-width:0}.password-eye-btn:hover,.inline-code-button:hover{transform:translateY(-50%);background:transparent;color:#7a511d}.code-field input{padding-right:104px}.inline-code-button{font-size:13px;font-weight:900;white-space:nowrap;width:auto}.inline-code-button:disabled{color:#b9a895;cursor:not-allowed;opacity:1}.auth-compact-card .full{display:flex;min-height:48px;border-radius:14px;margin-top:10px;width:min(190px,100%);margin-left:auto;margin-right:auto}.register-notice{margin-top:12px;padding:11px 12px;border:1px solid #efd8b3;border-radius:14px;background:#fff8ea;color:#6f604d}.register-notice p{margin:0 0 9px;font-size:12px;line-height:1.55}.register-notice-check{display:flex;align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;font-weight:800;color:#dc2626;cursor:pointer}.register-notice-check.shake{animation:registerNoticeShake .34s ease;will-change:transform}.register-notice-check input{width:15px;height:15px;flex:0 0 auto;margin-top:2px;accent-color:#d79332}@keyframes registerNoticeShake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}@media (prefers-reduced-motion: reduce){.register-notice-check.shake{animation:none}}.password-field input::-ms-reveal,.password-field input::-ms-clear{display:none}.password-field input::-webkit-credentials-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none}.auth-compact-card .switch-line{margin-top:16px}.auth-message{min-height:22px;margin-top:10px;color:#dc2626;font-size:13px;line-height:22px;font-weight:700}@media (max-width:760px){.code-field input{padding-right:96px}}
