html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}.relative{position:relative}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.border{border-style:var(--tw-border-style);border-width:1px}:root{color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex;overflow:hidden}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}.login-bg{min-height:100vh;width:100vw;background:linear-gradient(135deg,#0f2027,#2c5364),url(https://images.unsplash.com/photo-1465101046530-73398c7f28ca?auto=format&fit=crop&w=1500&q=80) center/cover no-repeat;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.login-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#142850b3;z-index:1}.login-form{position:relative;z-index:2;width:100%;max-width:420px;min-width:320px;padding:56px 44px 40px;border-radius:18px;background:#1e283cfa;box-shadow:0 8px 32px #1f268738,0 0 0 2px #1677ff44;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid rgba(22,119,255,.18);display:flex;flex-direction:column;gap:22px;animation:login-pop .7s cubic-bezier(.68,-.55,.27,1.55)}@keyframes login-pop{0%{transform:scale(.8) translateY(40px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.login-title{text-align:center;color:#fff;font-size:2.2rem;margin-bottom:22px;font-weight:700;letter-spacing:2px;text-shadow:0 2px 8px #1677ff44}.login-field{margin-bottom:0;display:flex;align-items:center;background:#ffffff0f;border-radius:10px;padding:0 16px;border:1.5px solid transparent;transition:border .2s}.login-field:focus-within{border:1.5px solid #1677ff}.login-field input{flex:1;padding:18px 0 18px 8px;border-radius:6px;border:none;outline:none;background:transparent;color:#fff;font-size:1.18rem;font-weight:500;letter-spacing:1px}.login-field input::-moz-placeholder{color:#b0c4de;opacity:1}.login-field input::placeholder{color:#b0c4de;opacity:1}.login-btn{width:100%;padding:18px 0;border-radius:10px;background:linear-gradient(90deg,#1677ff,#21c8f6);color:#fff;font-size:1.18rem;font-weight:600;border:none;box-shadow:0 2px 8px #1677ff44;cursor:pointer;transition:background .2s,box-shadow .2s,transform .1s;margin-top:10px}.login-btn:hover{background:linear-gradient(90deg,#21c8f6,#1677ff);box-shadow:0 4px 16px #1677ff66;transform:translateY(-2px) scale(1.03)}.layout-root{display:flex;min-height:100vh;background:#f5f7fa}.layout-sider{width:220px;background:linear-gradient(135deg,#232526,#414345);color:#fff;display:flex;flex-direction:column;align-items:stretch;box-shadow:2px 0 8px #0001;z-index:10;position:relative}.layout-logo{font-size:1.5rem;font-weight:700;padding:32px 0 24px;text-align:center;letter-spacing:2px;color:#21c8f6;text-shadow:0 2px 8px #1677ff44}.layout-menu{display:flex;flex-direction:column;gap:8px;padding:0}.layout-menu a{color:#fff;text-decoration:none;padding:14px 32px;font-size:1.08rem;border-left:4px solid transparent;transition:background .2s,border-color .2s,color .2s}.layout-menu a.active,.layout-menu a:hover{background:#21c8f61f;color:#21c8f6;border-left:4px solid #21c8f6}.layout-userbar{margin-top:auto;padding:24px 0 32px;display:flex;flex-direction:column;align-items:center;gap:8px}.user-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#1677ff,#21c8f6);display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:0 2px 8px #1677ff44}.user-name{color:#fff;font-size:1.08rem;margin-top:4px;margin-bottom:2px}.logout-btn{background:none;border:none;color:#ff4d4f;font-size:1rem;cursor:pointer;margin-top:2px;padding:0;transition:color .2s}.logout-btn:hover{color:#ff7875}.layout-main{flex:1 1 0%;min-width:0;width:calc(100vw - 220px);display:flex;flex-direction:column;padding:0}.tabs-bar{display:flex;align-items:center;background:#fff;border-bottom:1.5px solid #e6e8eb;padding:0 18px;height:48px;gap:8px;position:sticky;top:0;z-index:9}.tabs-bar .userbar-pop{margin-left:auto!important;margin-right:0;position:absolute;right:18px;top:0;height:100%;display:flex;align-items:center}.tabs-bar{position:relative;margin-top:40px}.tab-item{padding:8px 18px;border-radius:6px 6px 0 0;background:#f5f7fa;color:#333;font-size:1rem;margin-right:2px;cursor:pointer;border:1.5px solid transparent;border-bottom:none;transition:background .2s,color .2s,border .2s;position:relative}.tab-item.active{background:#fff;color:#1677ff;border:1.5px solid #e6e8eb;border-bottom:1.5px solid #fff;z-index:1}.tab-item .tab-close{margin-left:8px;color:#bbb;font-size:.95em;cursor:pointer;transition:color .2s}.tab-item .tab-close:hover{color:#ff4d4f}.tabs-content{flex:1 1 0%;width:calc(100vw - 250px);min-width:0;padding:0;margin:0 18px 18px;display:flex;flex-direction:column;overflow:auto;box-sizing:border-box}.page-content{margin:16px 0;padding:32px 32px 0;box-sizing:border-box;display:flex;flex-direction:column;overflow-y:auto;height:calc(100vh - 80px);background:#fff;min-height:400px;border-radius:0 0 8px 8px;box-shadow:0 2px 8px #0001}.page-content h2{margin-top:0;font-size:1.5rem;color:#1677ff;font-weight:600}.page-content p{color:#444;font-size:1.08rem}.userbar-pop{display:flex;align-items:center;position:relative;margin-left:auto;height:100%}.userbar-avatar{display:flex;align-items:center;cursor:pointer;background:#f5f7fa;border-radius:24px;padding:6px 16px 6px 10px;font-size:1.08rem;color:#1677ff;font-weight:500;box-shadow:0 1px 4px #1677ff11;transition:background .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.userbar-avatar:hover{background:#e6f7ff}.userbar-name{margin:0 8px 0 6px;font-size:1.05rem}.userbar-arrow{font-size:.9em;color:#888;margin-left:2px}.userbar-menu{position:absolute;right:0;top:110%;min-width:120px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0002;padding:8px 0;z-index:99;animation:userbar-pop-fade .18s}@keyframes userbar-pop-fade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.userbar-menu-item{padding:10px 20px;color:#333;font-size:1rem;cursor:pointer;transition:background .18s,color .18s}.userbar-menu-item:hover{background:#e6f7ff;color:#1677ff}
