*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f0f2f5;min-height:100vh;font-family:system-ui,-apple-system,sans-serif}.login-container{background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{-webkit-backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;flex-direction:column;gap:1.25rem;width:100%;max-width:380px;padding:2.5rem;display:flex;box-shadow:0 8px 32px #0000004d}.login-logo{flex-direction:column;align-items:center;gap:.5rem;display:flex}.login-logo-img{border-radius:14px;width:64px;height:64px;box-shadow:0 4px 20px #6366f180}.login-form h1{text-align:center;color:#fff;margin:0;font-size:1.75rem;font-weight:700}.login-form label{color:#fffc;flex-direction:column;gap:.4rem;font-size:.9rem;font-weight:500;display:flex}.login-form input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;outline:none;padding:.6rem .8rem;font-size:1rem;transition:border-color .2s}.login-form input::placeholder{color:#fff6}.login-form input:focus{border-color:#8b5cf6b3}.login-form button[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:8px;padding:.75rem;font-size:1rem;font-weight:600;transition:opacity .2s}.login-form button[type=submit]:hover:not(:disabled){opacity:.88}.login-form button[type=submit]:disabled{opacity:.5;cursor:not-allowed}.login-error{color:#fca5a5;background:#f8717126;border:1px solid #f871714d;border-radius:8px;padding:.6rem .8rem;font-size:.9rem}.subsystem-header{z-index:100;position:relative}.subsystem-hamburger{cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;margin-right:.5rem;padding:0;transition:background .2s;display:none}.subsystem-hamburger:hover{background:#ffffff1f}.subsystem-hamburger-bar{background:#ffffffd9;border-radius:2px;width:18px;height:2px;display:block}.subsystem-bell{cursor:pointer;color:#ffffffd9;background:#ffffff0f;border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;margin-left:.5rem;padding:0;transition:background .2s,color .2s;display:inline-flex}.subsystem-bell:hover{color:#fff;background:#ffffff1f}.subsystem-bell-icon{display:block}.subsystem-bell-wrapper{margin-left:.5rem;display:inline-flex;position:relative}.subsystem-bell-wrapper .subsystem-bell{margin-left:0}.subsystem-bell-badge{color:#fff;text-align:center;pointer-events:none;background:#e53935;border-radius:9px;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:600;line-height:18px;position:absolute;top:-4px;right:-4px}.subsystem-bell-dropdown{color:#f3f4f6;z-index:1000;background:#1f2937;border:1px solid #ffffff1f;border-radius:8px;width:min(360px,100vw - 16px);max-height:70vh;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 8px 24px #0006}.subsystem-bell-dropdown-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.subsystem-bell-dropdown-actions{flex-wrap:wrap;gap:.5rem;display:flex}.subsystem-bell-link{color:#93c5fd;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem}.subsystem-bell-link:hover{text-decoration:underline}.subsystem-bell-empty{text-align:center;color:#fff9;margin:0;padding:1rem}.subsystem-bell-list{margin:0;padding:0;list-style:none}.subsystem-bell-item{border-bottom:1px solid #ffffff0f;align-items:stretch;display:flex}.subsystem-bell-item.unread{background:#3b82f614}.subsystem-bell-item-main{color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:flex-start;gap:2px;padding:.75rem 1rem;display:flex}.subsystem-bell-item-main:hover{background:#ffffff0a}.subsystem-bell-item-title{font-weight:600}.subsystem-bell-item-body{color:#fffc;font-size:.85rem}.subsystem-bell-item-date{color:#ffffff8c;font-size:.75rem}.subsystem-bell-item-remove{color:#ffffff80;cursor:pointer;background:0 0;border:none;width:32px;font-size:1.25rem}.subsystem-bell-item-remove:hover{color:#fff}@media (width<=640px){.subsystem-hamburger{display:flex}.subsystem-nav{display:none!important}.subsystem-nav.open{display:flex!important}}.dashboard{background-position:50%;background-size:cover;background-attachment:fixed;flex-direction:column;min-height:100vh;display:flex}.dashboard-header{-webkit-backdrop-filter:blur(12px);background:#ffffff0f;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.dashboard-logo{color:#fff;letter-spacing:.03em;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:700;display:flex}.dashboard-logo-img{border-radius:8px;width:34px;height:34px;box-shadow:0 2px 10px #6366f173}.dashboard-nav{align-items:center;gap:.5rem;display:flex}.dashboard-nav-link,.dashboard-dashboard-link{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem 1rem;font-family:inherit;font-size:.9rem;text-decoration:none;transition:background .2s,color .2s}.dashboard-nav-link:hover,.dashboard-dashboard-link:hover{color:#fff;background:#ffffff14}.dashboard-nav-link.active{color:#fff;background:#8b5cf640;border:1px solid #8b5cf666}.dashboard-main{flex:1;width:100%;max-width:800px;margin:0 auto;padding:3rem 2rem}.dashboard-main h2{color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.subsystem-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.subsystem-btn{-webkit-backdrop-filter:blur(10px);color:#ffffffe6;cursor:pointer;text-align:center;background:#ffffff12;border:1px solid #ffffff26;border-radius:14px;padding:1.75rem 1rem;font-size:1rem;font-weight:500;transition:background .2s,border-color .2s,transform .15s,box-shadow .2s}.subsystem-btn:hover{color:#fff;background:#ffffff24;border-color:#8b5cf6b3;transform:translateY(-2px);box-shadow:0 0 24px #8b5cf640}.section-title{margin-top:2.5rem}.docs-btn{-webkit-backdrop-filter:blur(10px);color:#a5b4fce6;cursor:pointer;text-align:center;background:#6366f114;border:1px solid #6366f140;border-radius:14px;justify-content:center;align-items:center;padding:1.75rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s,transform .15s,box-shadow .2s;display:flex}.docs-btn:hover{color:#fff;background:#6366f12e;border-color:#6366f199;transform:translateY(-2px);box-shadow:0 0 24px #6366f133}.profile-page{background-position:50%;background-size:cover;background-attachment:fixed;flex-direction:column;min-height:100vh;display:flex}.profile-main{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.profile-card{-webkit-backdrop-filter:blur(16px);background:#ffffff12;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:480px;padding:2.5rem 3rem;display:flex}.profile-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:700;display:flex}.profile-email{color:#fff;text-align:center;margin:0;font-size:1.2rem;font-weight:600}.profile-info{flex-direction:column;gap:.75rem;width:100%;display:flex}.profile-field{background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;justify-content:space-between;align-items:baseline;gap:1rem;padding:.75rem 1rem;display:flex}.profile-label{text-transform:uppercase;letter-spacing:.06em;color:#ffffff73;white-space:nowrap;font-size:.8rem}.profile-value{color:#ffffffd9;word-break:break-all;text-align:right;font-size:.9rem}.change-password-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#a855f7);border:none;border-radius:10px;width:100%;padding:.75rem;font-size:.95rem;font-weight:600;transition:opacity .2s}.change-password-btn:hover:not(:disabled){opacity:.88}.change-password-btn:disabled{opacity:.5;cursor:not-allowed}.change-password-form{flex-direction:column;gap:.6rem;width:100%;display:flex}.change-password-form input{color:#fff;box-sizing:border-box;background:#ffffff12;border:1px solid #ffffff26;border-radius:8px;outline:none;width:100%;padding:.7rem 1rem;font-size:.9rem}.change-password-form input::placeholder{color:#ffffff59}.change-password-form input:focus{border-color:#8b5cf6b3}.change-password-actions{gap:.5rem;display:flex}.change-password-actions .change-password-btn{flex:1}.cancel-btn{color:#ffffffb3;cursor:pointer;background:#ffffff12;border:1px solid #ffffff26;border-radius:10px;flex:1;padding:.75rem;font-size:.95rem;transition:background .2s}.cancel-btn:hover{background:#ffffff1f}.profile-error{color:#f87171;text-align:center;margin:0;font-size:.875rem}.profile-success{color:#4ade80;text-align:center;margin:0;font-size:.875rem}.qa-ribbon{z-index:99999;pointer-events:none;width:150px;height:150px;position:fixed;bottom:0;left:0;overflow:hidden}.qa-ribbon__content{color:#fff;text-align:center;background:#e74c3c;width:220px;padding:3px 0;font-family:Roboto,sans-serif;font-size:10px;position:absolute;bottom:25px;left:-40px;transform:rotate(45deg);box-shadow:0 1px 4px #0000004d}
