*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--accent: #0070f3;--accent-hover: #0058c1;--accent-dim: #0070f31f;--accent-light: #0070f312;--bg: #0a0d13;--bg2: #111520;--bg3: #181d2e;--border: #252d42;--border2: #2e3854;--text: #d9e0f0;--text2: #7e8faa;--text3: #48566b;--green: #34c759;--red: #ff3b30;--orange: #ff9500;--yellow: #ffd60a;--radius: 6px;--radius-lg: 10px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-head: "JetBrains Mono", "Fira Code", monospace}[data-theme=light]{--bg: #f5f6f8;--bg2: #ffffff;--bg3: #eef0f4;--border: #d9dde5;--border2: #c5cad4;--text: #1d2733;--text2: #556070;--text3: #8c96a3}html,body,#root{height:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.layout{display:flex;height:100vh;overflow:hidden}.sidebar{width:240px;min-width:240px;background:var(--bg2);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow-y:auto}.main-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.topbar{height:52px;min-height:52px;background:var(--bg2);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 1.25rem;gap:.75rem}.page-content{flex:1;padding:1.75rem;max-width:1400px;width:100%}.nav-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .875rem;border-radius:var(--radius);font-size:.8125rem;font-weight:500;color:var(--text2);text-decoration:none;transition:background .12s,color .12s;cursor:pointer;border:none;background:none;width:100%}.nav-item:hover{background:var(--bg3);color:var(--text)}.nav-item.active{background:var(--accent-dim);color:var(--accent)}.nav-section{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text3);padding:.75rem .875rem .25rem}.card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.card-hover{transition:border-color .15s,box-shadow .15s}.card-hover:hover{border-color:var(--border2);box-shadow:0 4px 16px #00000026}.sap-kpi{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem 1.25rem}.sap-kpi-value{font-size:1.75rem;font-weight:800;font-family:var(--font-head);line-height:1;margin-top:.25rem}.sap-kpi-label{font-size:.75rem;color:var(--text2);font-weight:500}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:0 .875rem;height:2rem;border-radius:var(--radius);font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background .12s,border-color .12s,color .12s;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--bg3);color:var(--text);border-color:var(--border)}.btn-secondary:hover{border-color:var(--border2);background:var(--border)}.btn-ghost{background:transparent;color:var(--text2);border-color:transparent}.btn-ghost:hover{background:var(--bg3);color:var(--text)}.btn-danger{background:transparent;color:var(--red);border-color:var(--red)}.btn-danger:hover{background:var(--red);color:#fff}.btn-sm{height:1.625rem;padding:0 .625rem;font-size:.75rem}.btn-lg{height:2.5rem;padding:0 1.25rem;font-size:.9375rem}.btn-icon{width:2rem;height:2rem;padding:0;justify-content:center}.btn-icon.btn-sm{width:1.625rem;height:1.625rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.8125rem;font-weight:500;color:var(--text2)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}input,select,textarea{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.875rem;font-family:var(--font);padding:.5rem .75rem;width:100%;transition:border-color .12s;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}input::placeholder,textarea::placeholder{color:var(--text3)}input:disabled,select:disabled,textarea:disabled{opacity:.5;cursor:not-allowed}textarea{resize:vertical;min-height:80px}select option{background:var(--bg2)}.form-hint{font-size:.75rem;color:var(--text3);margin-top:.2rem}.form-error{font-size:.75rem;color:var(--red);margin-top:.2rem}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .5rem;border-radius:4px;font-size:.72rem;font-weight:600;white-space:nowrap}.badge-green{background:#34c75920;color:#34c759}.badge-red{background:#ff3b3020;color:#ff3b30}.badge-orange{background:#ff950020;color:#ff9500}.badge-yellow{background:#ffd60a20;color:#b8960a}.badge-blue{background:#0070f320;color:#0070f3}.badge-gray{background:var(--bg3);color:var(--text2);border:1px solid var(--border)}.badge-purple{background:#bf5af220;color:#bf5af2}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.table-wrap{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border)}table{width:100%;border-collapse:collapse;font-size:.8125rem}th{text-align:left;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text3);padding:.6rem .875rem;border-bottom:1px solid var(--border);white-space:nowrap;background:var(--bg3)}td{padding:.75rem .875rem;border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle}tr:last-child td{border-bottom:none}tbody tr:hover td{background:var(--bg3)}.td-mono{font-family:var(--font-head);font-weight:700;font-size:.875rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0006}.modal-lg{max-width:720px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.25rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg2);z-index:1}.modal-title{font-size:.9375rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.modal-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.modal-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.5rem;background:var(--bg2);position:sticky;bottom:0}.spinner{display:inline-block;width:1rem;height:1rem;border:2px solid var(--border2);border-top-color:var(--accent);border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.loading-page{display:flex;align-items:center;justify-content:center;height:60vh}.toast-container{position:fixed;bottom:1.25rem;right:1.25rem;display:flex;flex-direction:column;gap:.5rem;z-index:9999;pointer-events:none}.toast{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);font-size:.8125rem;box-shadow:0 4px 16px #0000004d;min-width:240px;max-width:360px;animation:slideIn .2s ease;pointer-events:all}.toast-success{border-left:3px solid var(--green)}.toast-error{border-left:3px solid var(--red)}.toast-info{border-left:3px solid var(--accent)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.notif-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;background:var(--red);border-radius:50%;border:2px solid var(--bg2)}.notif-panel{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 8px 32px #0000004d;z-index:100;overflow:hidden}.notif-item{padding:.75rem 1rem;border-bottom:1px solid var(--border);font-size:.8125rem;cursor:pointer;transition:background .1s}.notif-item:hover{background:var(--bg3)}.notif-item:last-child{border-bottom:none}.notif-item.unread{background:var(--accent-light)}.notif-item.unread:hover{background:var(--accent-dim)}.tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.tab{padding:.5rem .875rem;font-size:.8125rem;font-weight:500;color:var(--text2);border:none;background:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s,border-color .12s}.tab:hover{color:var(--text)}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}.divider{height:1px;background:var(--border);margin:.5rem 0}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text3)}.empty-state svg{opacity:.3;margin-bottom:.75rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.75rem}.page-title{font-size:1.25rem;font-weight:700}.page-subtitle{font-size:.875rem;color:var(--text2);margin-top:.2rem}.search-box{position:relative}.search-box input{padding-left:2.25rem}.search-box .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text3);pointer-events:none}.text-mono{font-family:var(--font-head);font-weight:700}.text-muted{color:var(--text2)}.text-small{font-size:.78rem}.gap-1{gap:.5rem}.flex{display:flex}.flex-center{display:flex;align-items:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-title{font-size:.9375rem;font-weight:700}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.8125rem}.info-row:last-child{border-bottom:none}.info-label{color:var(--text2);font-weight:500}.info-value{color:var(--text);font-weight:600}.color-swatch{width:28px;height:28px;border-radius:6px;border:2px solid var(--border);cursor:pointer;transition:border-color .12s}.color-swatch.selected{border-color:var(--text)}.color-swatch:hover{border-color:var(--text2)}.progress{height:6px;background:var(--bg3);border-radius:3px;overflow:hidden}.progress-bar{height:100%;background:var(--accent);border-radius:3px;transition:width .3s}.alert{padding:.75rem 1rem;border-radius:var(--radius);font-size:.8125rem;display:flex;gap:.5rem;align-items:flex-start;border:1px solid}.alert-info{background:var(--accent-light);border-color:var(--accent-dim);color:var(--accent)}.alert-warning{background:#ff950015;border-color:#ff950030;color:var(--orange)}.alert-error{background:#ff3b3015;border-color:#ff3b3030;color:var(--red)}.alert-success{background:#34c75915;border-color:#34c75930;color:var(--green)}@media (max-width: 768px){.sidebar{display:none}.page-content{padding:1rem}.form-row{grid-template-columns:1fr}.modal{max-width:100%;margin:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.modal-overlay{align-items:flex-end;padding:0}}
