*{box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;--bg: #f5f8f8;--panel: #ffffff;--text: #17252b;--muted: #64747b;--border: #e2e9e9;--purple: #5b5ce2;--pink: #e05ca8;--green: #18a889;--red: #ef5b63;--teal-dark: #073842;--teal: #0b5360;--teal-light: #0d6870}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-size:15px}button,input,select{font:inherit}button{cursor:pointer}.app{min-height:100vh;background:var(--bg);color:var(--text)}.app.dark{--bg: #09191d;--panel: #10272c;--text: #f3f7f7;--muted: #9aabad;--border: #274047}.sidebar{position:fixed;z-index:30;top:0;left:0;width:245px;height:100vh;height:100dvh;padding:18px 14px;background:linear-gradient(180deg,#073842,#084852 55%,#06343d);border-right:1px solid #0b5964;display:flex;flex-direction:column;overflow:hidden;color:#fff}.brand{display:flex;align-items:center;gap:10px;padding:0 8px 18px;flex-shrink:0}.logo{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(135deg,#16b99c,#22a7a0)}.brand b{display:block;color:#fff;font-size:16px}.brand small{display:block;color:#a9c5c8;font-size:11px;margin-top:3px;letter-spacing:.2px}.mobile-close{display:none;margin-left:auto;background:none;border:0;color:#b7cccf}nav{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}nav section{margin:7px 0 13px}nav section>small{display:block;color:#9dbabe;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:0 10px 6px}.nav{width:100%;height:40px;display:flex;align-items:center;gap:11px;border:0;border-radius:9px;background:transparent;color:#c5d5d7;padding:0 11px;text-align:left;font-size:14px;transition:background .15s ease,color .15s ease,transform .15s ease}.nav:hover{color:#fff;background:#ffffff0d}.nav.active{color:#fff;background:linear-gradient(90deg,#13a995,#138d8f);box-shadow:0 5px 16px #031f2535}.nav.active{font-weight:700}.profile{flex-shrink:0;display:flex;align-items:center;gap:9px;padding:10px;margin-top:auto;border:1px solid #ffffff16;border-radius:12px;background:#ffffff0b}.profile>div{width:32px;height:32px;display:grid;place-items:center;flex-shrink:0;color:#fff;font-size:12px;font-weight:800;border-radius:50%;background:#14a88e}.profile b,.profile small{display:block}.profile b{color:#fff;font-size:14px}.profile small{font-size:12px;color:#a9c5c8;margin-top:3px}.shell{margin-left:245px;min-height:100vh}.shell>header{height:70px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 30px;background:color-mix(in srgb,var(--bg) 94%,transparent);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}header .left,header .right{display:flex;align-items:center;gap:10px;font-size:14px}header .left span{color:var(--muted)}header .left i{font-style:normal;color:#a7b1b4}header .left b{font-weight:600}.right button,.menu{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:9px;background:transparent;color:var(--muted)}.right button:hover,.menu:hover{background:var(--panel)}.top-search{width:280px;height:38px;display:flex;align-items:center;gap:7px;padding:0 11px;color:var(--muted);background:var(--panel);border:1px solid var(--border);border-radius:9px}.top-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;font-weight:800;font-size:12px;background:#159d86}.menu{display:none}main{width:100%;max-width:1500px;margin:auto;padding:34px 30px 50px}.heading,.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:25px}.eyebrow{margin:0 0 6px;color:var(--green);font-size:10px;font-weight:800;letter-spacing:.9px;text-transform:uppercase}.heading h1,.page-heading h1{margin:0;font-size:29px;letter-spacing:-1px}.heading p:last-child,.page-heading p:last-child{color:var(--muted);font-size:14px;margin:8px 0 0}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 13px;border-radius:9px;font-size:13px;font-weight:700}.primary{color:#fff;border:0;background:linear-gradient(135deg,#159f8c,#17b398);box-shadow:0 5px 14px #159f8c25}.secondary{color:var(--muted);border:1px solid var(--border);background:var(--panel)}.panel{background:var(--panel);border:1px solid var(--border);border-radius:13px;box-shadow:0 6px 24px #17343d08}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:13px}.stat{display:flex;gap:12px;padding:18px}.stat-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#16a98d12;color:var(--green)}.stat:nth-child(2) .stat-icon{color:#4169ee;background:#4169ee12}.stat:nth-child(3) .stat-icon{color:#f97316;background:#f9731612}.stat:nth-child(4) .stat-icon{color:var(--purple);background:#5b5ce212}.stat>div:last-child{display:flex;flex-direction:column}.stat span{font-size:13px;color:var(--muted)}.stat strong{font-size:21px;margin:4px 0}.stat small{font-size:12px;color:var(--green)}.stat em{font-style:normal;color:var(--muted)}.grid{display:grid;gap:13px;margin-bottom:13px}.grid.two{grid-template-columns:1.65fr 1fr}.chart{min-height:355px}.panel{padding:19px}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.panel-head h2{font-size:14px;margin:0}.legend{display:flex;gap:15px;color:var(--muted);font-size:12px;margin:15px 0 4px}.legend span:first-child{color:var(--green)}.legend span:last-child{color:#4169ee}.chart-box{height:250px}.featured{display:flex;gap:12px;align-items:center;padding:15px;margin-top:18px;border:1px solid var(--border);border-radius:12px}.big-thumb{width:58px;height:58px;display:grid;place-items:center;flex:none;border-radius:11px;background:#16a98d12;color:var(--green);font-weight:800}.featured strong,.featured span,.featured small{display:block}.featured strong{font-size:13px}.featured span,.featured small{font-size:12px;color:var(--muted);margin-top:4px}.bar{height:4px;background:var(--border);margin:10px 0 5px;border-radius:99px;overflow:hidden}.bar i{display:block;width:87%;height:100%;background:linear-gradient(90deg,var(--green),#36c3ae)}.rank{display:grid;grid-template-columns:24px 1fr auto;gap:7px;align-items:center;min-height:41px;border-bottom:1px solid var(--border);font-size:13px}.rank b,.rank small{color:var(--muted)}.list-row{min-height:59px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--border)}.thumb{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#16a98d12;color:var(--green);font-size:11px;font-weight:800}.list-row>span{flex:1;min-width:0}.list-row span b,.list-row span small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.list-row span b{font-size:13px}.list-row span small{font-size:12px;color:var(--muted);margin-top:3px}.list-row>strong{font-size:13px;color:var(--red)}.list-row>strong small{color:var(--muted);font-weight:400}.list-row em{font-style:normal;font-size:11px;color:#b65b13;background:#f59e0b18;padding:5px 7px;border-radius:6px}.move{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;font-weight:800}.move.green{color:var(--green);background:#10b98112}.move.pink{color:var(--purple);background:#5b5ce212}.positive{color:var(--green)!important}.negative{color:var(--red)!important}.placeholder{min-height:60vh;display:grid;place-content:center;justify-items:center;text-align:center}.placeholder-icon{width:60px;height:60px;display:grid;place-items:center;border-radius:15px;background:#16a98d12;color:var(--green)}.placeholder h1{margin:0}.placeholder>p:last-child{color:var(--muted);font-size:14px}.toolbar{display:flex;justify-content:space-between;gap:10px;padding:11px;margin-bottom:13px}.search{height:37px;display:flex;align-items:center;gap:8px;min-width:300px;padding:0 10px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--muted)}.search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:14px}.filter{display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--border);border-radius:8px;color:var(--muted);font-size:14px}.filter select{border:0;background:transparent;color:var(--text);outline:0;font-size:14px}.table-panel{padding:0;overflow:hidden}.table-title{padding:16px 18px;border-bottom:1px solid var(--border);font-size:14px}.table-title span{color:var(--muted);margin-left:4px}.scroll{overflow:auto}table{width:100%;min-width:850px;border-collapse:collapse}th,td{padding:12px 17px;border-bottom:1px solid var(--border);text-align:left;font-size:13px}th{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.3px}td small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.product{display:flex;align-items:center;gap:9px}.product>b{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:var(--green);background:#16a98d12;font-size:10px}.badge{padding:5px 7px;border-radius:6px;font-size:11px;font-weight:700}.badge.ok{color:#047857;background:#10b98112}.badge.low{color:#c2410c;background:#f59e0b18}.badge.out{color:#b91c1c;background:#ef444412}.actions{display:flex;gap:3px}.actions button{width:29px;height:29px;display:grid;place-items:center;border:0;background:transparent;color:var(--muted);border-radius:7px}.actions button:hover{color:var(--green);background:#16a98d12}.state{text-align:center;padding:50px;color:var(--muted);font-size:14px}.error{color:var(--red)}.backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:20px;background:#0008;overflow-y:auto}.modal{width:min(700px,100%);max-height:calc(100dvh - 40px);overflow-y:auto;background:var(--panel);border:1px solid var(--border);border-radius:15px;box-shadow:0 20px 60px #0002}.modal header,.modal footer{display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--border)}.modal header h2{margin:0;font-size:16px}.close{border:0;background:none;color:var(--muted)}.form{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:18px}.form label{display:flex;flex-direction:column;gap:5px}.form label span{color:var(--muted);font-size:12px;font-weight:700}.form input,.form select,.form textarea{min-height:36px;padding:0 9px;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:8px;outline:0;font-size:14px}.form textarea{padding-top:9px;padding-bottom:9px}.form input:focus,.form select:focus,.form textarea:focus{border-color:#159f8c80;box-shadow:0 0 0 3px #159f8c12}.modal footer{justify-content:flex-end;gap:8px;border-bottom:0;border-top:1px solid var(--border)}.stock-comparison{width:100%}.stock-comparison .comparison-panel{padding:0;overflow:hidden}.stock-comparison .comparison-panel+.comparison-panel{margin-top:24px}.stock-comparison .comparison-header{padding:19px 18px 14px}.stock-comparison .comparison-header .eyebrow{margin:0 0 6px}.stock-comparison .comparison-header h2{margin:0;font-size:14px}.stock-comparison .comparison-count{padding:0 18px 14px;font-size:13px;border-bottom:1px solid var(--border)}.stock-comparison .comparison-count strong{color:var(--text)}.stock-comparison .comparison-count span{color:var(--muted)}.stock-comparison .comparison-scroll{width:100%;overflow-x:auto}.stock-comparison .comparison-table{width:100%;min-width:850px;border-collapse:collapse}.stock-comparison .comparison-table th,.stock-comparison .comparison-table td{padding:12px 18px;border-bottom:1px solid var(--border);text-align:left}.stock-comparison .comparison-table th{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase}.stock-comparison .comparison-table td{font-size:13px}.stock-comparison .comparison-table tbody tr:last-child td{border-bottom:0}.stock-comparison .comparison-table td strong{font-weight:700}.stock-comparison .comparison-empty{min-height:115px;display:grid;place-items:center;padding:25px 18px;color:var(--muted);font-size:14px;text-align:center}@media(max-width:1050px){.stats{grid-template-columns:1fr 1fr}.grid.two{grid-template-columns:1fr}}@media(max-width:800px){.sidebar{transform:translate(-100%);transition:transform .2s ease;box-shadow:10px 0 30px #0005}.sidebar.open{transform:translate(0)}.mobile-close{display:block}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;background:#0007}.shell{margin-left:0}.menu{display:grid}.top-search{display:none}main{padding:25px 18px}.heading,.page-heading{align-items:flex-start;flex-direction:column}.toolbar{flex-direction:column}.search{min-width:0;width:100%}}@media(max-width:560px){.stats,.form{grid-template-columns:1fr}.heading h1,.page-heading h1{font-size:26px}.shell>header{padding:0 15px}main{padding:22px 14px 40px}.nav{height:42px}th,td{padding:11px 14px}}.header-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:300px;background:var(--panel);border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 40px #00000018;overflow:hidden;z-index:100}.dropdown-head{padding:14px 16px;border-bottom:1px solid var(--border);font-size:13px}.notification-item{display:flex;gap:10px;padding:13px 16px;border-bottom:1px solid var(--border)}.notification-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#f59e0b18;color:#c2410c;font-weight:800}.notification-item strong,.notification-item small,.profile-dropdown-user strong,.profile-dropdown-user small{display:block}.notification-item strong,.profile-dropdown-user strong{font-size:13px}.notification-item small,.profile-dropdown-user small{font-size:12px;color:var(--muted);margin-top:3px;line-height:1.4}.dropdown-empty{padding:13px 16px;color:var(--muted);font-size:12px;text-align:center}.profile-dropdown{width:250px}.profile-dropdown-user{display:flex;align-items:center;gap:10px;padding:14px 16px}.profile-dropdown-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;font-size:12px;font-weight:800}.dropdown-divider{height:1px;background:var(--border)}.dropdown-action{width:100%;display:flex;align-items:center;gap:9px;padding:12px 16px;border:0;background:transparent;color:var(--muted);font-size:13px;text-align:left}.dropdown-action:hover{color:var(--red);background:#ef5b630d}.notification-dot{position:absolute;top:7px;right:7px;width:6px;height:6px;border-radius:50%;background:#ef5b63;border:1px solid var(--panel)}.dashboard-value{display:block;font-size:25px;margin:18px 0 16px}.stock-split{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stock-split>div{padding:12px;border:1px solid var(--border);border-radius:10px}.stock-split span,.stock-split strong{display:block}.stock-split span{font-size:12px;color:var(--muted)}.stock-split strong{font-size:14px;margin-top:5px}.stock-preview{margin:0 18px 18px;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--bg)}.stock-preview small{display:block;color:var(--muted);font-size:12px}.stock-preview strong{display:block;margin-top:5px;font-size:14px}.form-error{padding:0 18px 15px!important;text-align:left}.report-tabs{display:flex;gap:8px;margin-bottom:13px}.report-tabs button{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid var(--border);border-radius:9px;background:var(--panel);color:var(--muted);font-weight:700;font-size:13px}.report-tabs button.active{background:#159f8c12;color:var(--green);border-color:#159f8c35}.date-filter{display:flex;align-items:center;gap:6px;padding:0 8px;border:1px solid var(--border);border-radius:8px;color:var(--muted);font-size:12px}.date-filter input{border:0;outline:0;background:transparent;color:var(--text);height:35px;font-size:13px}.filter{height:37px}.toolbar .secondary{white-space:nowrap}@media(max-width:800px){.header-dropdown{position:fixed;top:65px;right:14px;width:min(300px,calc(100vw - 28px))}.report-tabs{overflow:auto}.date-filter{width:100%}.date-filter input{flex:1}.stock-split{grid-template-columns:1fr}}.dashboard-financial{width:100%;margin-bottom:13px;padding:18px 20px}.dashboard-financial .panel-head{margin-bottom:8px}.dashboard-financial .dashboard-value{display:block;margin:2px 0 14px;font-size:26px;line-height:1.1;letter-spacing:-.6px}.dashboard-financial .stock-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-financial .stock-split>div{min-width:0;padding:11px 13px;border:1px solid var(--border);border-radius:10px}.dashboard-financial .stock-split span,.dashboard-financial .stock-split strong{display:block}.dashboard-financial .stock-split span{color:var(--muted);font-size:12px;margin-bottom:4px}.dashboard-financial .stock-split strong{font-size:15px;overflow-wrap:anywhere}.dashboard-financial+.stats{grid-template-columns:repeat(5,minmax(0,1fr));width:100%;min-width:0;margin-bottom:13px}.dashboard-financial+.stats .stat{min-width:0;width:100%;padding:15px;gap:9px}.dashboard-financial+.stats .stat-icon{width:38px;height:38px;flex:0 0 38px}.dashboard-financial+.stats .stat>div:last-child{min-width:0}.dashboard-financial+.stats .stat span,.dashboard-financial+.stats .stat small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-financial+.stats .stat strong{font-size:19px}main,.shell,.dashboard-financial,.stats,.grid,.panel{max-width:100%}@media(max-width:1200px){.dashboard-financial+.stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.dashboard-financial+.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.dashboard-financial .stock-split{grid-template-columns:1fr}.dashboard-financial+.stats{grid-template-columns:1fr}}.dashboard-financial{display:grid;grid-template-columns:minmax(180px,1fr) minmax(190px,auto) minmax(330px,1.25fr);align-items:center;gap:18px;min-width:0}.dashboard-financial .panel-head{margin:0;min-width:0}.dashboard-financial .dashboard-value{margin:0;min-width:0;white-space:nowrap}.dashboard-financial .stock-split{min-width:0;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-financial .stock-split>div{min-width:0}.dashboard-financial .stock-split strong{white-space:nowrap}.dashboard-financial+.stats{overflow:visible}.grid.two>.panel{min-width:0;overflow:hidden}@media(max-width:1000px){.dashboard-financial{grid-template-columns:1fr 1fr}.dashboard-financial .stock-split{grid-column:1 / -1}}@media(max-width:560px){.dashboard-financial{grid-template-columns:1fr}.dashboard-financial .stock-split{grid-column:auto}}.production-top{align-items:start}.production-top>.panel{min-width:0}.production-items-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 10px}.production-item{display:grid;grid-template-columns:minmax(0,1fr) 150px 38px;gap:10px;align-items:end;margin-bottom:10px}.production-item label{margin:0}.icon-danger{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:9px;background:transparent;color:var(--muted);cursor:pointer}.icon-danger:hover{color:var(--red);border-color:#ef5b6355;background:#ef5b6309}.stock-preview{margin:0 18px 16px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--bg-soft, #f7f9f9)}.stock-preview>small{display:block;margin-bottom:8px;color:var(--muted)}.stock-preview>div{display:flex;justify-content:space-between;gap:12px;padding:5px 0}.production-recipe-list{display:grid;gap:8px}.production-recipe-list>div{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:11px 12px;border:1px solid var(--border);border-radius:9px}.production-recipe-list strong,.production-recipe-list small{display:block}.production-recipe-list small{margin-top:3px;color:var(--muted)}@media(max-width:900px){.production-item{grid-template-columns:1fr}.icon-danger{width:100%}}.info-banner,.helper-box{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;margin-bottom:14px;border:1px solid #18a88935;border-radius:11px;background:#18a8890b;color:var(--text)}.info-banner svg,.helper-box svg{flex:0 0 auto;color:var(--green);margin-top:1px}.info-banner strong,.info-banner span,.helper-box span{display:block}.info-banner strong{font-size:13px;margin-bottom:2px}.info-banner span,.helper-box span{color:var(--muted);font-size:12px;line-height:1.45}.production-modal{width:min(760px,calc(100vw - 32px))}.production-items-head>div{min-width:0}.production-items-head strong,.production-items-head small{display:block}.production-items-head small{margin-top:3px;color:var(--muted);font-size:12px}.production-item{grid-template-columns:minmax(0,1fr) 130px 92px 38px}.production-item select,.production-item input{width:100%}.production-item .icon-danger{margin-bottom:0}@media(max-width:700px){.production-items-head{align-items:flex-start;flex-direction:column}.production-items-head .secondary{width:100%;justify-content:center}}@media(max-width:520px){.production-item{grid-template-columns:1fr 1fr}.production-item label:first-child{grid-column:1 / -1}.production-item .icon-danger{width:100%}}.shell main{min-width:0;overflow-x:hidden}.panel,.toolbar,.table-panel,.grid>*{min-width:0}.scroll,.comparison-scroll{max-width:100%}@media(max-width:900px){.dashboard-financial+.stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.production-history-row:hover{background:var(--soft, rgba(20, 160, 140, .035))}.production-history-details{margin:-4px 8px 10px;padding:16px 18px;border:1px solid var(--border);border-radius:12px;background:var(--panel-soft, #fafcfc)}.production-details-title,.production-details-footer,.production-detail-item{display:flex;align-items:center;justify-content:space-between;gap:16px}.production-details-title{padding-bottom:10px;border-bottom:1px solid var(--border)}.production-details-title span{color:var(--muted);font-size:.88rem}.production-detail-item{padding:9px 0;border-bottom:1px solid var(--border)}.production-details-footer{margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.badge svg{vertical-align:-2px;margin-right:3px}.header-action{position:relative}.notification-dropdown{width:min(700px,calc(100vw - 28px));max-width:700px;border-radius:15px;overflow:hidden}.notification-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid var(--border)}.notification-head strong{display:block;font-size:14px;color:var(--text)}.notification-head small{display:block;margin-top:2px;font-size:11px;color:var(--muted)}.notification-clear{border:1px solid var(--border);background:var(--bg);color:var(--muted);border-radius:8px;padding:6px 10px;font-size:11px;font-weight:700;cursor:pointer;flex:0 0 auto}.notification-clear:hover{color:var(--text);background:var(--panel)}.notification-list{padding:12px}.notification-section-title{display:flex;align-items:center;gap:7px;margin:0 2px 8px;color:var(--text);font-size:11px}.notification-section-icon{width:22px;height:22px;display:grid;place-items:center;border-radius:6px;background:#f59e0b18;color:#c2410c;font-weight:800}.notification-card{display:grid;grid-template-columns:40px minmax(145px,1.5fr) 100px 100px 86px;align-items:center;gap:12px;min-height:68px;padding:10px 15px;border:1px solid var(--border);border-radius:12px;background:var(--panel);box-sizing:border-box}.notification-card+.notification-card{margin-top:8px}.notification-card.low{background:#fffbf3;border-color:#f4dfb4}.notification-card.out{background:#fff7f7;border-color:#f1cccc}.notification-card-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:#f59e0b18;color:#c2410c;font-size:17px;font-weight:800}.notification-card.out .notification-card-icon{background:#ef5b6314;color:#d84c55}.notification-card-main{min-width:0}.notification-card-main strong{display:block;font-size:13px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-card-main span{display:block;margin-top:3px;font-size:11px;color:var(--muted)}.notification-stock{padding-left:13px;border-left:1px solid var(--border);min-width:0}.notification-stock small{display:block;color:var(--muted);font-size:10px;margin-bottom:3px;white-space:nowrap}.notification-stock strong{font-size:12px;color:var(--text);white-space:nowrap}.notification-card.low .notification-stock:first-of-type strong{color:#c76a00}.notification-card.out .notification-stock:first-of-type strong{color:#d84c55}.notification-view{width:100px;min-width:100px;white-space:nowrap;overflow:visible;text-overflow:clip;border:1px solid var(--border);background:var(--panel);color:var(--text);border-radius:10px;padding:8px 10px;font-size:11px;font-weight:600;cursor:pointer}.notification-view:hover{border-color:#159f8c55;color:var(--green)}.notification-empty-state{display:flex;align-items:center;gap:12px;padding:24px 16px}.notification-ok{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#159f8c12;color:var(--green);font-weight:800}.notification-empty-state strong{display:block;font-size:12px}.notification-empty-state small{display:block;margin-top:3px;color:var(--muted);font-size:11px}.notification-footer{display:flex;justify-content:space-between;gap:12px;padding:10px 16px;border-top:1px solid var(--border);color:var(--muted);font-size:10px}.notification-badge{position:absolute;top:-5px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:10px;display:grid;place-items:center;background:#ef5b63;color:#fff;border:2px solid var(--panel);font-size:px;font-weight:800;line-height:1}@media(max-width:760px){.notification-dropdown{position:fixed;top:65px;right:12px;width:calc(100vw - 24px);max-width:none}.notification-card{grid-template-columns:38px minmax(0,1fr) 84px;gap:8px;min-height:62px;padding:9px}.notification-card-icon{width:38px;height:38px}.notification-stock{padding-left:7px;border-left:1px solid var(--border)}.notification-stock+.notification-stock{display:none}.notification-view{width:84px;grid-column:auto;justify-self:stretch}.notification-footer{gap:8px;padding:9px 15px}}:root{--bg: #f4f7fb;--panel: #ffffff;--text: #0f172a;--muted: #64748b;--border: #e6ebf2;--green: #1677ff;--teal-dark: #0b1727;--teal: #10243b;--teal-light: #1b3555;--purple: #6d5dfc;--red: #e55353;--shadow-sm: 0 4px 18px rgba(15, 23, 42, .05);--shadow-md: 0 12px 35px rgba(15, 23, 42, .07)}body,.app{background:var(--bg)}.app.dark{--bg: #0a111c;--panel: #111b2a;--text: #eef4ff;--muted: #93a4b8;--border: #233247;--green: #4c9aff;--teal-dark: #07111f;--teal: #0c192b;--teal-light: #172b46}.sidebar{width:248px;padding:22px 16px 16px;background:linear-gradient(180deg,#0a1727,#0c1d31);border-right:1px solid rgba(255,255,255,.05);box-shadow:10px 0 40px #0f172a14}.brand{min-height:58px;padding:0 10px 22px;gap:0}.brand-wordmark{color:#fff;font-size:28px;font-weight:900;letter-spacing:-1.8px}.brand-wordmark:after{content:"";display:block;width:28px;height:3px;margin-top:3px;border-radius:999px;background:#1677ff}nav section{margin:11px 0 17px}nav section>small{color:#6f829a;padding-left:11px;font-size:9px;letter-spacing:1.2px}.nav{height:44px;border-radius:11px;gap:12px;color:#aebdd0;padding:0 12px;font-size:13px}.nav svg{opacity:.9}.nav:hover{background:#ffffff0e;color:#fff;transform:translate(1px)}.nav.active{background:linear-gradient(135deg,#1677ff,#2d8cff);box-shadow:0 8px 20px #1677ff3d}.profile{padding:11px;border-radius:14px;background:#ffffff0e;border-color:#ffffff14}.profile>div{background:linear-gradient(135deg,#1677ff,#5d9fff)}.profile b{font-size:12px}.profile small{color:#8fa2b9}.profile button{color:#91a2b6!important}.shell{margin-left:248px}.shell>header{position:sticky;top:0;z-index:900;height:72px;padding:0 32px;background:#f4f7fbf0;border-bottom:1px solid rgba(226,232,240,.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.app.dark .shell>header{background:#0a111cf0;border-bottom-color:var(--border)}header .left{gap:11px}header .left span{color:#8a99ad;font-weight:600}header .left b{color:var(--text)}.top-search{width:min(360px,34vw);height:40px;border-radius:12px;background:var(--panel);border-color:var(--border);box-shadow:var(--shadow-sm)}.right button,.menu{border-radius:10px}.right button:hover,.menu:hover{background:var(--panel);box-shadow:var(--shadow-sm)}.avatar{background:linear-gradient(135deg,#0f172a,#315071)}main{max-width:1540px;padding:34px 32px 30px}.heading,.page-heading{margin-bottom:24px}.heading h1,.page-heading h1{font-size:31px;letter-spacing:-1.15px}.eyebrow{color:var(--green);font-size:9px;letter-spacing:1.15px}.heading p:last-child,.page-heading p:last-child{font-size:13px}.primary{min-height:42px;padding:0 16px;border-radius:11px;background:linear-gradient(135deg,#1677ff,#2c8bff);box-shadow:0 9px 22px #1677ff2e}.primary:hover{transform:translateY(-1px);box-shadow:0 12px 26px #1677ff3d}.secondary{min-height:40px;border-radius:10px;background:var(--panel)}.panel{border-radius:16px;border-color:var(--border);box-shadow:var(--shadow-sm)}.panel:hover{box-shadow:var(--shadow-md)}.stats{gap:15px}.stat{padding:18px;min-height:102px;border-radius:16px}.stat-icon{border-radius:12px;background:#1677ff17;color:var(--green)}.stat:nth-child(2) .stat-icon{background:#6d5dfc17;color:var(--purple)}.stat:nth-child(3) .stat-icon{background:#f59e0b1a;color:#e79a16}.stat:nth-child(4) .stat-icon{background:#ef444417;color:var(--red)}.stat:nth-child(5) .stat-icon{background:#64748b1a;color:#64748b}.stat strong{font-size:23px;letter-spacing:-.5px}.stat small{color:var(--muted)}.dashboard-financial{background:linear-gradient(135deg,#fff,#f8fbff);border-color:#dce9fb;padding:21px 22px}.app.dark .dashboard-financial{background:linear-gradient(135deg,#111b2a,#12243a);border-color:#24405f}.dashboard-financial .dashboard-value{font-size:29px}.dashboard-financial .stock-split>div{background:#ffffffa6;border-color:var(--border)}.app.dark .dashboard-financial .stock-split>div{background:#ffffff06}.grid{gap:15px;margin-bottom:15px}.grid.two{grid-template-columns:1.5fr 1fr}.table-panel{border-radius:16px}.table-title{padding:18px 20px;font-weight:750}th,td{padding:13px 18px}tbody tr{transition:background .15s ease}tbody tr:hover{background:#1677ff09}th{font-size:10px;color:#8a99ad}.product>b,.thumb,.big-thumb{background:#1677ff14;color:var(--green)}.badge{border-radius:999px;padding:6px 9px}.actions button{border-radius:9px}.actions button:hover{color:var(--green);background:#1677ff17}.toolbar{padding:12px;border-radius:14px}.search{height:40px;border-radius:10px;background:var(--bg)}.filter,.date-filter{border-radius:10px;background:var(--bg)}.form input,.form select,.form textarea{min-height:40px;border-radius:10px}.form input:focus,.form select:focus,.form textarea:focus{border-color:#1677ff80;box-shadow:0 0 0 3px #1677ff1a}.modal{border-radius:18px;box-shadow:0 25px 80px #0f172a33}.info-banner,.helper-box{border-radius:13px;background:#1677ff0f;border-color:#1677ff26}.info-banner svg,.helper-box svg{color:var(--green)}.gmj-footer{max-width:1540px;margin:0 auto;padding:0 32px 24px;color:#94a3b8;font-size:11px;text-align:right}.app.dark .gmj-footer{color:#64748b}.mobile-bottom-nav{display:none}@media(max-width:1050px){.sidebar{width:228px}.shell{margin-left:228px}.dashboard-financial+.stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.shell{margin-left:0;padding-bottom:76px}.sidebar{width:278px}.shell>header{height:64px;padding:0 16px}header .left span,header .left i{display:none}header .left b{font-size:13px}.right{gap:3px!important}main{padding:24px 16px 12px}.gmj-footer{padding:10px 16px 12px;text-align:center}.mobile-bottom-nav{position:fixed;z-index:60;left:10px;right:10px;bottom:10px;height:64px;display:grid;grid-template-columns:1fr 1fr 1.1fr 1fr 1fr;align-items:center;padding:5px;border:1px solid var(--border);border-radius:20px;background:#fffffff0;box-shadow:0 15px 45px #0f172a29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app.dark .mobile-bottom-nav{background:#111b2af0}.mobile-bottom-nav button{position:relative;height:54px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:0;background:transparent;color:var(--muted);font-size:9px;font-weight:700}.mobile-bottom-nav button.active{color:var(--green)}.mobile-add{width:48px!important;height:48px!important;justify-self:center;border-radius:50%!important;background:linear-gradient(135deg,#1677ff,#2c8bff)!important;color:#fff!important;box-shadow:0 8px 20px #1677ff4d}.mobile-add span{font-size:30px;line-height:1;font-weight:300}.notification-dropdown{top:58px}}@media(max-width:560px){.heading h1,.page-heading h1{font-size:25px}.dashboard-financial{grid-template-columns:1fr}.dashboard-financial+.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-financial+.stats .stat{padding:14px}.stat{min-height:92px}.stat strong{font-size:20px}}@media(max-width:400px){.dashboard-financial+.stats{grid-template-columns:1fr}}.sidebar .brand{justify-content:center;padding:2px 0 18px;min-height:70px}.sidebar .brand-wordmark{font-size:34px;line-height:1;letter-spacing:-2.2px;text-align:center}.sidebar .brand-wordmark:after{display:none}.sidebar>nav,.report-tabs,.backdrop,.modal{scrollbar-width:none;-ms-overflow-style:none}.sidebar>nav::-webkit-scrollbar,.report-tabs::-webkit-scrollbar,.backdrop::-webkit-scrollbar,.modal::-webkit-scrollbar{width:0;height:0;display:none}.scroll,.stock-comparison .comparison-scroll{width:100%;max-width:100%;overflow:visible}.scroll table,.table-panel table,.stock-comparison .comparison-table{width:100%;min-width:0;max-width:100%;table-layout:fixed}.scroll th,.scroll td,.table-panel th,.table-panel td,.stock-comparison .comparison-table th,.stock-comparison .comparison-table td{min-width:0;overflow-wrap:anywhere;word-break:break-word}.scroll td .product{min-width:0}.scroll td .product>div{min-width:0}.scroll td .product strong,.scroll td .product small{overflow-wrap:anywhere;word-break:break-word}.actions{display:flex;flex-wrap:wrap;gap:5px}.actions button{flex:0 0 auto}.sidebar .profile>button{width:38px!important;height:38px!important;min-width:38px;padding:0!important;margin-left:auto!important;display:grid;place-items:center;flex:0 0 38px;border:1px solid rgba(239,83,83,.3)!important;border-radius:10px!important;background:#ef53531a!important;color:#f77!important;transition:.18s ease}.sidebar .profile>button:hover{background:#ef53532e!important;border-color:#ef53538c!important;color:#ff9a9a!important;transform:translateY(-1px);box-shadow:0 7px 18px #ef53531f}html,body,#root,.app{max-width:100%;overflow-x:hidden}.grid.two{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}@media(max-width:1050px){.grid.two{grid-template-columns:minmax(0,1fr)}}@media(max-width:800px){.sidebar .brand{justify-content:flex-start;padding-left:8px}.sidebar .brand-wordmark{font-size:32px}.scroll th,.scroll td,.table-panel th,.table-panel td,.stock-comparison .comparison-table th,.stock-comparison .comparison-table td{padding:9px 7px;font-size:11px}.scroll th,.stock-comparison .comparison-table th{font-size:9px}.scroll td .product{gap:6px}.scroll td .product>b{width:28px;height:28px;flex:0 0 28px}.sidebar .profile>button{width:36px!important;height:36px!important;min-width:36px;flex-basis:36px}}:root{--gmj-blue: #1677ff;--gmj-blue-2: #2d8cff;--gmj-navy: #09182a;--gmj-navy-2: #0d2239;--gmj-line: rgba(22,119,255,.12)}html{font-size:16px}body{font-size:14px}.sidebar{width:230px;padding:16px 13px 13px;background:radial-gradient(circle at 50% -10%,rgba(45,140,255,.12),transparent 34%),linear-gradient(180deg,var(--gmj-navy) 0%,#0b1c30 58%,#09182a 100%)}.shell{margin-left:230px}.sidebar .brand{min-height:62px;padding:2px 0 15px;justify-content:center}.sidebar .brand-wordmark{font-size:35px;letter-spacing:-2.6px;line-height:.95;text-shadow:0 0 22px rgba(22,119,255,.16)}.sidebar>nav{overflow:hidden;scrollbar-width:none}.sidebar>nav::-webkit-scrollbar{display:none;width:0;height:0}nav section{margin:7px 0 11px}nav section>small{padding:0 10px 5px;font-size:8.5px;letter-spacing:1.25px}.nav{height:37px;border-radius:10px;gap:10px;padding:0 10px;font-size:12px}.nav svg{width:16px;height:16px}.nav.active{background:linear-gradient(135deg,var(--gmj-blue),var(--gmj-blue-2));box-shadow:0 7px 18px #1677ff33,inset 0 1px #ffffff29}.sidebar .profile{padding:9px;min-height:57px;border-radius:13px;background:linear-gradient(135deg,#fff1,#ffffff06);box-shadow:inset 0 1px #ffffff0a}.sidebar .profile>div{width:32px;height:32px;min-width:32px;font-size:11px}.sidebar .profile b{font-size:11px}.sidebar .profile small{font-size:9px}.sidebar .profile>button{width:34px!important;height:34px!important;min-width:34px;flex-basis:34px;border-radius:9px!important}.sidebar .profile>button svg{width:15px;height:15px}.shell>header{height:64px;padding:0 24px}header .left,header .right{gap:8px;font-size:13px}.top-search{width:min(330px,31vw);height:36px;border-radius:10px}.right button,.menu{width:34px;height:34px}.avatar{width:32px;height:32px}main{max-width:1480px;padding:26px 26px 20px}.heading,.page-heading{margin-bottom:19px;gap:16px}.heading h1,.page-heading h1{font-size:27px;letter-spacing:-1px}.heading p:last-child,.page-heading p:last-child{font-size:12px;margin-top:6px}.eyebrow{font-size:8.5px;letter-spacing:1.15px;margin-bottom:5px}.primary{min-height:38px;padding:0 13px;border-radius:10px;font-size:12px}.secondary{min-height:36px;padding:0 12px;font-size:12px}.panel{padding:16px;border-radius:14px;box-shadow:0 5px 20px #0f172a0b,inset 0 1px #ffffff80}.panel:hover{box-shadow:0 10px 28px #0f172a12,inset 0 1px #ffffff80}.panel-head h2{font-size:13px}.grid{gap:13px;margin-bottom:13px}.grid.two{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr)}.stats{gap:12px;margin-bottom:12px}.stat{min-height:88px;padding:14px;border-radius:14px}.stat-icon{width:38px;height:38px;border-radius:10px}.stat span{font-size:11px}.stat strong{font-size:20px;margin:3px 0}.stat small{font-size:10px}.dashboard-financial{padding:17px 18px}.dashboard-financial .dashboard-value{font-size:26px}.scroll{width:100%;max-width:100%;overflow:hidden!important}.scroll table,.table-panel table,.stock-comparison .comparison-table{width:100%!important;max-width:100%!important;min-width:0!important;table-layout:fixed}th,td,.scroll th,.scroll td,.table-panel th,.table-panel td,.stock-comparison .comparison-table th,.stock-comparison .comparison-table td{padding:10px 11px;font-size:11px;line-height:1.25}th{font-size:8.5px;letter-spacing:.2px}.actions{gap:4px;max-width:100%}.actions button{padding:6px 7px;font-size:10px}.toolbar{padding:10px;border-radius:12px;gap:8px}.search,.filter,.date-filter{height:36px;border-radius:9px}.form input,.form select,.form textarea{min-height:38px;border-radius:9px;font-size:12px}.panel-head:after{content:"";display:block}.info-banner,.helper-box{box-shadow:inset 3px 0 #1677ff8c}.badge{font-size:10px}.gmj-footer{max-width:1480px;padding:0 26px 18px;font-size:10px}@media(max-width:1050px){.sidebar{width:220px}.shell{margin-left:220px}.top-search{width:260px}}@media(max-width:800px){.shell{margin-left:0}.sidebar{width:270px;padding:18px 14px 14px}.sidebar .brand{justify-content:center}.sidebar .brand-wordmark{font-size:34px}.shell>header{height:62px;padding:0 14px}.top-search{width:min(220px,43vw);height:35px}main{padding:20px 14px 12px}.panel{padding:14px}.grid.two{grid-template-columns:1fr}.gmj-footer{padding:8px 14px 10px}}@media(max-width:560px){.heading h1,.page-heading h1{font-size:23px}.heading{align-items:flex-start;flex-direction:column}.heading .primary{align-self:stretch}.top-search{width:min(190px,48vw)}.stats{gap:9px}.stat{min-height:82px;padding:11px}.stat-icon{width:34px;height:34px}.stat strong{font-size:18px}th,td,.scroll th,.scroll td{padding:8px 6px;font-size:10px}}.app{min-height:100dvh}.shell{min-height:100dvh;display:flex;flex-direction:column}.shell>main{flex:1 0 auto;width:100%;box-sizing:border-box}.gmj-footer{flex:0 0 auto;width:100%;max-width:1480px;margin:0 auto;box-sizing:border-box;padding:12px 26px 18px;text-align:center}.sidebar>nav{flex:1 1 auto;min-height:0;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.sidebar>nav::-webkit-scrollbar{width:0;height:0;display:none}.sidebar .brand{flex:0 0 auto;justify-content:center}.sidebar .brand-wordmark:after{display:none!important;content:none!important}.sidebar .brand-wordmark{font-size:36px;line-height:1;letter-spacing:-2.8px}@media(max-width:800px){.gmj-footer{padding:10px 14px calc(78px + env(safe-area-inset-bottom))}}
