@font-face{font-family:Inter;src:url(/fonts/inter-400.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/inter-600.ttf)format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/inter-700.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Outfit;src:url(/fonts/outfit-600.ttf)format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Outfit;src:url(/fonts/outfit-700.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Outfit;src:url(/fonts/outfit-800.ttf)format("truetype");font-weight:800;font-style:normal}:root{--primary:#0f8265;--primary-deep:#0a6b52;--primary-light:#e8f5ee;--primary-glow:#0f826540;--surface:#fff;--surface-2:#f7f8fa;--surface-3:#f0f2f5;--border:#00000012;--text-h:#1a1d23;--text-body:#4a4e58;--text-muted:#8e929e;--danger:#e53935;--warning:#ff9800;--success:#43a047;--radius-xl:20px;--radius-lg:14px;--radius-md:10px;--radius-sm:6px;--shadow-xs:0 1px 4px #0000000f;--shadow-sm:0 2px 10px #00000012;--shadow-md:0 6px 24px #00000017;--shadow-lg:0 16px 48px #0000001f;--nav-height:108px;--tab-height:64px;--ease:cubic-bezier(.4, 0, .2, 1);--spring:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{color:var(--text-h);-webkit-font-smoothing:antialiased;background:#e8ebf0;font-family:Inter,Outfit,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}.app-shell{background:var(--surface-2);flex-direction:column;max-width:480px;min-height:100vh;margin:0 auto;display:flex;position:relative;box-shadow:0 0 60px #00000026}.top-nav{z-index:200;background:#fff;position:sticky;top:0;box-shadow:0 2px 16px #0000000f}.top-nav-inner{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px 8px;display:flex}.brand{align-items:center;gap:10px;display:flex}.brand-icon{background:linear-gradient(135deg, var(--primary), var(--primary-deep));color:#fff;letter-spacing:-.5px;width:36px;height:36px;box-shadow:0 3px 8px var(--primary-glow);border-radius:10px;justify-content:center;align-items:center;font-family:Outfit,sans-serif;font-size:14px;font-weight:800;display:flex}.brand-text{flex-direction:column;display:flex}.brand-name{color:var(--text-h);font-family:Outfit,sans-serif;font-size:15px;font-weight:700;line-height:1.2}.brand-sub{color:var(--text-muted);font-size:10px;font-weight:400}.page-meta{text-align:right;flex-direction:column;display:flex}.page-meta-title{color:var(--primary);font-size:13px;font-weight:700}.page-meta-sub{color:var(--text-muted);font-size:10px}.nav-tab-bar{scrollbar-width:none;padding:0 12px;display:flex;overflow-x:auto}.nav-tab-bar::-webkit-scrollbar{display:none}.nav-tab-item{color:var(--text-muted);transition:all .2s var(--ease);white-space:nowrap;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:5px;padding:8px 14px;font-size:12px;font-weight:500;text-decoration:none;display:flex}.nav-tab-item:hover{color:var(--primary)}.nav-tab-item.active{color:var(--primary);border-bottom-color:var(--primary);font-weight:700}.page-content{padding-bottom:var(--tab-height);animation:pageIn .3s var(--spring);flex:1;overflow-y:auto}@keyframes pageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.bottom-tab-bar{width:100%;max-width:480px;height:var(--tab-height);-webkit-backdrop-filter:blur(20px);z-index:300;padding-bottom:env(safe-area-inset-bottom,0px);background:#fffffff5;border-top:1px solid #0000000f;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 24px #0000000f}.tab-item{color:var(--text-muted);transition:color .2s var(--ease);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 0;text-decoration:none;display:flex;position:relative}.tab-item.active{color:var(--primary)}.tab-icon-wrap{justify-content:center;align-items:center;width:36px;height:28px;display:flex;position:relative}.tab-active-bg{background:var(--primary-light);animation:tabBgPop .25s var(--spring);border-radius:10px;position:absolute;inset:0}@keyframes tabBgPop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.tab-item span{font-size:10px;font-weight:500}.tab-item.active span{font-weight:700}.card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);margin-bottom:12px;padding:16px}.status-pill{border-radius:10px;padding:3px 9px;font-size:10px;font-weight:600;display:inline-block}h1,h2,h3,h4{color:var(--text-h);font-family:Outfit,Inter,sans-serif}.text-muted{color:var(--text-muted)}.text-primary{color:var(--primary)}.text-danger{color:var(--danger)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}:root{--primary-color:var(--primary);--primary-color-hover:var(--primary-deep);--bg-dark:var(--surface-2);--surface-color:var(--surface);--text-main:var(--text-h);--text-secondary:var(--text-body);--border-radius-lg:var(--radius-lg);--border-radius-md:var(--radius-md);--border-radius-sm:var(--radius-sm);--shadow-glass:var(--shadow-sm);--transition-fast:.2s var(--ease);--transition-smooth:.3s var(--spring)}.home-page{background-color:var(--bg-color);padding-bottom:32px}.main-content{padding:16px}.dashboard-card.premium-card{border-radius:var(--radius-xl);background:linear-gradient(135deg,#116854 0%,#0a4d3e 100%);border:none;padding:24px 20px;position:relative;overflow:hidden}.card-accent{background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.factory-selector-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;transition:all var(--transition-fast);background:#ffffff26;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;display:flex}.factory-selector-pill:active{transform:scale(.96)}.dot{background:#4caf50;border-radius:50%;width:6px;height:6px}.dot.pulse{animation:2s infinite pulse-green;box-shadow:0 0 8px #4caf50}@keyframes pulse-green{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.status-lbl{color:#81c784;font-size:11px;font-weight:600}.slogan-line2{opacity:.8;color:#ffffffd9;font-size:11px;font-style:italic}.price-tag-highlight{color:#0a4d3e;text-shadow:none;background:linear-gradient(90deg,gold 0%,#ffa000 100%);border-radius:12px;justify-content:center;align-items:center;padding:8px 16px;font-size:22px;font-weight:800;display:flex;box-shadow:0 4px 12px #ffd7004d}.t-block.full{background:#ff5252;box-shadow:0 2px 8px #ff52524d}.t-block.warning{color:#0a4d3e;background:gold;box-shadow:0 2px 8px #ffd7004d}.t-block.available{background:#0f8265;box-shadow:0 2px 8px #0f82654d}.section-header{flex-direction:column;gap:4px;margin:40px 0 20px;display:flex;position:relative}.section-header h3{color:#0a4d3e;letter-spacing:-.5px;font-size:18px;font-weight:800}.services-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.service-card{transition:all .3s var(--spring);background:#fff;border:1px solid #0f826514;border-radius:18px;flex-direction:column;padding:24px 16px;display:flex;box-shadow:0 4px 12px #00000008}.service-card:hover{border-color:gold;transform:translateY(-6px);box-shadow:0 12px 24px #0f82651a}.svc-icon{color:#0f8265;background:#f0f9f6;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-weight:800;transition:all .3s;display:flex}.service-card:hover .svc-icon{color:#0a4d3e;background:gold;transform:scale(1.1)rotate(5deg)}.service-card h4{color:#0a4d3e;margin-bottom:8px;font-size:14px;font-weight:700}.service-card p{color:#666;font-size:11px;line-height:1.6}.capacity-header .month-tag{color:gold;background:#ffd70033;border:1px solid #ffd7004d;position:absolute;top:24px;right:24px}.status-top .s-label{color:#fff9}.status-top .s-val{color:#fff}.status-top .s-val.primary{color:gold}.progress-bar{background:#ffffff1a;height:12px}.progress-fill{background:linear-gradient(90deg,#0f8265 0%,gold 100%);box-shadow:0 0 15px #ffd70066}.pl-left{color:gold}.pl-right{color:#ffffff80}.book-btn-giant{color:#fff;cursor:pointer;width:100%;height:56px;transition:all var(--transition-fast);background:linear-gradient(135deg,#0f8265 0%,#0a4d3e 100%);border:none;border-radius:28px;justify-content:center;align-items:center;gap:10px;margin-top:24px;font-size:16px;font-weight:700;display:flex;box-shadow:0 8px 20px #0f826540}.book-btn-giant:active{opacity:.9;transform:scale(.97)}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;position:fixed;inset:0}.bottom-sheet{z-index:1001;padding-bottom:env(safe-area-inset-bottom,24px);animation:slideUp .4s var(--ease);background:#fff;border-radius:24px 24px 0 0;position:fixed;bottom:0;left:0;right:0}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-header h3{color:var(--text-h);font-size:18px;font-weight:700}.close-btn{color:#bbb;cursor:pointer;background:0 0;border:none}.factory-list{flex-direction:column;gap:12px;padding:16px;display:flex}.factory-list-item{background:#f9fafb;border:2px solid #0000;border-radius:16px;align-items:center;padding:16px;transition:all .2s;display:flex}.factory-list-item.active-fac{border-color:var(--primary-color);background:#f0f9f6}.f-icon{width:44px;height:44px;color:var(--primary-color);background:#fff;border-radius:12px;justify-content:center;align-items:center;margin-right:16px;display:flex}.f-details h4{color:var(--text-h);margin-bottom:4px;font-size:15px;font-weight:700}.f-tags{color:var(--text-muted);gap:12px;font-size:11px;display:flex}.f-check{color:var(--primary-color);margin-left:auto}.timeline-blocks{gap:8px;margin-top:16px;display:flex}.modal-timeline-preview{gap:8px;margin-top:10px;display:flex}.concrete-page{background:#f6f6f6;min-height:100vh;padding-bottom:24px}.station-tab-section{background:#fff;margin-bottom:12px;padding:12px 16px 0}.init-status-bar{align-items:center;gap:8px;margin-bottom:10px;display:flex}.status-dot{background:#0f8265;border-radius:50%;width:7px;height:7px;display:inline-block}.status-dot.pulse{animation:1.5s infinite dotPulse}@keyframes dotPulse{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}to{opacity:1;transform:scale(1)}}.status-text{color:#0f8265;font-size:12px;font-weight:600}.station-tabs{scrollbar-width:none;gap:8px;padding-bottom:10px;display:flex;overflow-x:auto}.station-tabs::-webkit-scrollbar{display:none}.tab-chip{color:#666;cursor:pointer;background:#f5f5f7;border:1px solid #0000;border-radius:20px;flex-shrink:0;padding:5px 14px;font-size:12px;transition:all .2s}.tab-chip.active{color:#0f8265;background:#e8f5ee;border-color:#0f8265;font-weight:600}.tab-chip.reserve{color:#ababab;background:0 0;border:1px dashed #ccc}.overview-section{background:#fff;border-radius:12px;margin:0 16px 16px;padding:16px;box-shadow:0 2px 8px #0000000a}.overview-title{color:#333;margin-bottom:14px;font-size:14px;font-weight:700}.overview-list{flex-direction:column;gap:14px;display:flex}.overview-item{align-items:center;gap:12px;display:flex}.ov-left{flex-direction:column;flex-shrink:0;gap:4px;width:110px;display:flex}.ov-name{color:#333;font-size:12px;font-weight:600;line-height:1.3}.ov-right{flex-direction:column;flex:1;gap:4px;display:flex}.ov-bar-bg{background:#eee;border-radius:3px;height:5px;overflow:hidden}.ov-bar-fill{background:linear-gradient(90deg,#0f8265,#1db88b);border-radius:3px;height:100%;transition:width .5s}.ov-bar-fill.full{background:#e0e0e0}.ov-numbers{justify-content:space-between;display:flex}.ov-quota{color:#333;font-size:11px;font-weight:600}.ov-quota.gray,.ov-remain.gray{color:#ababab}.ov-remain{font-size:11px}.ov-remain.green{color:#0f8265}.overview-tip{color:#ababab;text-align:center;margin-top:14px;font-size:11px}.quota-section{margin-bottom:14px;padding:0 16px}.quota-card{color:#fff;background:linear-gradient(135deg,#1c1e21 0%,#2a2d33 100%);border-radius:12px;padding:20px;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f}.quota-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#0f82652e 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.quota-header{z-index:2;justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex;position:relative}.quota-info{flex-direction:column;gap:4px;display:flex}.station-picker-row{cursor:pointer;background:#ffffff1a;border-radius:16px;align-items:center;gap:6px;margin-bottom:6px;padding:4px 10px;transition:background .2s;display:inline-flex}.station-picker-row:hover{background:#ffffff2e}.label-dot{background:#1db88b;border-radius:50%;flex-shrink:0;width:6px;height:6px}.quota-station-name{color:#1db88b;font-size:12px;font-weight:700}.quota-header .subtitle{color:#a0aab5;margin-bottom:2px;font-size:12px}.quota-value{align-items:baseline;gap:4px;display:flex}.number{color:#fff;font-size:34px;font-weight:700;line-height:1}.unit{color:#a0aab5;font-size:15px}.countdown{color:#81c784;background:#ffffff14;border-radius:20px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;display:flex}.progress-container{z-index:2;margin-bottom:14px;position:relative}.progress-bar{background:#ffffff1a;border-radius:3px;height:5px;margin-bottom:6px;overflow:hidden}.progress-fill{background:#0f8265;border-radius:3px;height:100%}.progress-labels{color:#a0aab5;justify-content:space-between;font-size:11px;display:flex}.order-list-box{z-index:2;background:#fff;border-radius:8px;min-height:72px;position:relative;overflow:hidden}.list-header{color:#0f8265;background:#e8f5ee;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.list-total-qty{color:#e53935;font-weight:700}.list-items{padding:8px}.list-row{background:#f9fafb;border:1px solid #eee;border-radius:8px;margin-bottom:8px;padding:8px 12px}.list-row:last-child{margin-bottom:0}.row-main{align-items:center;gap:10px;margin-bottom:4px;display:flex}.r-grade{color:#0f8265;background:#e8f5ee;border-radius:8px;padding:1px 8px;font-size:12px;font-weight:700}.r-qty{color:#333;font-size:12px;font-weight:600}.r-date{color:#9e9e9e;margin-left:auto;font-size:11px}.row-sub{justify-content:space-between;align-items:center;display:flex}.r-station{color:#777;font-size:11px}.row-del{cursor:pointer;color:#e0e0e0;background:0 0;border:none;transition:color .2s}.row-del:hover{color:#e53935}.row-addr{color:#0f8265;background:#e8f5ee;border-left:3px solid #0f8265;border-radius:4px;margin-top:4px;padding:3px 6px;font-size:11px}.empty-order-info{color:#a0aab5;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:14px 16px 8px;display:flex}.empty-order-info p{margin-bottom:3px;font-size:13px}.empty-order-info small{color:#c4c4c4;font-size:11px}.btn-grab{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f8265,#0a6b52);border:none;border-radius:22px;justify-content:center;align-items:center;gap:6px;width:calc(100% - 24px);margin:10px 12px 12px;padding:12px 0;font-size:14px;font-weight:700;display:flex;box-shadow:0 4px 14px #0f82654d}.btn-grab.pulse-btn{animation:2s infinite grabPulse}.btn-grab.btn-grab-disabled{color:#9e9e9e;box-shadow:none;cursor:not-allowed;background:#e0e0e0;animation:none}@keyframes grabPulse{0%{box-shadow:0 0 #0f826566}70%{box-shadow:0 0 0 8px #0f826500}to{box-shadow:0 0 #0f826500}}.btn-grab-outline{color:#0f8265;cursor:pointer;background:0 0;border:2px solid #0f8265;border-radius:22px;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:14px;padding:12px 0;font-size:14px;font-weight:700;transition:all .2s;display:flex}.btn-grab-outline:hover{color:#fff;background:#0f8265}.btn-grab-outline.btn-grab-disabled{color:#bbb;cursor:not-allowed;border-color:#ddd}.stations-section{padding:0 16px}.section-header{margin-bottom:10px}.station-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px #0000000a}.station-info{width:100%}.s-top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.s-top h4{color:#333;font-size:16px;font-weight:600}.s-data-grid{background:#f9fafb;border-radius:8px;gap:0;margin-bottom:12px;display:flex;overflow:hidden}.s-data-3col .s-data-item{border-right:1px solid #eee;flex-direction:column;flex:1;align-items:center;padding:12px 8px;display:flex}.s-data-3col .s-data-item:last-child{border-right:none}.center-col{text-align:center;align-items:center}.big-price{font-size:22px!important;font-weight:800!important}.price-unit{color:#e53935;margin-top:-2px;font-size:11px}.s-data-item .lbl{color:#8e8e93;margin-bottom:4px;font-size:10px}.s-data-item .val{color:#333;font-size:15px;font-weight:700}.val.green{color:#0f8265}.val.red{color:#e53935}.val.gray{color:#9e9e9e}.available-grades{margin-bottom:14px}.available-grades .lbl{color:#8e8e93;margin-bottom:6px;font-size:11px;display:block}.tags{flex-wrap:wrap;gap:6px;display:flex}.grade-tag{color:#555;background:#f5f5f5;border-radius:8px;padding:3px 10px;font-size:11px}.status-pill{border-radius:10px;padding:3px 10px;font-size:10px}.status-pill.active{color:#4caf50;background:#e8f5e9}.status-pill.stopped{color:#f44336;background:#ffebee}.status-pill.paused{color:#ff9800;background:#fff3e0}.status-pill.vacation{color:#9e9e9e;background:#f5f5f5}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;align-items:flex-end;display:flex;position:fixed;inset:0}.bottom-sheet{background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;width:100%;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;overflow-y:auto}.center-card{background:#fff;border-radius:16px;width:90%;max-width:400px;margin:auto;animation:.2s fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-header h3{font-size:15px;font-weight:600}.close-btn{cursor:pointer;color:#9e9e9e;background:0 0;border:none;padding:4px}.modal-body{padding:16px 20px}.modal-tip{color:#ababab;text-align:center;margin-top:4px;font-size:11px}.modal-footer{border-top:1px solid #eee;padding:12px 20px}.confirm-summary{text-align:center;color:#0f8265;background:#e8f5ee;border-radius:8px;margin-bottom:16px;padding:10px;font-size:13px;font-weight:600}.form-group{margin-bottom:14px}.form-group label{color:#555;margin-bottom:6px;font-size:12px;font-weight:500;display:block}.form-group input,.form-group select{color:#333;box-sizing:border-box;background:#f9fafb;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;height:38px;padding:0 12px;font-size:13px}.form-group input:focus,.form-group select:focus{border-color:#0f8265}.row-group{gap:10px;display:flex}.half-field{flex:1}.half-field label{color:#555;margin-bottom:6px;font-size:12px;display:block}.half-field input,.half-field select{box-sizing:border-box;background:#f9fafb;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;height:38px;padding:0 10px;font-size:13px}.req{color:#e53935;margin-left:2px}.address-picker{cursor:pointer;background:#f9fafb;border:1px solid #e0e0e0;border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 12px;display:flex}.no-val{color:#9e9e9e;font-size:13px}.has-val{color:#333;font-size:13px}.btn-solid-full{color:#fff;cursor:pointer;background:#0f8265;border:none;border-radius:22px;justify-content:center;align-items:center;gap:6px;width:100%;padding:13px 0;font-size:15px;font-weight:700;display:flex}.btn-solid-full:hover{background:#0a6b52}.sheet-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.sheet-header h3{font-size:15px;font-weight:600}.mock-map-view{padding:20px}.map-placeholder{color:#9e9e9e;background:#f0f4f0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:180px;margin-bottom:20px;font-size:13px;display:flex}.nearby-locations h4{color:#333;margin-bottom:12px;font-size:13px;font-weight:600}.loc-item{cursor:pointer;background:#f9fafb;border-radius:8px;align-items:flex-start;gap:10px;margin-bottom:8px;padding:12px;transition:background .2s;display:flex}.loc-item:hover{background:#e8f5ee}.loc-text p{margin:0}.loc-name{color:#333;font-size:13px;font-weight:500;margin-bottom:2px!important}.loc-desc{color:#9e9e9e;font-size:11px}.premium-card{color:#fff;background:#0a4d3e;border-radius:20px;margin:0 16px 24px;padding:24px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0a4d3e26}.premium-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#ffd7001a 0%,#0a4d3e00 50%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.card-accent{background:radial-gradient(circle at 100% 0,#ffd70026 0%,#0000 70%);width:100px;height:100px;position:absolute;top:0;right:0}.dash-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.factory-selector-pill{cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;transition:all .2s;display:flex}.factory-selector-pill:hover{background:#fff3}.fs-name{color:#fff;font-size:14px;font-weight:700}.live-indicator{background:#ffffff1a;border-radius:12px;align-items:center;gap:6px;padding:4px 10px;display:flex}.flex-slogan{align-items:center;gap:12px;margin-bottom:24px;display:flex}.slogan-text-group{flex-direction:column;gap:2px;display:flex}.slogan-line1{color:#fffffff2;font-size:13px;font-weight:500}.slogan-line2{opacity:.8;color:#ffffffd9;border-left:2px solid gold;padding-left:8px;font-size:11px;font-style:italic}.price-tag-highlight{color:#0a4d3e;background:linear-gradient(90deg,gold 0%,#ffa000 100%);border-radius:12px;justify-content:center;align-items:center;padding:8px 16px;font-size:20px;font-weight:800;display:flex;box-shadow:0 4px 12px #ffd7004d}.dash-tag-list{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.info-tag{color:#ffffffe6;background:#ffffff1a;border:1px solid #ffffff26;border-radius:12px;padding:4px 10px;font-size:11px}.feature-highlights{justify-content:space-between;align-items:stretch;gap:8px;display:flex}.stat-box{text-align:center;background:#ffffff14;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;flex:1;justify-content:center;padding:12px 4px;display:flex}.stat-num{color:#fff;margin-bottom:2px;font-size:15px;font-weight:800;display:block}.stat-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.2px;font-size:9px}.section-header{margin:32px 16px 16px;position:relative}.section-header h3{color:#333;margin-bottom:8px;font-size:17px;font-weight:700}.sh-accent{background:gold;border-radius:2px;width:32px;height:3px}.station-card,.quota-card{margin:0 16px}.capacity-section{color:#fff;background:#0a4d3e;border-radius:24px;margin:32px 16px;padding:24px;position:relative;box-shadow:0 20px 40px #0a4d3e26}.month-tag{color:gold;background:#ffd70033;border:1px solid #ffd7004d;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:24px;right:24px}.left-title h3{color:#fff;align-items:center;gap:8px;font-size:17px;font-weight:700;display:flex}.capacity-status-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:24px 16px}.timeline-blocks{gap:8px;display:flex}.t-block{text-align:center;color:#fff;border-radius:8px;flex:1;padding:8px 0;font-size:11px;font-weight:600}.t-block.full{background:#e53935}.t-block.warning{color:#0a4d3e;background:gold}.t-block.available{background:#0f8265}.materials-page{background-color:var(--bg-color);flex-direction:column;height:100vh;display:flex;overflow:hidden}.search-bar-container{z-index:10;background:#fff;border-bottom:1px solid #00000008;padding:12px 16px}.search-bar.premium-search{transition:all var(--transition-fast);background:#f2f2f7;border:1px solid #0000;border-radius:40px;align-items:center;gap:12px;padding:8px 16px;display:flex}.search-bar.premium-search:focus-within{border-color:var(--primary-color);background:#fff;box-shadow:0 4px 12px #0f826514}.search-icon{color:#8e8e93}.search-bar input{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;font-size:14px}.materials-layout{flex:1;display:flex;overflow:hidden}.sidebar{background-color:#f8f9fa;border-right:1px solid #0000000a;width:90px;overflow-y:auto}.sidebar-item{text-align:center;color:var(--text-muted);padding:24px 12px;font-size:12px;transition:all .2s;position:relative}.sidebar-item.active{color:var(--primary-color);background:#fff;font-size:13px;font-weight:800}.sidebar-item.active:before{content:"";background:var(--primary-color);border-radius:0 4px 4px 0;width:4px;position:absolute;top:30%;bottom:30%;left:0}.sidebar-dot{background:var(--primary-color);opacity:.8;border-radius:50%;width:6px;height:6px;position:absolute;top:18px;right:18px}.product-area{flex:1;padding:16px 16px 120px;overflow-y:auto}.category-title{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}.category-title h3{color:var(--text-h);font-size:15px;font-weight:800}.products-list{flex-direction:column;gap:16px;display:flex}.product-card.premium-list-card{transition:all var(--transition-normal);background:#fff;border:1px solid #eaeaea;border-radius:16px;gap:12px;padding:16px;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000008;flex-direction:column!important;display:flex!important}.product-card.premium-list-card.active-item{background:#fff8f5;border-color:#e64a19}.card-top{gap:16px;display:flex}.in-cart-pill{color:#fff;background:#e64a19;border-radius:0 0 0 12px;padding:4px 12px;font-size:10px;font-weight:700;position:absolute;top:0;right:0;box-shadow:0 4px 8px #e64a1933}.product-img{background:#f5f5f7;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.p-emoji{font-size:32px}.product-info{flex-direction:column;flex:1;display:flex}.p-name{color:var(--text-h);margin-bottom:4px;font-size:14px;font-weight:700}.prod-meta{flex-direction:column;gap:2px;margin-bottom:8px;display:flex}.meta-tag{color:var(--text-muted);font-size:11px}.price-action-row{justify-content:space-between;align-items:flex-end;margin-top:4px;display:flex}.price-group{flex-direction:column;gap:2px;display:flex}.price-label{color:#e64a19;background:#ffebee;border-radius:4px;width:max-content;margin-bottom:2px;padding:2px 6px;font-size:11px;font-weight:700}.price{color:#e64a19;font-size:12px;font-weight:600;line-height:1}.price span{font-size:20px;font-weight:800}.old-price{color:#9e9e9e;font-size:10px;text-decoration:line-through}.join-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff7043,#e64a19);border:none;border-radius:20px;padding:10px 20px;font-size:13px;font-weight:700;transition:transform .2s;box-shadow:0 4px 12px #e64a194d}.join-btn:active{transform:scale(.95)}.join-btn.in-cart-btn{color:#e64a19;box-shadow:none;background:0 0;border:1px solid #e64a19}.pulse-btn{animation:2s infinite pulseOrange}@keyframes pulseOrange{0%{box-shadow:0 0 #e64a1966}70%{box-shadow:0 0 0 8px #e64a1900}to{box-shadow:0 0 #e64a1900}}.crowd-box{background:#f9fafb;border:1px dashed #ddd;border-radius:12px;padding:12px}.crowd-meta{justify-content:space-between;margin-bottom:8px;font-size:11px;display:flex}.c-rule{color:#0f8265;background:#e8f5ee;border-radius:4px;padding:2px 6px;font-weight:600}.c-target{color:#e64a19;font-weight:600}.progress-bg{background:#eee;border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#ffa726,#e64a19);border-radius:3px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.crowd-stats{color:#666;justify-content:space-between;font-size:11px;display:flex}.c-current strong{color:#333;font-size:13px;font-weight:800}.floating-cart{height:60px;transition:all .5s var(--spring);z-index:100;cursor:pointer;background:#2d3136;border-radius:30px;align-items:center;gap:16px;padding:0 16px;display:flex;position:fixed;bottom:24px;left:16px;right:16px;transform:translateY(100px);box-shadow:0 16px 32px #00000040}.floating-cart.has-items{transform:translateY(0)}.cart-icon{color:#fff;background:#3b4046;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.cart-icon .badge{background:var(--primary-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #0f82654d}.estimate-text{flex:1}.estimate-text p{color:#fff;font-size:14px;font-weight:700}.estimate-text span{color:#9e9e9e;font-size:10px}.checkout-btn{background:var(--primary-color);color:#fff;border:none;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:700}.cart-list{padding:16px}.cart-item{background:#f9fafb;border-radius:12px;gap:12px;margin-bottom:12px;padding:16px;display:flex}.cart-item-img{font-size:24px}.cart-item-info{flex:1}.cart-item-name{font-size:14px;font-weight:700}.cart-item-meta{color:var(--text-muted);margin:4px 0 8px;font-size:10px}.cart-item-tags{gap:4px;margin-bottom:12px;display:flex}.cart-item-tags .ct{color:var(--primary-color);background:#e8f5ee;border-radius:4px;padding:2px 6px;font-size:9px}.cart-item-bottom{justify-content:space-between;align-items:center;display:flex}.cart-item-price{color:#e64a19;font-size:14px;font-weight:800}.cart-qty-ctrl{background:#fff;border-radius:16px;align-items:center;gap:8px;padding:4px 8px;display:flex}.cart-qty-ctrl button{color:var(--primary-color);background:0 0;border:none;padding:4px}.cart-qty-ctrl span{text-align:center;min-width:40px;font-size:12px;font-weight:700}.cart-footer{border-top:1px solid #eee;padding:20px}.cart-total-row{justify-content:space-between;align-items:baseline;margin-bottom:16px;display:flex}.cart-total-price{color:#e64a19;font-size:22px;font-weight:800}.checkout-btn-full{background:var(--primary-color);color:#fff;border:none;border-radius:25px;width:100%;height:50px;font-size:16px;font-weight:700}.request-card{background:#fff;border:1px solid #0000000a;border-radius:14px;margin-bottom:12px;padding:16px;box-shadow:0 4px 12px #00000008}.rq-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.rq-cat-tag{color:#0f8265;background:#e6f6f1;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:800}.rq-time{color:#adb5bd;align-items:center;gap:3px;font-size:10px;font-weight:600;display:flex}.rq-title{color:#1a1d23;margin-bottom:10px;font-size:15px;font-weight:800}.rq-detail-tags{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.rq-tag{color:#495057;background:#f1f3f5;border:1px solid #00000008;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700}.rq-tag.brand{color:#0d6efd;background:#e9f2ff;border-color:#0d6efd1a}.rq-tag.price{color:#fd7e14;background:#fff5f0;border-color:#fd7e141a;font-weight:800}.rq-bottom{border-top:1px dashed #eee;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.rq-buyer{flex-direction:column;gap:2px;display:flex}.rq-buyer-name{color:#333;font-size:13px;font-weight:800}.rq-project{color:#8e929e;font-size:10px;font-weight:600}.rq-contact-btn{color:#fff;cursor:pointer;background:#0f8265;border:none;border-radius:8px;align-items:center;gap:4px;padding:8px 14px;font-size:12px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 8px #0f826526}.rq-contact-btn:active{transform:scale(.96)}.tracking-page{min-height:100vh;color:var(--text-h);background-color:#f7f8fa;padding-bottom:32px}.tab-switcher-container{z-index:100;background:#fff;border-bottom:1px solid #0000000d;padding:12px 16px;position:sticky;top:0}.tab-switcher.premium-tabs{background:#f1f3f5;border:1px solid #00000008;border-radius:12px;padding:4px;display:flex}.tab-item{color:#6c757d;transition:all .3s var(--ease);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px 0;font-size:13px;font-weight:600;display:flex}.tab-item.active{color:#0f8265;background:#fff;border:1px solid #0f82651a;font-weight:800;box-shadow:0 4px 12px #00000014}.tab-item span{margin-left:2px}.orders-container{flex-direction:column;gap:16px;padding:16px;display:flex}.order-accordion.card{transition:all .4s var(--spring);background:#fff;border:1px solid #0000000d;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #0000000a}.order-accordion.expanded-mode{border-color:#0f826533;transform:translateY(-2px);box-shadow:0 12px 32px #00000014}.order-summary{cursor:pointer;justify-content:space-between;align-items:center;padding:20px;display:flex}.order-main-info{flex:1}.order-id-row{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.order-id-tag{color:#0f8265;letter-spacing:.5px;opacity:.8;font-size:11px;font-weight:800}.order-date{color:#999;font-size:10px;font-weight:500}.order-title{color:#333;font-size:15px;font-weight:700;line-height:1.4}.order-status-area{align-items:center;gap:16px;display:flex}.status-pill{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:4px 14px;font-size:10px;font-weight:800}.status-pill.processing{color:#fff;background:#e64a19;animation:2s infinite light-pulse;box-shadow:0 4px 12px #e64a1933}@keyframes light-pulse{0%{transform:scale(1);box-shadow:0 4px 12px #e64a1933}50%{transform:scale(1.02);box-shadow:0 4px 16px #e64a1966}to{transform:scale(1);box-shadow:0 4px 12px #e64a1933}}.status-pill.completed{color:#fff;background:#2e7d32;box-shadow:0 4px 10px #2e7d321a}.status-pill.pending{color:#718096;background:#edf2f7;border:1px solid #0000000d}.chevron-wrap{color:#adb5bd;transition:transform .3s var(--spring)}.chevron-wrap.rotated{color:#0f8265;transform:rotate(180deg)}.order-details-body{border-top:1px solid #f1f3f5;margin-top:0;padding:24px 20px}.timeline-container{padding-left:10px;position:relative}.timeline-step{padding-bottom:36px;padding-left:36px;position:relative}.timeline-step:last-child{padding-bottom:0}.timeline-step:before{content:"";background:#e9ecef;width:2px;position:absolute;top:22px;bottom:0;left:10px}.timeline-step.completed:before{opacity:.3;background:#0f8265}.timeline-step:last-child:before{display:none}.step-marker{z-index:2;color:#adb5bd;background:#fff;border:2px solid #dee2e6;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .3s;display:flex;position:absolute;top:0;left:0}.timeline-step.completed .step-marker{color:#fff;background:#0f8265;border-color:#0f8265;box-shadow:0 0 8px #0f826533}.timeline-step.processing .step-marker{color:#e64a19;background:#fff;border-color:#e64a19;box-shadow:0 0 10px #e64a194d}.step-content{flex-direction:column;gap:4px;display:flex}.step-title{color:#495057;font-size:14px;font-weight:700}.timeline-step.completed .step-title{color:#0f8265}.timeline-step.processing .step-title{color:#212529}.step-time{color:#adb5bd;font-size:11px;font-weight:500}.timeline-step.processing .step-time{color:#e64a19}.empty-state{text-align:center;color:#adb5bd;letter-spacing:1px;padding:120px 0;font-size:15px;font-weight:600}.profile-page{background-color:#f8f9fa;min-height:100vh;padding-bottom:50px}.profile-header-premium{color:#fff;background:linear-gradient(135deg,#0a4d3c 0%,#063328 100%);height:220px;padding:40px 20px 0;position:relative}.header-overlay-radial{pointer-events:none;background:radial-gradient(circle at 10% 20%,#ffffff14 0%,#0000 50%);position:absolute;inset:0}.user-profile-box{z-index:5;justify-content:space-between;align-items:center;gap:16px;display:flex;position:relative}.upb-left{align-items:center;gap:16px;display:flex}.avatar-large-glow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;justify-content:center;align-items:center;width:68px;height:68px;font-size:26px;font-weight:800;display:flex;box-shadow:0 8px 32px #00000026}.user-name-row{align-items:center;gap:10px;margin-bottom:4px;display:flex}.user-name-row h2{letter-spacing:-.5px;margin:0;font-size:22px;font-weight:800}.pro-badge{color:#fff;text-transform:uppercase;background:#ff9800;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:800}.partner-id{opacity:.6;letter-spacing:.5px;font-family:Outfit,sans-serif;font-size:11px}.settings-icon-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.settings-icon-btn:active{background:#fff3;transform:scale(.95)}.login-invitation{z-index:10;cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:14px;justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex;position:absolute;bottom:-28px;left:20px;right:20px;box-shadow:0 10px 25px #00000014}.li-left{align-items:center;gap:12px;display:flex}.li-icon{color:#0f8265}.li-label{color:#333;font-size:15px;font-weight:700}.li-action{color:#0f8265;align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.publish-req-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:linear-gradient(135deg,#0f8265,#0a6b53);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:20px;padding:16px;font-size:16px;font-weight:800;transition:all .2s;display:flex;box-shadow:0 8px 24px #0f826533}.publish-req-btn:active{transform:scale(.98);box-shadow:0 4px 12px #0f82654d}.profile-content{padding:20px 16px}.stats-row{background:#fff;border:1px solid #00000005;border-radius:16px;justify-content:space-around;margin-bottom:24px;padding:20px 0;display:flex;box-shadow:0 4px 12px #00000008}.stat-item{border-right:1px solid #f0f2f5;flex-direction:column;flex:1;align-items:center;display:flex}.stat-item:last-child{border-right:none}.num{color:#1a1d23;font-size:20px;font-weight:800}.label{color:#8e929e;margin-top:4px;font-size:11px;font-weight:600}.section-header{justify-content:space-between;align-items:baseline;padding:0 4px 12px;display:flex}.section-header h3{color:#1a1d23;font-size:16px;font-weight:800}.section-header span{color:#0f8265;font-size:12px;font-weight:700}.project-list-vertical{flex-direction:column;gap:12px;padding:4px 4px 20px;display:flex}.project-ledger-row{background:#fff;border:1px solid #0000000d;border-radius:12px;justify-content:space-between;align-items:center;padding:16px;transition:all .2s;display:flex;box-shadow:0 4px 12px #00000005}.project-ledger-row:active{background:#fafafb;transform:scale(.99)}.plr-main{flex:1}.plr-name{color:#1a1d23;margin-bottom:2px;font-size:15px;font-weight:800}.plr-meta{color:#8e929e;font-size:11px;font-weight:600}.plr-progress-box{text-align:right;width:80px}.plr-val{color:#0f8265;font-size:14px;font-weight:800;display:block}.plr-label{color:#adb5bd;text-transform:uppercase;font-size:9px;font-weight:700}.requirements-grid{grid-template-columns:1fr;gap:12px;margin-bottom:24px;display:grid}.req-card-professional{background:#fff;border:1px solid #0f82651a;border-radius:16px;padding:20px;box-shadow:0 8px 24px #0000000a}.req-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.req-id{color:#0f8265;opacity:.6;font-size:10px;font-weight:800}.req-publish-tag{color:#0f8265;background:#e6f6f1;border-radius:4px;padding:2px 8px;font-size:9px;font-weight:800}.req-title{color:#1a1d23;margin-bottom:4px;font-size:16px;font-weight:800}.req-specs{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.spec-tag{color:#495057;background:#f1f3f5;border:1px solid #00000008;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700}.spec-tag.brand{color:#0d6efd;background:#e9f2ff;border-color:#0d6efd1a}.spec-tag.price{color:#fd7e14;background:#fff5f0;border-color:#fd7e141a;font-weight:800}.req-footer{border-top:1px dashed #eee;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.req-status{color:#0f8265;align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.req-action-btn{color:#8e929e;align-items:center;gap:2px;font-size:12px;font-weight:700;display:flex}.menu-group-container{margin-bottom:24px}.menu-card{background:#fff;border:1px solid #00000008;border-radius:16px;overflow:hidden;padding:0!important}.menu-item-premium{cursor:pointer;border-bottom:1px solid #f8f9fa;justify-content:space-between;align-items:center;padding:18px 20px;transition:all .2s;display:flex}.menu-item-premium:active{background-color:#f9fafb}.mip-left{align-items:center;gap:16px;display:flex}.mip-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mip-icon.industrial-blue{color:#0d6efd;background:#e9f2ff}.mip-icon.industrial-orange{color:#fd7e14;background:#fff5f0}.mip-icon.industrial-green{color:#0f8265;background:#e6f6f1}.mip-icon.industrial-steel{color:#495057;background:#f1f3f5}.mip-text{color:#343a40;font-size:15px;font-weight:700}.mip-sub{color:#8e929e;font-size:11px;font-weight:500;display:block}.mip-arrow{color:#ced4da}.logout-action{text-align:center;color:#8e929e;cursor:pointer;margin-top:20px;padding:16px;font-size:12px}.logout-action:active{opacity:.6}.guest-content-lock{text-align:center;color:#8e929e;padding:60px 20px;font-size:14px}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.publish-modal{background:#fff;border-radius:20px 20px 0 0;width:100%;max-width:600px;max-height:90vh;animation:.3s slideUp;overflow-y:auto}.pm-header{z-index:10;background:#fff;border-bottom:1px solid #f1f3f5;justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex;position:sticky;top:0}.pm-header h3{color:#1a1d23;margin:0;font-size:18px;font-weight:800}.pm-close{cursor:pointer;color:#666;background:#f1f3f5;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.pm-close:active{background:#e9ecef}.pm-body{flex-direction:column;gap:20px;padding:20px;display:flex}.pm-field{flex-direction:column;gap:6px;display:flex}.pm-field label{color:#495057;font-size:13px;font-weight:700}.pm-field input,.pm-field select,.pm-field textarea{color:#333;background:#fafbfc;border:1px solid #dee2e6;border-radius:10px;outline:none;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:600;transition:border-color .2s}.pm-field input:focus,.pm-field select:focus,.pm-field textarea:focus{background:#fff;border-color:#0f8265}.pm-field textarea{resize:none}.pm-row-double{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pm-input-group{gap:0;display:flex}.pm-input-group input{border-right:none;border-radius:10px 0 0 10px;flex:1}.pm-unit-select{text-align:center;width:64px;border-left:1px solid #dee2e6!important;border-radius:0 10px 10px 0!important;padding:12px 4px!important}.price-type-row{flex-wrap:wrap;gap:8px;display:flex}.price-type-chip{color:#6c757d;cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:8px 14px;font-size:12px;font-weight:700;transition:all .2s}.price-type-chip.active{color:#fff;background:#0f8265;border-color:#0f8265;box-shadow:0 4px 12px #0f826526}.pm-price-input-row{background:#fafbfc;border:1px solid #dee2e6;border-radius:10px;align-items:center;gap:0;margin-top:10px;display:flex;overflow:hidden}.pm-price-prefix,.pm-price-suffix{color:#fd7e14;white-space:nowrap;background:#fff8f3;padding:12px;font-size:13px;font-weight:700}.pm-price-input-row input{flex:1;padding:12px 8px;font-size:16px;font-weight:800;background:0 0!important;border:none!important;border-radius:0!important}.pm-price-input-row input:focus{outline:none}.pm-footer{background:#fff;border-top:1px solid #f1f3f5;padding:16px 20px 32px;position:sticky;bottom:0}.pm-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f8265,#0a6b53);border:none;border-radius:14px;width:100%;padding:16px;font-size:16px;font-weight:800;transition:all .2s;box-shadow:0 8px 24px #0f826533}.pm-submit-btn:active{transform:scale(.98)}.pm-footer-hint{text-align:center;color:#adb5bd;margin-top:8px;font-size:11px}.settings-header{color:#fff;z-index:100;background:linear-gradient(135deg,#0a4d3c 0%,#063328 100%);justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.settings-header h2{margin:0;font-size:17px;font-weight:800}.settings-back-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:4px;padding:8px 12px;font-size:13px;font-weight:600;display:flex}.settings-back-btn:active{background:#fff3}.settings-body{padding:20px 16px}.settings-section{margin-bottom:28px}.settings-section-title{color:#495057;align-items:center;gap:8px;margin:0 0 12px 4px;font-size:14px;font-weight:800;display:flex}.settings-card{background:#fff;border:1px solid #0000000a;border-radius:16px;padding:4px 0;box-shadow:0 4px 12px #00000008}.settings-field{border-bottom:1px solid #f8f9fa;flex-direction:column;gap:4px;padding:14px 20px;display:flex}.settings-field:last-child{border-bottom:none}.settings-field label{color:#8e929e;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.settings-field input{color:#1a1d23;background:0 0;border:none;border-bottom:1px solid #0000;outline:none;padding:4px 0;font-size:15px;font-weight:700;transition:border-color .2s}.settings-field input:focus{border-bottom-color:#0f8265}.settings-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0f8265,#0a6b53);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:16px;padding:16px;font-size:15px;font-weight:800;display:flex;box-shadow:0 8px 24px #0f826533}.settings-save-btn:active{transform:scale(.98)}.settings-section-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.settings-section-row .settings-section-title{margin:0}.add-project-btn{color:#0f8265;cursor:pointer;background:#e6f6f1;border:1px solid #0f826526;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.add-project-btn:active{background:#d5efe8}.new-project-form{background:#fff;border:2px dashed #0f826533;border-radius:14px;margin-bottom:12px;padding:16px}.npf-field{margin-bottom:12px}.npf-field:last-of-type{margin-bottom:16px}.npf-field label{color:#8e929e;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-size:11px;font-weight:700;display:block}.npf-field input{box-sizing:border-box;color:#333;background:#fafbfc;border:1px solid #dee2e6;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px;font-weight:600}.npf-field input:focus{background:#fff;border-color:#0f8265}.npf-actions{gap:8px;display:flex}.npf-cancel{color:#6c757d;cursor:pointer;background:#f1f3f5;border:none;border-radius:8px;flex:1;padding:10px;font-size:13px;font-weight:700}.npf-confirm{color:#fff;cursor:pointer;background:#0f8265;border:none;border-radius:8px;flex:2;padding:10px;font-size:13px;font-weight:700}.npf-confirm:active{opacity:.9}.project-detail-card{background:#fff;border:1px solid #0000000a;border-radius:12px;margin-bottom:10px;overflow:hidden;box-shadow:0 4px 10px #00000005}.pdc-header{cursor:pointer;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.pdc-header:active{background:#fafafb}.pdc-left{align-items:center;gap:12px;display:flex}.pdc-dot{background:#0f8265;border-radius:50%;flex-shrink:0;width:8px;height:8px}.pdc-name{color:#1a1d23;font-size:14px;font-weight:800}.pdc-company{color:#8e929e;font-size:11px;font-weight:600}.pdc-detail{border-top:1px solid #f5f5f5;padding:0 16px 14px 36px}.pdc-row{color:#6c757d;align-items:center;gap:6px;padding:6px 0;font-size:12px;font-weight:600;display:flex}.pdc-divider{background:#f1f3f5;height:1px;margin:6px 0}.pdc-delete{color:#dc3545;cursor:pointer;background:#fff5f5;border:1px solid #dc35451a;border-radius:6px;align-items:center;gap:4px;margin-top:10px;padding:6px 10px;font-size:11px;font-weight:700;display:flex}.pdc-delete:active{background:#ffecee}
