:root{--text:#0b1220;--muted:#63708a;--bg0:#070a12;--bg1:#0a1020;--surface:#ffffff14;--surface2:#ffffff1f;--border:#ffffff24;--shadow:0 18px 55px #00000059;--shadow-soft:0 10px 30px #00000040;--radius:16px;--radius-sm:12px;--accent:#ffffffeb;--danger:#ffffffeb;--success:#ffffffeb;--warn:#ffffffeb;--focus:0 0 0 3px #ffffff2e;color:#ffffffeb;background:var(--bg0);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;line-height:1.5}html,body{background:var(--bg0);height:100%}body{min-height:100vh;margin:0;overflow-x:hidden}#root{min-height:100vh}.login-shell{background:var(--bg0);place-items:center;min-height:100vh;padding:40px 20px;display:grid;position:relative;overflow-x:hidden}.login-shell:before{content:"";pointer-events:none;display:none;position:fixed;inset:0}.login-card{-webkit-backdrop-filter:blur(22px);background:linear-gradient(145deg,#ffffff1b,#ffffff0b);border:1px solid #ffffff1a;border-radius:24px;width:min(440px,100%);padding:34px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000006b,inset 0 1px #ffffff1f}.login-card:after{content:"";pointer-events:none;opacity:.85;background:radial-gradient(circle at 18% 10%,#ffffff29,#0000 22%),radial-gradient(circle at 90% 88%,#dc26261f,#0000 28%);position:absolute;inset:-1px}.login-content{z-index:1;width:100%;position:relative}.login-brand{text-align:center;justify-items:center;gap:18px;margin-bottom:30px;display:grid}.login-logo{background:#ffffff13;border:1px solid #ffffff1f;border-radius:18px;place-items:center;width:132px;height:64px;padding:8px 12px;display:grid;overflow:hidden;box-shadow:inset 0 1px #ffffff1f,0 14px 30px #0000003d}.login-logo img{object-fit:contain;filter:drop-shadow(0 8px 12px #0000004d);width:100%;height:100%;display:block}.login-logo-fallback{letter-spacing:.08em;color:#ffffffe6;font-size:13px;font-weight:800}.login-brand h1{letter-spacing:-.055em;color:#fffffff5;margin:0;font-size:clamp(30px,5vw,38px);line-height:1.05}.login-brand p{color:#ffffff8f;max-width:330px;margin:10px 0 0;font-size:14px;line-height:1.6}.login-fields{gap:14px;display:grid}.login-field{gap:8px;display:grid}.login-field>span{color:#ffffffb8;font-size:13px;font-weight:650}.login-field input{color:#ffffffeb;width:100%;height:52px;font:inherit;background:#ffffff0e;border:1px solid #ffffff1b;border-radius:12px;outline:none;padding:0 16px;transition:border-color .18s,background .18s,box-shadow .18s}.login-field input::placeholder{color:#ffffff52}.login-field input:focus{background:#ffffff14;border-color:#ffffff38;box-shadow:0 0 0 4px #ffffff0e}.login-button{cursor:pointer;color:#fffffff5;letter-spacing:-.01em;background:linear-gradient(135deg,#fff3,#ffffff14),#ffffff14;border:0;border-radius:12px;width:100%;height:54px;margin-top:22px;font-size:15px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:inset 0 1px #fff3,0 16px 34px #0000004d}.login-button:hover{background:linear-gradient(135deg,#ffffff40,#ffffff1a),#ffffff1a;transform:translateY(-1px);box-shadow:inset 0 1px #ffffff38,0 20px 44px #00000061}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-error{color:#ffffffeb;background:#dc26261f;border:1px solid #ffffff1f;border-radius:14px;margin-top:14px;padding:10px 12px}.login-note{color:#ffffff94;background:#ffffff0e;border:1px solid #ffffff17;border-radius:16px;gap:12px;margin-top:20px;padding:14px 15px;font-size:13px;line-height:1.55;display:flex}.login-note strong{color:#ffffffd1;font-weight:750}.login-note-icon{color:#f59e0bf2;background:#f59e0b1f;border:1px solid #f59e0b3d;border-radius:11px;flex:none;place-items:center;width:30px;height:30px;font-weight:900;display:grid}.login-api{text-align:center;opacity:.85;margin-top:12px;font-size:12px}@media (width<=520px){.login-shell{place-items:start center;padding:14px}.login-card{border-radius:20px;margin-top:28px;padding:24px}.login-brand{gap:16px;margin-bottom:26px}.login-logo{width:120px;height:58px}.login-brand h1{font-size:30px}.login-field input,.login-button{height:50px}.login-note{align-items:flex-start}}*{box-sizing:border-box}a{color:inherit}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95em}.container{max-width:1180px;margin:0 auto;padding:20px}@media (width<=640px){.container{padding:14px}}.card{background:linear-gradient(180deg, var(--surface2), var(--surface));border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:16px}.row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.muted{color:#ffffffb8}.link{color:#ffffffdb;text-decoration:none}.link:hover{text-decoration:underline}.btn{appearance:none;border:1px solid var(--border);cursor:pointer;color:#ffffffeb;background:#ffffff14;border-radius:12px;padding:10px 12px;transition:transform .12s,background .12s,border-color .12s}.btn:hover{background:#ffffff1f}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:focus-visible{box-shadow:var(--focus);outline:none}.btn-primary{background:linear-gradient(#ffffff2e,#ffffff14);border-color:#ffffff38}.btn-primary:hover{background:linear-gradient(#ffffff38,#ffffff1a)}.btn-danger{background:linear-gradient(#ffffff29,#ffffff0f);border-color:#ffffff38}.btn-danger:hover{background:linear-gradient(#ffffff38,#ffffff14)}.btn-success{background:linear-gradient(#22c55e38,#22c55e1a);border-color:#22c55e80}.btn-success:hover{background:linear-gradient(#22c55e47,#22c55e24)}.btn-ghost{background:0 0;border-color:#0000}.btn-ghost:hover{background:#ffffff14}.icon-btn{place-items:center;width:40px;height:40px;padding:0;display:grid}.input,input,select,textarea{color:#ffffffeb;border:1px solid var(--border);background:#00000038;border-radius:12px;outline:none;padding:10px 12px}input::placeholder,textarea::placeholder{color:#ffffff7a}input:focus,select:focus,textarea:focus{box-shadow:var(--focus);border-color:#ffffff40}select option,select optgroup{background-color:var(--bg1);color:#ffffffeb}.page{gap:12px;display:grid}.page-header{gap:6px;display:grid}.page-title{letter-spacing:.2px;margin:0;font-size:20px}.page-subtitle{margin:0}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.table-wrap{border:1px solid var(--border);background:#00000024;border-radius:12px;overflow-x:auto}table.table{border-collapse:collapse;width:100%}table.table th,table.table td{text-align:left;vertical-align:top;border-bottom:1px solid #ffffff14;padding:10px}table.table th{color:#ffffffd6;white-space:nowrap;font-weight:650}.badge{border:1px solid var(--border);background:#ffffff14;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:inline-flex}.badge-success,.badge-warn{background:#ffffff0f;border-color:#ffffff2e}.badge-danger{background:#ffffff0f;border-color:#ffffff38}.dash-card{-webkit-backdrop-filter:blur(22px);background:linear-gradient(145deg,#ffffff1b,#ffffff0b);border-color:#ffffff1a;border-radius:24px;padding:22px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000006b,inset 0 1px #ffffff1f}.dash-card:before{content:"";pointer-events:none;opacity:.9;background:radial-gradient(circle at 12% 0,#ffffff21,#0000 20%),radial-gradient(circle at 92% 100%,#dc26261a,#0000 26%);position:absolute;inset:0}.dash-card>*{z-index:1;position:relative}.dash-error{color:#ef4444f2;font-size:13px}.dash-card .btn{color:#ffffffdb;background:linear-gradient(135deg,#ffffff24,#ffffff0f),#ffffff0e;border:1px solid #ffffff24;border-radius:12px;min-height:40px;padding:0 14px;font-size:13px;font-weight:750;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;box-shadow:inset 0 1px #ffffff24,0 12px 24px #00000038}.dash-card .btn:hover{background:linear-gradient(135deg,#ffffff2e,#ffffff14),#ffffff13;transform:translateY(-1px)}.dash-card .btn:active{transform:translateY(0)}.dash-card .btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.dash-card .btn-ghost{box-shadow:none;background:#ffffff0b;border-color:#ffffff1f}.dash-card .btn-ghost:hover{background:#ffffff12}.dash-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.dash-card-title{letter-spacing:-.02em;font-weight:800}.dash-summary{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.dash-stat{background:#ffffff0c;border:1px solid #ffffff12;border-radius:14px;padding:14px;box-shadow:inset 0 1px #ffffff0f}.dash-stat small{color:#ffffff80;font-size:12px;display:block}.dash-stat b{letter-spacing:-.055em;margin-top:8px;font-size:28px;display:block}.dash-search{background:#ffffff0d;border-color:#ffffff24;border-radius:12px;width:100%;height:48px;padding:0 15px}.dash-search::placeholder{color:#ffffff52}.dash-search:focus{background:#ffffff13;border-color:#ffffff38;box-shadow:0 0 0 4px #ffffff0e}.dash-counts{align-items:center;gap:10px;display:inline-flex}.dash-count{letter-spacing:-.01em;background:#ffffff0a;border:1px solid #ffffff24;border-radius:999px;place-items:center;min-width:34px;height:34px;font-size:13px;font-weight:850;display:inline-grid}.dash-count-sep{color:#ffffff6b;font-weight:700}.dash-count.is-ok{color:#22c55e;background:#22c55e1f;border-color:#22c55e59}.dash-count.is-warn{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b59}.dash-count.is-danger{color:#ef4444;background:#ef44441f;border-color:#ef444459}.dash-status{letter-spacing:-.01em;white-space:nowrap;background:#ffffff0d;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:10px;padding:8px 14px;font-size:13px;font-weight:850;display:inline-flex}.dash-status:before{content:"";background:#ffffff59;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 4px #ffffff14}.dash-status.is-submitted{color:#22c55e;background:#22c55e14;border-color:#22c55e52}.dash-status.is-submitted:before{background:#22c55e;box-shadow:0 0 0 4px #22c55e24}.dash-status.is-draft{color:#ffffffc7;background:#f59e0b0f;border-color:#f59e0b38}.dash-status.is-draft:before{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b1f}.dash-status.is-not-started{color:#ffffffad}.dash-status.is-not-started:before{background:#ffffff47;box-shadow:0 0 0 4px #ffffff14}.dash-detail-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.dash-detail-title{min-width:0}.dash-detail-h{letter-spacing:-.02em;font-weight:900}.dash-detail-sub{margin-top:4px;font-size:13px}.dash-detail-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dash-notice{color:#ffffffb8;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:14px;padding:12px}.dash-submitted{color:#ffffffb8;font-size:13px}.dash-submitted strong{color:#ffffffeb}.dash-full{width:100%}.dash-desktop{display:block}.dash-card .table-wrap{background:#ffffff08;border-color:#ffffff1a;border-radius:18px}.dash-card table.table th,.dash-card table.table td{border-bottom-color:#ffffff0f;padding:14px}.dash-card table.table th{color:#ffffffd1;font-weight:800}.dash-card table.table td{color:#ffffffd6}.dash-mobile-list{gap:12px;display:none}.dash-empty{color:#ffffffb8;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:14px;padding:12px}.dash-asset-card{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:18px;gap:12px;padding:14px;display:grid}.dash-asset-card.is-danger{background:#ef444414;border-color:#ef444459}.dash-asset-card.is-warning{background:#eab30814;border-color:#eab30859}.dash-asset-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dash-asset-title{gap:2px;min-width:0;display:grid}.dash-asset-title strong{letter-spacing:-.02em}.dash-asset-status{white-space:nowrap}.dash-fields{gap:10px;display:grid}.dash-field-row{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.dash-field-row>span:first-child{color:#fff9;font-size:13px}.dash-result-card{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:18px;gap:12px;padding:14px;display:grid}.dash-result-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dash-result-title{gap:4px;min-width:0;display:grid}.dash-result-status code{font-size:12px}.dash-thumb-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dash-thumb{object-fit:cover;border:1px solid #ffffff24;border-radius:12px;width:56px;height:56px;display:block}.dash-thumb-more{font-size:12px}@media (width<=860px){.dash-summary{grid-template-columns:repeat(2,1fr)}.dash-desktop{display:none}.dash-mobile-list{display:grid}}.tasks-card{-webkit-backdrop-filter:blur(22px);background:linear-gradient(145deg,#ffffff1b,#ffffff0b);border-color:#ffffff1a;border-radius:24px;padding:22px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000006b,inset 0 1px #ffffff1f}.tasks-card:before{content:"";pointer-events:none;opacity:.9;background:radial-gradient(circle at 12% 0,#ffffff21,#0000 20%),radial-gradient(circle at 92% 100%,#dc26261a,#0000 26%);position:absolute;inset:0}.tasks-card>*{z-index:1;position:relative}.tasks-card .btn{color:#ffffffdb;white-space:nowrap;background:linear-gradient(135deg,#ffffff24,#ffffff0f),#ffffff0e;border:1px solid #ffffff24;border-radius:12px;min-height:40px;padding:0 14px;font-size:13px;font-weight:750;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s;box-shadow:inset 0 1px #ffffff24,0 12px 24px #00000038}.tasks-card .btn:hover{background:linear-gradient(135deg,#ffffff2e,#ffffff14),#ffffff13;transform:translateY(-1px)}.tasks-card .btn:active{transform:translateY(0)}.tasks-card .btn:disabled{opacity:.52;cursor:not-allowed;transform:none}.tasks-card .btn-ghost{box-shadow:none;background:#ffffff0b}.tasks-card .btn-ghost:hover{background:#ffffff12}.tasks-btn-danger{background:linear-gradient(135deg,#dc26265c,#dc262624);border-color:#ef444438}.tasks-toolbar{grid-template-columns:1.1fr 1.1fr 1.2fr 1.8fr auto;align-items:end;gap:12px;display:grid}.tasks-field{gap:7px;display:grid}.tasks-field>span{color:#ffffff9e;font-size:12px;font-weight:750}.tasks-field input,.tasks-field select{background:#ffffff0d;min-height:44px;padding:0 13px}.tasks-field input::placeholder{color:#ffffff52}.tasks-card-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;display:flex}.tasks-card-title{letter-spacing:-.04em;color:#ffffffeb;font-size:22px;font-weight:850}.tasks-total{color:#ffffff6b;font-size:13px;font-weight:700}.tasks-desktop{display:block}.tasks-mobile-list{display:none}.tasks-card .table-wrap{background:#ffffff06;border-color:#ffffff13;border-radius:16px}.tasks-card table.table{min-width:980px}.tasks-card table.table th,.tasks-card table.table td{vertical-align:middle;border-bottom-color:#fff1;padding:14px;font-size:13px}.tasks-card table.table th{color:#ffffff7a;background:#ffffff09;font-weight:750}.tasks-card table.table td{color:#ffffffb8}.tasks-card tbody tr:hover{background:#ffffff09}.tasks-asset-code{color:#ffffffe6;font-weight:780}.tasks-asset-name{color:#ffffff6b;margin-top:4px;font-size:12px;line-height:1.35}.tasks-param-name{color:#ffffffe6;font-weight:780}.tasks-param-code{color:#ffffff6b;margin-top:4px;font-size:12px;line-height:1.35}.tasks-badge{background:#ffffff0b;border:1px solid #ffffff13;border-radius:999px;align-items:center;gap:7px;min-height:28px;padding:0 10px;font-size:12px;font-weight:750;display:inline-flex}.tasks-badge:before{content:"";background:currentColor;border-radius:999px;width:7px;height:7px;box-shadow:0 0 0 5px #ffffff0f}.tasks-card .badge-danger{color:#ef4444fa;background:#ef44441c;border-color:#ef444438}.tasks-card .badge-warn{color:#f59e0bfa;background:#f59e0b1a;border-color:#f59e0b33}.tasks-card .badge-success{color:#22c55ef2;background:#22c55e18;border-color:#22c55e2e}.tasks-empty{text-align:center;color:#ffffff6b;background:#ffffff08;border:1px solid #ffffff13;border-radius:16px;padding:18px 14px}.tasks-task-card,.tasks-result-card{background:#ffffff0b;border:1px solid #ffffff13;border-radius:16px;padding:15px}.tasks-task-card+.tasks-task-card,.tasks-result-card+.tasks-result-card{margin-top:12px}.tasks-task-card-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.tasks-task-title strong{color:#ffffffeb;letter-spacing:-.02em;font-size:15px;display:block}.tasks-task-title span{color:#ffffff94;margin-top:4px;font-size:13px;line-height:1.35;display:block}.tasks-card-fields{gap:10px;margin:12px 0;display:grid}.tasks-row{border-top:1px solid #fff1;justify-content:space-between;gap:14px;padding-top:10px;font-size:13px;display:flex}.tasks-row span:first-child{color:#ffffff6b}.tasks-row span:last-child{color:#ffffffb8;text-align:right}.tasks-full{width:100%}.tasks-detail-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.tasks-detail-h{letter-spacing:-.045em;font-size:clamp(22px,4vw,30px);font-weight:900;line-height:1.15}.tasks-detail-sub{color:#ffffff9e;margin-top:8px;font-size:14px;line-height:1.55}.tasks-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.tasks-notice{color:#ffffffbd;background:#f59e0b1a;border:1px solid #f59e0b38;border-radius:16px;padding:16px;font-size:14px;line-height:1.55}.tasks-task-summary{gap:16px;display:grid}.tasks-summary-main{background:#ffffff0b;border:1px solid #ffffff13;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px;display:flex}.tasks-summary-h{letter-spacing:-.045em;font-size:clamp(22px,4vw,30px);font-weight:900;line-height:1.15}.tasks-summary-p{color:#ffffff9e;margin-top:8px;font-size:14px;line-height:1.55}.tasks-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.tasks-info-grid,.tasks-report-info{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.tasks-info{background:#ffffff0a;border:1px solid #ffffff13;border-radius:16px;padding:15px}.tasks-info span{color:#ffffff6b;font-size:12px;display:block}.tasks-info strong{color:#ffffffc7;margin-top:7px;font-size:14px;line-height:1.45;display:block}.tasks-section-head{margin-bottom:14px}.tasks-section-title{letter-spacing:-.04em;color:#ffffffeb;font-size:22px;font-weight:850}.tasks-section-sub{max-width:720px;margin-top:7px;font-size:14px;line-height:1.6}.tasks-imgs{flex-wrap:wrap;align-items:center;gap:7px;min-width:130px;display:flex}.tasks-thumb{object-fit:cover;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:11px;width:42px;height:42px}.tasks-more{color:#ffffff9e;font-size:12px;font-weight:800}.tasks-related{outline-offset:-3px;background:#f59e0b13;outline:1px solid #f59e0b6b}tr.tasks-related td{background:#f59e0b13}.tasks-supervisor{gap:14px;display:grid}.tasks-textarea{color:#ffffffeb;resize:vertical;background:#ffffff0d;border:1px solid #ffffff24;border-radius:12px;outline:none;min-height:118px;padding:13px;line-height:1.55}.tasks-textarea::placeholder{color:#ffffff52}.tasks-textarea:focus{background:#ffffff13;border-color:#ffffff38;box-shadow:0 0 0 4px #ffffff0e}.tasks-closed{color:#ffffffbd;background:#22c55e18;border:1px solid #22c55e38;border-radius:16px;padding:16px;font-size:14px;line-height:1.55}@media (width<=980px){.tasks-toolbar{grid-template-columns:repeat(2,1fr)}.tasks-search{grid-column:1/-1}.tasks-toolbar .btn{grid-column:1/-1;min-height:44px}.tasks-info-grid,.tasks-report-info{grid-template-columns:1fr}}@media (width<=860px){.tasks-desktop{display:none}.tasks-mobile-list{display:block}.tasks-detail-head{flex-direction:column;align-items:stretch}.tasks-detail-title{width:100%}.tasks-actions{flex-direction:column;width:100%}.tasks-summary-main{flex-direction:column;align-items:stretch}.tasks-badges{justify-content:stretch;width:100%}.tasks-actions{justify-content:stretch}.tasks-actions .btn,.tasks-badges .badge{justify-content:center;width:100%}}.history-shell{--history-border:#ffffff1a;--history-border2:#ffffff13}.history-title{letter-spacing:-.055em;font-size:clamp(30px,4vw,44px);line-height:1.05}.history-subtitle{color:#ffffff9e;max-width:760px;margin-top:9px;font-size:14px;line-height:1.65}.history-glass{border:1px solid var(--history-border);-webkit-backdrop-filter:blur(22px);background:linear-gradient(145deg,#ffffff1b,#ffffff0b);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000006b,inset 0 1px #ffffff1f}.history-glass:before{content:"";pointer-events:none;opacity:.9;background:radial-gradient(circle at 12% 0,#ffffff21,#0000 20%),radial-gradient(circle at 92% 100%,#dc26261a,#0000 26%);position:absolute;inset:0}.history-inner{z-index:1;padding:24px;position:relative}.history-toolbar{grid-template-columns:repeat(6,1fr);align-items:end;gap:12px;display:grid}.history-field{gap:7px;display:grid}.history-field label{color:#ffffff9e;font-size:12px;font-weight:750}.history-search{grid-column:span 2}.history-control{border:1px solid var(--history-border);color:#ffffffeb;background:#ffffff0d;border-radius:12px;outline:none;width:100%;min-height:44px;padding:0 13px;transition:border-color .18s,background .18s,box-shadow .18s}.history-control::placeholder{color:#ffffff52}.history-control:focus{background:#ffffff13;border-color:#ffffff38;box-shadow:0 0 0 4px #ffffff0e}.history-shell .btn{border:1px solid var(--history-border);color:#ffffffdb;white-space:nowrap;background:linear-gradient(135deg,#ffffff24,#ffffff0f),#ffffff0e;border-radius:12px;min-height:44px;padding:0 14px;font-size:13px;font-weight:750;box-shadow:inset 0 1px #ffffff24,0 12px 24px #00000038}.history-shell .btn:hover{background:linear-gradient(135deg,#ffffff2e,#ffffff14),#ffffff13;transform:translateY(-1px)}.history-shell .btn:disabled{opacity:.52;cursor:not-allowed;transform:none}.history-shell .btn.btn-ghost,.history-shell .btn.history-btn-ghost{box-shadow:none;background:#ffffff0b}.history-shell .btn.btn-ghost:hover,.history-shell .btn.history-btn-ghost:hover{background:#ffffff12}.history-shell .btn.btn-success,.history-shell .btn.history-btn-success{color:#22c55ef2;background:#22c55e18;border-color:#22c55e2e;box-shadow:inset 0 1px #ffffff1f,0 12px 24px #00000038}.history-card-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.history-card-head h2{letter-spacing:-.04em;color:#ffffffeb;margin:0;font-size:22px}.history-total{color:#ffffff6b;font-size:13px;font-weight:700}.history-table-shell{border:1px solid var(--history-border2);background:#ffffff06;border-radius:16px;overflow-x:auto}.history-table{border-collapse:collapse;width:100%;min-width:1080px}.history-table th,.history-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #fff1;padding:14px;font-size:13px}.history-table th{color:#ffffff7a;white-space:nowrap;background:#ffffff09;font-weight:750}.history-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;color:#ffffffa8}.history-table td{color:#ffffffb8}.history-table tbody tr:hover{background:#ffffff09}.history-table tbody tr:last-child td{border-bottom:0}.history-row-warning{background:#f59e0b0e}.history-row-danger{background:#ef444412}.history-code,.history-param{color:#ffffffe6;font-weight:780}.history-param-code{color:#ffffff6b;margin-top:4px;font-size:12px;line-height:1.35}.history-counts{white-space:nowrap;gap:6px;display:inline-flex}.history-pill{border:1px solid var(--history-border2);border-radius:999px;place-items:center;min-width:30px;height:26px;padding:0 8px;font-size:12px;font-weight:800;display:inline-grid}.history-pill.is-ok{color:#22c55ef2;background:#22c55e18;border-color:#22c55e2e}.history-pill.is-warn{color:#f59e0bfa;background:#f59e0b1a;border-color:#f59e0b33}.history-pill.is-danger{color:#ef4444fa;background:#ef44441c;border-color:#ef444438}.history-badge{border:1px solid var(--history-border2);color:#ffffffb8;white-space:nowrap;background:#ffffff0b;border-radius:999px;align-items:center;gap:7px;min-height:28px;padding:0 10px;font-size:12px;font-weight:750;display:inline-flex}.history-badge.is-ok{color:#22c55ef2;background:#22c55e18;border-color:#22c55e2e}.history-badge.is-warn{color:#f59e0bfa;background:#f59e0b1a;border-color:#f59e0b33}.history-badge.is-danger{color:#ef4444fa;background:#ef44441c;border-color:#ef444438}.history-empty{text-align:center;color:#ffffff6b;padding:24px!important}.history-mobile-list{display:none}.history-card,.result-card{border:1px solid var(--history-border2);background:#ffffff0b;border-radius:16px;padding:15px}.history-card+.history-card,.result-card+.result-card{margin-top:12px}.history-card-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.history-card-title strong{color:#ffffffeb;letter-spacing:-.02em;font-size:15px;display:block}.history-card-title span{color:#ffffff6b;margin-top:4px;font-size:12px;line-height:1.35;display:block}.history-rows{gap:10px;margin:12px 0;display:grid}.history-row{border-top:1px solid #fff1;justify-content:space-between;gap:14px;padding-top:10px;font-size:13px;display:flex}.history-row span:first-child{color:#ffffff6b}.history-row span:last-child{color:#ffffffb8;text-align:right}.history-full{width:100%}.history-detail-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.history-info{border:1px solid var(--history-border2);background:#ffffff0a;border-radius:16px;padding:14px}.history-info span{color:#ffffff6b;font-size:12px;display:block}.history-info strong{color:#ffffffc7;margin-top:7px;font-size:13px;line-height:1.45;display:block}.history-imgs{flex-wrap:wrap;align-items:center;gap:7px;min-width:130px;display:flex}.history-thumb{object-fit:cover;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:11px;width:42px;height:42px;display:block}.history-more{color:#ffffff9e;font-size:12px;font-weight:800}@media (width<=1100px){.history-toolbar{grid-template-columns:repeat(3,1fr)}.history-search{grid-column:span 2}}@media (width<=860px){.history-desktop-table{display:none}.history-mobile-list{display:block}.history-inner{padding:18px}.history-detail-grid{grid-template-columns:1fr}}@media (width<=560px){.history-toolbar{grid-template-columns:1fr}.history-glass{border-radius:20px}.history-inner{padding:16px}}.history-modal-backdrop.modal-backdrop{-webkit-backdrop-filter:blur(10px);background:#00000085;justify-content:center;align-items:center;padding:22px;display:flex}.history-modal.modal{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(145deg,#121826f0,#0a1020e6);border:1px solid #ffffff1a;border-radius:24px;width:min(980px,100%);max-height:min(86vh,900px);overflow:auto;box-shadow:0 24px 90px #0000008c}.history-modal .modal-header{z-index:2;-webkit-backdrop-filter:blur(16px);background:#0a1020d1;border-bottom:1px solid #ffffff1a;align-items:flex-start;padding:22px 22px 16px;position:sticky;top:0}.history-modal .modal-body{padding:22px}.opdash-shell{--opdash-b:#ffffff1a;--opdash-b2:#ffffff13}.opdash-title{letter-spacing:-.055em;font-size:clamp(30px,4vw,44px);line-height:1.05}.opdash-subtitle{color:#ffffff9e;max-width:760px;margin-top:9px;font-size:14px;line-height:1.65}.opdash-glass{border:1px solid var(--opdash-b);-webkit-backdrop-filter:blur(22px);background:linear-gradient(145deg,#ffffff1b,#ffffff0b);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000006b,inset 0 1px #ffffff1f}.opdash-glass+.opdash-glass{margin-top:18px}.opdash-glass:before{content:"";pointer-events:none;opacity:.9;background:radial-gradient(circle at 12% 0,#ffffff21,#0000 20%),radial-gradient(circle at 92% 100%,#dc26261a,#0000 26%);position:absolute;inset:0}.opdash-inner{z-index:1;padding:24px;position:relative}.opdash-toolbar{grid-template-columns:1fr 1.5fr 1.2fr 2fr auto auto;align-items:end;gap:12px;display:grid}.opdash-field{gap:7px;display:grid}.opdash-field label{color:#ffffff9e;font-size:12px;font-weight:750}.opdash-search{grid-column:span 1}.opdash-control{border:1px solid var(--opdash-b);color:#ffffffeb;background:#ffffff0d;border-radius:12px;outline:none;width:100%;min-height:44px;padding:0 13px;transition:border-color .18s,background .18s,box-shadow .18s}.opdash-control::placeholder{color:#ffffff52}.opdash-control:focus{background:#ffffff13;border-color:#ffffff38;box-shadow:0 0 0 4px #ffffff0e}select.opdash-control{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;appearance:auto;-webkit-appearance:menulist;background-color:#ffffff0d}select.opdash-control option{color:#0b1220!important;background:#fff!important}.opdash-shell .btn{border:1px solid var(--opdash-b);color:#ffffffdb;white-space:nowrap;background:linear-gradient(135deg,#ffffff24,#ffffff0f),#ffffff0e;border-radius:12px;min-height:44px;padding:0 14px;font-size:13px;font-weight:750;box-shadow:inset 0 1px #ffffff24,0 12px 24px #00000038}.opdash-shell .btn:hover{transform:translateY(-1px)}.opdash-shell .btn:disabled{opacity:.52;cursor:not-allowed;transform:none}.opdash-shell .btn.btn-ghost,.opdash-shell .btn.opdash-btn-ghost{box-shadow:none;background:#ffffff0b;min-height:40px}.opdash-summary{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.opdash-summary-item{border:1px solid var(--opdash-b2);background:#ffffff0c;border-radius:16px;padding:16px}.opdash-summary-item span{color:#ffffff6b;font-size:12px;display:block}.opdash-summary-item strong{color:#fffffff0;letter-spacing:-.055em;margin-top:8px;font-size:28px;font-weight:850;display:block}.opdash-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.opdash-head h2{letter-spacing:-.04em;color:#ffffffeb;margin:0;font-size:22px}.opdash-table-shell{border:1px solid var(--opdash-b2);background:#ffffff06;border-radius:16px;overflow-x:auto}.opdash-table{border-collapse:collapse;width:100%;min-width:920px}.opdash-table th,.opdash-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #fff1;padding:14px;font-size:13px}.opdash-table th{color:#ffffff7a;white-space:nowrap;background:#ffffff09;font-weight:750}.opdash-table td{color:#ffffffb8}.opdash-table tbody tr:hover{background:#ffffff09}.opdash-table tbody tr:last-child td{border-bottom:0}.opdash-code,.opdash-param{color:#ffffffe6;font-weight:780}.opdash-name,.opdash-param-code{color:#ffffff6b;margin-top:4px;font-size:12px;line-height:1.35}.opdash-badge{border:1px solid var(--opdash-b2);color:#ffffffb8;white-space:nowrap;background:#ffffff0b;border-radius:999px;align-items:center;gap:7px;min-height:28px;padding:0 10px;font-size:12px;font-weight:750;display:inline-flex}.opdash-dot{background:currentColor;border-radius:99px;width:7px;height:7px}.opdash-badge.report{color:#22c55ef2;background:#22c55e18;border-color:#22c55e2e}.opdash-badge.closed{color:#f59e0bfa;background:#f59e0b1a;border-color:#f59e0b33}.opdash-badge.danger{color:#ef4444fa;background:#ef44441c;border-color:#ef444438}.opdash-muted{color:#ffffff6b}.opdash-empty{text-align:center;color:#ffffff6b;padding:24px!important}.opdash-mobile-list{display:none}.opdash-activity-card,.opdash-result-card{border:1px solid var(--opdash-b2);background:#ffffff0b;border-radius:16px;padding:15px}.opdash-activity-card+.opdash-activity-card,.opdash-result-card+.opdash-result-card{margin-top:12px}.opdash-card-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.opdash-card-title strong{color:#ffffffeb;font-size:15px;display:block}.opdash-card-title span{color:#ffffff94;margin-top:4px;font-size:13px;line-height:1.35;display:block}.opdash-rows{gap:10px;margin:12px 0;display:grid}.opdash-row{border-top:1px solid #fff1;justify-content:space-between;gap:14px;padding-top:10px;font-size:13px;display:flex}.opdash-row span:first-child{color:#ffffff6b}.opdash-row span:last-child{color:#ffffffb8;text-align:right}.opdash-full{width:100%}.opdash-detail-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.opdash-detail-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.opdash-detail-title h2{letter-spacing:-.045em;margin:0;font-size:clamp(22px,4vw,30px);line-height:1.15}.opdash-detail-title p{color:#ffffff9e;margin-top:8px;font-size:14px}.opdash-notice{color:#ffffffbd;background:#22c55e18;border:1px solid #22c55e38;border-radius:16px;padding:16px;font-size:14px;line-height:1.55}.opdash-summary-main{border:1px solid var(--opdash-b2);background:#ffffff0b;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;padding:18px;display:flex}.opdash-summary-main h2{margin:0;font-size:clamp(22px,4vw,30px)}.opdash-summary-main p{color:#ffffff9e;margin-top:8px;font-size:14px;line-height:1.55}.opdash-info-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.opdash-info{border:1px solid var(--opdash-b2);background:#ffffff0a;border-radius:16px;padding:15px}.opdash-info span{color:#ffffff6b;font-size:12px;display:block}.opdash-info strong{color:#ffffffc7;margin-top:7px;font-size:14px;line-height:1.45;display:block}.opdash-section-head{margin-bottom:14px}.opdash-section-head h2{letter-spacing:-.04em;color:#ffffffeb;margin:0;font-size:22px}.opdash-section-head p{color:#ffffff9e;max-width:720px;margin-top:7px;font-size:14px;line-height:1.6}.opdash-imgs{flex-wrap:wrap;align-items:center;gap:7px;min-width:130px;display:flex}.opdash-thumb{object-fit:cover;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:11px;width:42px;height:42px;display:block}.opdash-more{color:#ffffff9e;font-size:12px;font-weight:800}.opdash-related{outline-offset:-3px;background:#f59e0b13;outline:1px solid #f59e0b6b}@media (width<=1040px){.opdash-toolbar{grid-template-columns:repeat(3,1fr)}.opdash-search{grid-column:1/-1}.opdash-info-grid{grid-template-columns:1fr}}@media (width<=860px){.opdash-toolbar{grid-template-columns:1fr 1fr}.opdash-search{grid-column:1/-1}.opdash-summary{grid-template-columns:1fr}.opdash-desktop-table{display:none}.opdash-mobile-list{display:block}.opdash-inner{padding:18px}.opdash-head,.opdash-detail-head,.opdash-summary-main{flex-direction:column;align-items:stretch}.opdash-detail-actions{justify-content:stretch}.opdash-detail-actions .btn{width:100%}}@media (width<=560px){.opdash-toolbar{grid-template-columns:1fr}.opdash-glass{border-radius:20px}.opdash-inner{padding:16px}}.daily-shell{--daily-border:#ffffff1a;--daily-border2:#ffffff13;--daily-success:#22c55e;--daily-warning:#f59e0b;--daily-danger:#ef4444}.daily-title{letter-spacing:-.055em;font-size:clamp(30px,4vw,44px);line-height:1.05}.daily-subtitle{color:#ffffff9e;max-width:760px;margin-top:9px;font-size:14px;line-height:1.65}.daily-glass{border:1px solid var(--daily-border);-webkit-backdrop-filter:blur(22px);background:linear-gradient(145deg,#ffffff1b,#ffffff0b);border-radius:24px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000006b,inset 0 1px #ffffff1f}.daily-glass:before{content:"";pointer-events:none;opacity:.9;background:radial-gradient(circle at 12% 0,#ffffff21,#0000 20%),radial-gradient(circle at 92% 100%,#dc26261a,#0000 26%);position:absolute;inset:0}.daily-inner{z-index:1;padding:24px;position:relative}.daily-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.daily-head h2{letter-spacing:-.04em;color:#ffffffeb;margin:0;font-size:22px}.daily-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.daily-control{border:1px solid var(--daily-border);color:#ffffffeb;background:#ffffff0d;border-radius:12px;outline:none;width:100%;min-height:46px;padding:0 14px;transition:border-color .16s,background .16s,box-shadow .16s}.daily-control::placeholder{color:#ffffff52}.daily-control:focus{background:#ffffff13;border-color:#ffffff38;box-shadow:0 0 0 4px #ffffff0e}.daily-textarea{resize:vertical;min-height:104px;padding:13px;line-height:1.55}.daily-table-shell{border:1px solid var(--daily-border2);background:#ffffff06;border-radius:16px;overflow-x:auto}.daily-table{border-collapse:collapse;width:100%;min-width:900px}.daily-table th,.daily-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #fff1;padding:14px;font-size:13px}.daily-table th{color:#ffffff7a;white-space:nowrap;background:#ffffff09;font-weight:750}.daily-table td{color:#ffffffb8}.daily-table tbody tr:hover{background:#ffffff09}.daily-table tbody tr:last-child td{border-bottom:0}.daily-code,.daily-param-name{color:#ffffffe6;font-weight:780}.daily-param-code{color:#ffffff6b;margin-top:4px;font-size:12px;line-height:1.35}.daily-badge{border:1px solid var(--daily-border2);color:#ffffffb8;white-space:nowrap;background:#ffffff0b;border-radius:999px;align-items:center;gap:7px;min-height:28px;padding:0 10px;font-size:12px;font-weight:750;display:inline-flex}.daily-badge.ok{color:#22c55ef2;background:#22c55e18;border-color:#22c55e2e}.daily-badge.draft{color:#f59e0bfa;background:#f59e0b1a;border-color:#f59e0b33}.daily-badge.danger{color:#ef4444fa;background:#ef44441c;border-color:#ef444438}.daily-dot{background:currentColor;border-radius:99px;width:7px;height:7px}.daily-empty{text-align:center;color:#ffffff6b;padding:24px!important}.daily-mobile-list{display:none}.daily-asset-card,.daily-param-card{border:1px solid var(--daily-border2);background:#ffffff0b;border-radius:16px;padding:15px}.daily-asset-card+.daily-asset-card{margin-top:12px}.daily-param-card+.daily-param-card{margin-top:18px}.daily-card-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.daily-card-title strong{color:#ffffffeb;font-size:15px;display:block}.daily-card-title span{color:#ffffff94;margin-top:4px;font-size:13px;line-height:1.35;display:block}.daily-rows{gap:10px;margin:12px 0;display:grid}.daily-row{border-top:1px solid #fff1;justify-content:space-between;gap:14px;padding-top:10px;font-size:13px;display:flex}.daily-row span:first-child{color:#ffffff6b}.daily-row span:last-child{color:#ffffffb8;text-align:right}.daily-full{width:100%}.daily-detail-title-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.daily-detail-title h2{letter-spacing:-.045em;font-size:clamp(22px,4vw,30px);line-height:1.15}.daily-detail-title p{color:#ffffff9e;margin-top:8px;font-size:14px;line-height:1.6}.daily-indicators{grid-template-columns:repeat(2,1fr);gap:12px;margin:14px 0;display:grid}.daily-indicator{border:1px solid var(--daily-border2);background:#ffffff0a;border-radius:16px;padding:15px}.daily-indicator span{color:#ffffff6b;font-size:12px;display:block}.daily-indicator strong{color:#ffffffdb;margin-top:7px;font-size:24px;line-height:1.2;display:block}.daily-param-toolbar{margin:14px 0 18px}.daily-status-buttons{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.btn.daily-btn-ok{background:linear-gradient(135deg,#22c55e3d,#22c55e17);border-color:#22c55e38}.btn.daily-btn-warn{background:linear-gradient(135deg,#f59e0b3d,#f59e0b17);border-color:#f59e0b38}.btn.daily-btn-danger{background:linear-gradient(135deg,#dc262652,#dc26261f);border-color:#ef444438}.daily-shell .btn.btn-ghost,.daily-shell .btn-ghost{box-shadow:none;background:#ffffff0b;border-color:#ffffff1a}.daily-shell .btn.btn-ghost:hover,.daily-shell .btn-ghost:hover{background:#ffffff12}.daily-param-card.locked{background:#f59e0b11;border-color:#f59e0b38}.daily-notice{color:#ffffffbd;background:#f59e0b1a;border:1px solid #f59e0b38;border-radius:16px;margin-top:12px;padding:13px 14px;font-size:13px;line-height:1.55}.daily-inline-error{color:#ffffffd1;background:#ef44441a;border:1px solid #ef444438;border-radius:16px;margin-top:12px;padding:13px 14px;font-size:13px;line-height:1.55}.daily-param-body{grid-template-columns:1.1fr .9fr;gap:18px;margin-top:16px;display:grid}.daily-image-box{border:1px solid var(--daily-border2);background:#ffffff09;border-radius:16px;padding:14px}.daily-image-list{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.daily-thumb-wrap{position:relative}.daily-thumb{object-fit:cover;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;width:76px;height:76px;display:block}.daily-remove-img{color:#fff;background:#dc2626eb;border:1px solid #ffffff2e;border-radius:99px;place-items:center;width:24px;height:24px;font-size:12px;display:grid;position:absolute;top:-7px;right:-7px}.daily-file-input{color:#ffffff9e;width:100%;margin-top:12px;font-size:13px}.daily-file-list{gap:8px;margin-top:10px;display:grid}.daily-file-item{border:1px solid var(--daily-border2);color:#ffffff9e;background:#ffffff0a;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;font-size:12px;display:flex}.daily-muted{color:#ffffff6b}@media (width<=860px){.daily-detail-title-row{flex-direction:column;align-items:stretch}.daily-actions{justify-content:stretch}.daily-actions .btn,.daily-detail-title .btn{width:100%}.daily-param-body{grid-template-columns:1fr}.daily-desktop-table{display:none}.daily-mobile-list{display:block}.daily-inner{padding:18px}}@media (width<=560px){.daily-glass{border-radius:20px}.daily-inner{padding:16px}.daily-indicators{grid-template-columns:1fr}}.app-shell{grid-template-columns:1fr;min-height:100vh;display:grid}.sidebar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:60;background:#0000002e;border-right:1px solid #ffffff1f;width:min(320px,88vw);height:100vh;padding:14px;transition:transform .16s;position:fixed;top:0;left:0;transform:translate(-110%)}.sidebar.is-open{transform:translate(0)}.sidebar-inner{grid-template-rows:auto 1fr auto;gap:12px;height:100%;display:grid}.brand{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;gap:2px;padding:10px 12px;display:grid}.brand-title{letter-spacing:.2px;font-weight:760}.sidebar-nav{gap:6px;display:grid}.nav-item{color:#ffffffdb;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:background .12s,border-color .12s;display:flex}.nav-icon{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.nav-label{font-weight:650}.nav-item:hover{background:#ffffff0f}.nav-item[aria-current=page]{background:#ffffff14;border-color:#ffffff24}.sidebar-footer{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:14px;gap:10px;padding:10px 12px;display:grid}.app-main{grid-template-rows:auto 1fr;min-width:0;display:grid}.topbar{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#00000024;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.topbar-left,.topbar-right{align-items:center;gap:10px;min-width:0;display:flex}.topbar-right{flex-wrap:nowrap}.topbar-title{letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;font-weight:720;overflow:hidden}.topbar-role{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;min-width:0;font-size:13px;display:inline-flex;overflow:hidden}@media (width<=480px){.topbar{padding:10px 12px}.topbar-role-label,.topbar-role-sep{display:none}}.notif-wrap{position:relative}.notif-dot{background:var(--danger,#ef4444);box-sizing:content-box;border:2px solid red;border-radius:50%;width:10px;height:10px;position:absolute;top:2px;right:2px}.notif-dropdown{background:var(--bg1);width:min(440px,100vw - 24px);box-shadow:var(--shadow);z-index:70;border:1px solid #ffffff24;border-radius:16px;position:absolute;top:44px;right:0;overflow:hidden}.notif-list{border-top:1px solid #ffffff14;max-height:60vh;padding:4px;overflow:auto}.notif-item{text-align:left;width:100%;color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;padding:10px}.notif-item:hover{background:#ffffff14;border-color:#ffffff1f}.notif-item.is-unread{background:#ffffff0f;border-color:#ffffff1a}.row-danger td{background:#dc26262e}.row-warning td{background:#f59e0b29}.row-danger td:first-child,.row-warning td:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.row-danger td:last-child,.row-warning td:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.content{width:100%;max-width:1180px;margin:0 auto;padding:18px}@media (width<=920px){.content{padding:14px}}.backdrop{z-index:55;background:#00000073;position:fixed;inset:0}.modal-backdrop{z-index:80;background:#0000008c;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{border-radius:var(--radius);width:min(760px,100%);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffff24,#ffffff14);border:1px solid #ffffff24;flex-direction:column;max-height:min(86vh,100dvh - 32px);display:flex;overflow:hidden}.modal-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:10px;padding:14px 14px 10px;display:flex}.modal-title{font-weight:760}.modal-close-btn{font-size:0}.modal-close-btn:before{content:"×";font-size:20px;line-height:1}.modal-body{-webkit-overflow-scrolling:touch;padding:14px;overflow:auto}.toast-viewport{z-index:90;gap:10px;width:min(420px,100vw - 28px);display:grid;position:fixed;top:14px;right:14px}.toast{box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#ffffff29,#ffffff1a);border:1px solid #ffffff24;border-radius:16px;padding:12px}.toast-title{font-weight:760}.toast-desc{color:#ffffffb8;margin-top:4px;font-size:13px}@media (width<=520px){.modal-backdrop{padding:calc(12px + env(safe-area-inset-top)) calc(12px + env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) calc(12px + env(safe-area-inset-left));place-items:stretch stretch}.modal{border-radius:16px;width:100%;max-height:calc(100dvh - 24px)}.toast-viewport{width:auto;inset:auto 14px 14px}.notif-dropdown{left:calc(12px + env(safe-area-inset-left));right:calc(12px + env(safe-area-inset-right));top:calc(56px + env(safe-area-inset-top));width:auto;max-height:calc(100dvh - 72px);position:fixed}.notif-list{max-height:calc(100dvh - 180px)}}
