@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.auth-card{width:min(430px,calc(100vw - 32px));background:#11181c;border:1px solid var(--zen-border-highlight);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.auth-card__inner{padding:var(--sp-8)}.auth-card__header{display:flex;flex-direction:column;align-items:center;margin-bottom:var(--sp-8);text-align:center}.auth-logo-wrapper{width:64px;height:64px;margin-bottom:var(--sp-4)}.auth-logo{width:64px;height:64px}.auth-title{color:var(--zen-text-primary);font-size:1.65rem;font-weight:900;letter-spacing:.18em}.auth-subtitle{margin-top:var(--sp-1);color:var(--zen-text-tertiary);font-size:.74rem;font-weight:850;letter-spacing:.2em}.auth-form{display:flex;flex-direction:column;gap:var(--sp-4)}.auth-qr-entry{display:flex;flex-direction:column;gap:10px;padding:14px;background:#151d22;border:1px solid var(--zen-border);border-radius:16px}.auth-qr-entry__button{width:100%;height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--zen-text-primary);font-size:.82rem;font-weight:850;background:#0d1215;border:1px solid var(--zen-border-highlight);border-radius:999px}.auth-qr-entry__copy,.auth-qr-scanner__hint{color:var(--zen-text-tertiary);font-size:.78rem;line-height:1.45}.auth-qr-scanner{display:flex;flex-direction:column;gap:12px;padding:14px;background:#151d22;border:1px solid var(--zen-border);border-radius:16px}.auth-qr-scanner__video{width:100%;aspect-ratio:1;object-fit:cover;background:#0a0d10;border-radius:16px}.auth-qr-scanner__overlay{position:relative;margin-top:calc(-100% + 24px);margin-left:auto;margin-right:auto;width:min(68vw,210px);aspect-ratio:1;border:2px solid rgba(79,209,197,.82);border-radius:22px;pointer-events:none}.auth-input-group{display:flex;flex-direction:column;gap:var(--sp-2)}.auth-label-row{display:flex;align-items:center;justify-content:space-between}.auth-label-row label{color:var(--zen-text-secondary);font-size:.78rem;font-weight:800}.auth-label-dot{width:6px;height:6px;border-radius:50%;background:var(--zen-accent)}.auth-input-group input{height:44px;padding:0 var(--sp-3);color:var(--zen-text-primary);font-size:.92rem;font-weight:650;background:#0d1215;border:1px solid var(--zen-border-highlight);border-radius:var(--radius-md)}.auth-input-group input::placeholder{color:var(--zen-text-muted)}.auth-error,.auth-message{padding:var(--sp-3);font-size:.82rem;font-weight:750;border-radius:var(--radius-md)}.auth-error{color:#ffd8d8;background:#ff6b6b24;border:1px solid rgba(255,107,107,.38)}.auth-message{color:#d8ffe8;background:#74d99f21;border:1px solid rgba(116,217,159,.34)}.auth-submit{height:46px;margin-top:var(--sp-2);color:#08201d;font-size:.86rem;font-weight:900;letter-spacing:.08em;background:var(--zen-accent);border:1px solid var(--zen-accent-strong);border-radius:var(--radius-md)}.auth-submit:disabled{opacity:.55;cursor:not-allowed}.auth-footer{margin-top:var(--sp-6);display:flex;flex-direction:column;align-items:center;gap:var(--sp-4)}.auth-footer__divider{width:100%;height:1px;background:var(--zen-border)}.auth-toggle-btn{color:var(--zen-accent);font-size:.76rem;font-weight:850;letter-spacing:.1em}@media(min-width:769px){.auth-qr-entry,.auth-qr-scanner{display:none}}.embark-login__card{width:min(560px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow-y:auto;padding:var(--sp-8);background:#11181c;border:1px solid var(--zen-border-highlight);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.embark-login__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:var(--sp-6)}.embark-login__logo{width:64px;height:64px;margin-bottom:var(--sp-4)}.embark-login__title{color:var(--zen-text-primary);font-size:1.55rem;font-weight:900}.embark-login__subtitle{max-width:360px;margin-top:var(--sp-2);color:var(--zen-text-tertiary);font-size:.9rem}.embark-login__steps{display:flex;justify-content:center;gap:var(--sp-2);margin-bottom:var(--sp-6)}.embark-step-dot{width:28px;height:4px;background:#29343a;border-radius:var(--radius-pill)}.embark-step-dot--active,.embark-step-dot--done{background:var(--zen-accent)}.embark-login__section-label{margin-bottom:var(--sp-3);color:var(--zen-accent);font-size:.74rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.embark-login__providers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--sp-3)}.embark-provider-btn{min-height:54px;display:flex;align-items:center;justify-content:center;gap:var(--sp-3);color:var(--zen-text-primary);font-size:.9rem;font-weight:850;background:#151d22;border:1px solid var(--zen-border);border-radius:var(--radius-lg);transition:background var(--duration-fast) ease,border-color var(--duration-fast) ease}.embark-provider-btn:hover{background:#1b252b;border-color:var(--zen-border-highlight)}.embark-provider-icon{width:24px;height:24px;object-fit:contain}.embark-login__divider{position:relative;margin:var(--sp-6) 0 var(--sp-4);color:var(--zen-text-muted);font-size:.76rem;font-weight:750;text-align:center}.embark-login__divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--zen-border)}.embark-login__divider span{position:relative;padding:0 var(--sp-3);background:#11181c}.embark-login__instruction{padding:var(--sp-4);color:var(--zen-text-secondary);font-size:.86rem;line-height:1.55;background:#151d22;border:1px solid var(--zen-border);border-radius:var(--radius-lg)}.embark-login__instruction strong,.embark-login__instruction a{color:var(--zen-accent)}.embark-login__secondary-link,.embark-login__inline-link{margin-top:var(--sp-4);color:var(--zen-accent);font-size:.84rem;font-weight:850}.embark-login__paste-wrapper{position:relative}.embark-login__paste-input{width:100%;min-height:118px;resize:vertical;padding:var(--sp-3);color:var(--zen-text-primary);font:inherit;font-size:.86rem;background:#0d1215;border:1px solid var(--zen-border-highlight);border-radius:var(--radius-lg);outline:0}.embark-login__paste-input::placeholder{color:var(--zen-text-muted)}.embark-login__paste-btn{position:absolute;top:var(--sp-2);right:var(--sp-2);width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;color:var(--zen-text-secondary);background:#151d22;border:1px solid var(--zen-border);border-radius:var(--radius-md)}.embark-login__submit{width:100%;height:46px;margin-top:var(--sp-4);display:inline-flex;align-items:center;justify-content:center;gap:var(--sp-2);color:#08201d;font-size:.86rem;font-weight:900;background:var(--zen-accent);border:1px solid var(--zen-accent-strong);border-radius:var(--radius-md)}.embark-login__submit:disabled{opacity:.55;cursor:not-allowed}.embark-spinner{width:14px;height:14px;border:2px solid rgba(8,32,29,.22);border-top-color:#08201d;border-radius:50%;animation:embark-spin .8s linear infinite}.embark-login__status-wrapper{display:flex;flex-direction:column;gap:var(--sp-2);width:100%;margin-top:var(--sp-4)}.embark-login__refresh-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--sp-2);color:var(--zen-accent);font-size:.8rem;font-weight:850;background:#4fd1c50d;border:1px solid rgba(79,209,197,.15);border-radius:var(--radius-md);padding:8px 16px;transition:all var(--duration-fast) ease}.embark-login__refresh-btn:hover{background:#4fd1c51a;border-color:#4fd1c54d}.embark-login__refresh-btn svg{flex-shrink:0}@keyframes embark-spin{to{transform:rotate(360deg)}}.embark-login__status{padding:var(--sp-3);font-size:.84rem;font-weight:800;border-radius:var(--radius-md)}.embark-login__status--error{color:#ffd8d8;background:#ff6b6b24;border:1px solid rgba(255,107,107,.38)}.embark-login__status--success{color:#d8ffe8;background:#74d99f21;border:1px solid rgba(116,217,159,.34)}.embark-login__status--loading{color:#dffaf7;background:#4fd1c51f;border:1px solid rgba(79,209,197,.3)}@media(max-width:560px){.embark-login__card{padding:var(--sp-5)}.embark-login__providers{grid-template-columns:1fr}}.header{position:relative;z-index:6;display:flex;flex-direction:column;gap:var(--sp-4);padding:var(--sp-5) var(--sp-6) 0}.header__row{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:var(--sp-4)}.header__row--top{align-items:center}.header__row--actions{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr);align-items:stretch}.header__island-shell{flex:1;display:flex;justify-content:center}.header__island{width:min(980px,100%);min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:var(--sp-5);padding:12px;background:linear-gradient(180deg,#ffffff0d,#ffffff04),#0f1518eb;border:1px solid rgba(255,255,255,.08);border-radius:999px;box-shadow:0 18px 44px #00000042,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header__brand,.header__actions-left,.header__actions-right,.header__ops-card-head,.header__nav{display:flex;align-items:center}.header__brand{gap:var(--sp-3);min-width:0;padding-left:8px}.header__logo-svg{width:34px;height:34px;flex-shrink:0}.header__brand-name{font-size:.98rem;font-weight:850;color:var(--zen-text-primary)}.header__nav{gap:8px;padding:4px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:999px}.header__nav-btn{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;color:var(--zen-text-tertiary);font-size:.8rem;font-weight:800;background:transparent;border:1px solid transparent;border-radius:999px;transition:background var(--duration-fast) ease,color var(--duration-fast) ease,border-color var(--duration-fast) ease}.header__nav-btn:hover{color:var(--zen-text-primary);background:#ffffff0d}.header__nav-btn--active{color:#eafffc;background:linear-gradient(180deg,#4fd1c52e,#4fd1c51a);border-color:#4fd1c547}.header__nav-divider{width:1px;height:24px;background:#ffffff1a;margin:0 4px}.header__nav-btn--logout:hover{color:#ff9d9d;background:#ff9d9d14}.header__item-count,.header__version{color:var(--zen-text-tertiary);font-size:.75rem;font-weight:700}.header__ops-card{min-width:0;display:flex;flex-direction:column;gap:var(--sp-3);padding:var(--sp-4);background:linear-gradient(180deg,#ffffff09,#ffffff04),#11181c;border:1px solid var(--zen-border);border-radius:22px;box-shadow:var(--shadow-sm)}.header__ops-card-head{justify-content:space-between;gap:var(--sp-3)}.header__ops-kicker{color:var(--zen-accent);font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.header__actions-left,.header__actions-right{gap:var(--sp-2);flex-wrap:wrap}.header__actions-left{min-width:0}.header__actions-right{align-content:flex-start}.header__search{flex:1;min-width:220px;max-width:440px;height:40px;display:flex;align-items:center;gap:var(--sp-2);padding:0 var(--sp-3);background:#0d1215;border:1px solid var(--zen-border);border-radius:999px;transition:border-color var(--duration-fast) ease,background var(--duration-fast) ease}.header__search:focus-within{background:#121a1e;border-color:#4fd1c594}.header__search-icon,.header__search-clear{color:var(--zen-text-tertiary);flex-shrink:0}.header__search-clear{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px}.header__search-clear:hover{color:var(--zen-text-primary);background:var(--zen-surface-hover)}.header__search-input{width:100%;min-width:0;color:var(--zen-text-primary);font-size:.86rem;font-weight:650;background:transparent;border:0;outline:0}.header__search-input::placeholder{color:var(--zen-text-muted)}.header__search-kbd{color:var(--zen-text-muted);font-size:.68rem;font-weight:800;background:#151d21;border:1px solid var(--zen-border);border-radius:999px;padding:2px 7px}.header__action-btn{height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;color:var(--zen-text-secondary);font-size:.76rem;font-weight:800;white-space:nowrap;background:#172026;border:1px solid #28343b;border-radius:999px;transition:background var(--duration-fast) ease,color var(--duration-fast) ease,border-color var(--duration-fast) ease}.header__action-btn:hover{color:var(--zen-text-primary);background:#1d282e;border-color:#384851}.header__action-btn:disabled{opacity:.42;cursor:not-allowed}.header__action-btn--active,.header__action-btn--toggle.header__action-btn--on{color:#eafffc;background:#173034;border-color:#4fd1c57a}.header__action-btn--accent{color:#081817;background:var(--zen-accent);border-color:var(--zen-accent-strong)}.header__action-btn--accent:hover{color:#061412;background:#6de1d7}.header__action-btn--danger{color:#fff4f4;background:#6f3035;border-color:#9c454b}.header__action-btn--danger:hover{background:#83393f;border-color:#b1535a}.header__toggle-dot{width:6px;height:6px;border-radius:50%;background:var(--zen-accent)}.header__spin-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header__item-count strong{color:var(--zen-text-primary)}.header__help-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:var(--sp-6);background:#06090bc7}.header__help-overlay__inner{width:min(640px,100%);max-height:86vh;display:flex;flex-direction:column;overflow:hidden;background:#12191d;border:1px solid var(--zen-border-highlight);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.header__help-header{display:flex;align-items:center;justify-content:space-between;padding:var(--sp-5) var(--sp-6);border-bottom:1px solid var(--zen-border)}.header__help-header-left{display:flex;align-items:center;gap:var(--sp-3)}.header__help-title{font-size:1.15rem;font-weight:800;color:var(--zen-text-primary)}.header__help-close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;color:var(--zen-text-tertiary);background:#172026;border:1px solid var(--zen-border);border-radius:var(--radius-md)}.header__help-close:hover{color:var(--zen-text-primary);border-color:var(--zen-border-highlight)}.header__help-body{padding:var(--sp-6)}.header__help-stepper,.header__help-step-card{display:flex;flex-direction:column;align-items:center}.header__help-stepper{gap:var(--sp-6)}.header__help-dots{display:flex;gap:9px}.header__help-dot{width:8px;height:8px;border-radius:50%;background:#2b353b}.header__help-dot--active,.header__help-dot--done{background:var(--zen-accent)}.header__help-content{min-height:146px;display:flex;align-items:center;justify-content:center}.header__help-step-card{gap:var(--sp-4);text-align:center}.header__help-step-badge{color:var(--zen-accent);font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.header__help-step-text-large{max-width:480px;color:var(--zen-text-primary);font-size:1.35rem;font-weight:750;line-height:1.35}.header__help-nav{display:flex;justify-content:center;gap:var(--sp-3)}.header__help-nav-btn{height:40px;min-width:112px;padding:0 var(--sp-5);color:var(--zen-text-secondary);font-weight:800;background:#172026;border:1px solid var(--zen-border);border-radius:var(--radius-md)}.header__help-nav-btn:hover:not(:disabled){color:var(--zen-text-primary);border-color:var(--zen-border-highlight)}.header__help-nav-btn:disabled{opacity:.35;cursor:not-allowed}.header__help-nav-btn--primary{color:#081817;background:var(--zen-accent);border-color:var(--zen-accent-strong)}@media(max-width:1100px){.header__row--actions{grid-template-columns:1fr}}@media(max-width:768px){.header{padding:var(--sp-4) var(--sp-4) 0}.header__row{flex-direction:column;align-items:stretch}.header__row--top{gap:var(--sp-3)}.header__island-shell{justify-content:stretch}.header__island{width:100%;min-height:0;flex-direction:column;align-items:stretch;border-radius:28px}.header__brand,.header__ops-card-head{justify-content:space-between}.header__nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0;background:transparent;border:0}.header__nav-btn{width:100%;padding:0 10px}.header__actions-left,.header__actions-right{display:grid;grid-template-columns:1fr 1fr}.header__search{grid-column:1 / -1;max-width:none}.header__item-count{font-size:.72rem}}@media(max-width:520px){.header__nav-btn span{display:none}}.combat-overlay{position:fixed;top:60px;right:20px;width:320px;height:500px;z-index:10000;display:flex;flex-direction:column;background:#0a0a0cd9;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 24px 48px #0009,0 0 0 1px #ffffff0d,inset 0 0 20px #ffffff05;overflow:hidden;animation:combat-slide-in .4s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;user-select:none;font-family:Inter,-apple-system,sans-serif}@keyframes combat-slide-in{0%{transform:translate(40px);opacity:0}to{transform:translate(0);opacity:1}}.combat-overlay__header{padding:14px 16px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;cursor:grab}.combat-overlay__header:active{cursor:grabbing}.combat-overlay__title{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffffe6}.combat-overlay__title-dot{width:6px;height:6px;background:#ff3b30;border-radius:50%;box-shadow:0 0 8px #ff3b30;animation:combat-pulse 1.5s infinite}@keyframes combat-pulse{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}.combat-overlay__content{flex:1;overflow-y:auto;padding:12px;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;scrollbar-width:none}.combat-overlay__content::-webkit-scrollbar{display:none}.combat-overlay__item{position:relative;aspect-ratio:1;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}.combat-overlay__item:hover{background:#ffffff0f;border-color:#ffffff26}.combat-overlay__item--selected{background:#007aff1a;border-color:#007aff66;box-shadow:inset 0 0 12px #007aff1a}.combat-overlay__item-icon{width:70%;height:70%;object-fit:contain;opacity:.8;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.combat-overlay__item--selected .combat-overlay__item-icon{opacity:1;filter:drop-shadow(0 0 8px rgba(0,122,255,.4))}.combat-overlay__footer{padding:16px;background:#0003;border-top:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.combat-btn{padding:10px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:11px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease}.combat-btn:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.combat-btn:active:not(:disabled){transform:scale(.97)}.combat-btn:disabled{opacity:.4;cursor:not-allowed}.combat-btn--primary{background:#007aff;border-color:#fff3;grid-column:span 2;font-size:12px;padding:12px}.combat-btn--primary:hover:not(:disabled){background:#0066d6}.combat-btn--danger{background:#ff3b30;border-color:#fff3;grid-column:span 2;font-size:12px;padding:12px}.combat-btn--danger:hover:not(:disabled){background:#e6352b}.combat-btn--ghost{background:transparent;border-color:transparent;opacity:.7}.combat-btn--ghost:hover{opacity:1;background:#ffffff0d}.combat-overlay__empty{grid-column:span 2;height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff6;font-size:11px}.confirm-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:24px;background:#06090bb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.confirm-modal{width:min(460px,100%);display:flex;flex-direction:column;gap:18px;padding:22px;background:linear-gradient(180deg,#ffffff0a,#ffffff04),#12191d;border:1px solid rgba(255,255,255,.08);border-radius:22px;box-shadow:0 28px 70px #00000057,inset 0 1px #ffffff0d}.confirm-modal__head{display:flex;flex-direction:column;gap:6px}.confirm-modal__kicker{color:var(--zen-accent);font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.confirm-modal__title{color:var(--zen-text-primary);font-size:1.12rem;font-weight:850}.confirm-modal__message{color:var(--zen-text-secondary);font-size:.92rem;line-height:1.55}.confirm-modal__actions{display:flex;justify-content:flex-end;gap:10px}.confirm-modal__btn{min-width:110px;height:42px;padding:0 18px;border-radius:999px;font-size:.82rem;font-weight:800;border:1px solid #2c393f;transition:background var(--duration-fast) ease,color var(--duration-fast) ease,border-color var(--duration-fast) ease}.confirm-modal__btn--ghost{color:var(--zen-text-secondary);background:#172026}.confirm-modal__btn--ghost:hover{color:var(--zen-text-primary);background:#1d282e;border-color:#384851}.confirm-modal__btn--primary{color:#081817;background:var(--zen-accent);border-color:var(--zen-accent-strong)}.confirm-modal__btn--primary:hover{background:#6de1d7}@media(max-width:520px){.confirm-modal{padding:18px;border-radius:18px}.confirm-modal__actions{flex-direction:column-reverse}.confirm-modal__btn{width:100%}}.item-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:var(--sp-4)}.item-grid--compact{grid-template-columns:repeat(auto-fill,minmax(154px,1fr))}.item-grid--large{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.grid-empty{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--zen-text-tertiary);text-align:center;border:1px dashed var(--zen-border-highlight);border-radius:var(--radius-xl);background:#10161ab8}.grid-empty__icon{margin-bottom:var(--sp-3);color:var(--zen-accent)}.grid-empty__title{margin-bottom:var(--sp-1);color:var(--zen-text-primary);font-size:1rem;font-weight:800}.grid-empty__desc{font-size:.86rem}.item-card{position:relative;min-height:250px;display:flex;flex-direction:column;text-align:left;padding:var(--sp-4);color:var(--zen-text-primary);background:#11181c;border:1px solid var(--zen-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:background var(--duration-fast) ease,border-color var(--duration-fast) ease}.item-card--skeleton:before{background:linear-gradient(180deg,#4fd1c570,#4fd1c51f)}.item-card:hover{background:#151d22;border-color:var(--zen-border-highlight)}.item-card--selected{background:#142629;border-color:#4fd1c5a8}.item-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--rarity-color)}.item-card__check{position:absolute;top:var(--sp-3);right:var(--sp-3);z-index:2}.item-card__check-box{width:19px;height:19px;display:flex;align-items:center;justify-content:center;color:#081817;background:#0d1215;border:1px solid var(--zen-border-highlight);border-radius:var(--radius-sm)}.item-card--selected .item-card__check-box{background:var(--zen-accent);border-color:var(--zen-accent)}.item-card__header{display:flex;justify-content:center;padding:var(--sp-2) 0 var(--sp-4)}.item-card__icon{width:112px;height:112px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0d1215;border:1px solid var(--zen-border);border-radius:var(--radius-lg)}.item-grid--compact .item-card__icon{width:82px;height:82px}.item-grid--large .item-card__icon{width:136px;height:136px}.item-card__icon-img{width:92%;height:92%;object-fit:contain}.item-card__icon-letter{color:var(--rarity-color);font-size:1.55rem;font-weight:900}.item-card__info{display:flex;flex:1;flex-direction:column;gap:var(--sp-3)}.item-card__name{color:var(--zen-text-primary);font-size:.92rem;font-weight:850;line-height:1.18}.item-card__meta{display:flex;flex-direction:column;gap:var(--sp-2)}.item-card__category{width:fit-content;max-width:100%;padding:4px 8px;color:var(--zen-text-tertiary);font-size:.66rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase;background:#1a2227;border:1px solid var(--zen-border);border-radius:var(--radius-sm)}.item-card__attachments{display:flex;flex-wrap:wrap;gap:5px}.item-card__attachment{width:28px;height:28px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0d1215;border:1px solid var(--zen-border);border-radius:var(--radius-sm)}.item-card__attachment img{width:86%;height:86%;object-fit:contain}.item-card__attachment-placeholder{width:86%;height:86%;display:flex;align-items:center;justify-content:center;color:var(--zen-text-primary);font-size:.62rem;font-weight:800;text-transform:uppercase;background:#223039;border-radius:6px}.item-card__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-3);margin-top:var(--sp-4);padding-top:var(--sp-3);border-top:1px solid var(--zen-border)}.item-card__badge{display:flex;align-items:center;gap:7px;min-width:0}.item-card__badge-dot{width:7px;height:7px;flex-shrink:0;border-radius:50%;background:var(--rarity-color)}.item-card__badge-text{color:var(--zen-text-tertiary);font-size:.73rem;font-weight:750}.item-card__refreshed{color:var(--zen-accent)}.item-card--skeleton:hover{background:#11181c;border-color:var(--zen-border)}.item-card__check-box--skeleton{background:#11181c}.item-card__icon--skeleton{border-color:#ffffff0f}.skeleton-stack{display:flex;flex-direction:column;gap:10px}.skeleton-block{position:relative;overflow:hidden;background:#ffffff0f;border-radius:10px}.skeleton-block:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);animation:skeleton-shimmer 1.2s ease-in-out infinite}.skeleton-block--icon{width:68%;height:68%;border-radius:24px}.skeleton-block--title{width:78%;height:16px}.skeleton-block--title-short{width:52%;height:13px}.skeleton-block--tag{width:34%;height:24px;border-radius:999px}.skeleton-block--badge{width:92px;height:14px;border-radius:999px}.skeleton-block--dot{width:14px;height:14px;border-radius:999px}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media(max-width:768px){.item-grid,.item-grid--compact,.item-grid--large{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--sp-3)}.item-card{min-height:220px;padding:var(--sp-3)}.item-card__icon,.item-grid--compact .item-card__icon,.item-grid--large .item-card__icon{width:78px;height:78px}}@media(max-width:420px){.item-grid,.item-grid--compact,.item-grid--large{grid-template-columns:1fr}}.settings-view{width:min(920px,100%);margin:0 auto;padding:var(--sp-3) 0 var(--sp-8)}.settings-view__header{margin-bottom:var(--sp-6)}.settings-view__title{color:var(--zen-text-primary);font-size:1.55rem;font-weight:850;letter-spacing:0}.settings-view__subtitle{margin-top:var(--sp-1);color:var(--zen-text-tertiary);font-size:.9rem;font-weight:650}.settings-section{margin-bottom:var(--sp-6);padding:var(--sp-5);background:#11181c;border:1px solid var(--zen-border);border-radius:var(--radius-xl)}.settings-section__title{margin-bottom:var(--sp-4);color:var(--zen-text-primary);font-size:.95rem;font-weight:850}.settings-section__desc{color:var(--zen-text-tertiary)!important}.settings-group{display:grid;gap:var(--sp-3)}.setting-item{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-4);padding:var(--sp-4);background:#151d22;border:1px solid var(--zen-border);border-radius:var(--radius-lg)}.setting-item__info{min-width:0;display:flex;flex-direction:column;gap:var(--sp-1)}.setting-item__label{color:var(--zen-text-primary);font-size:.92rem;font-weight:800}.setting-item__desc{max-width:560px;color:var(--zen-text-tertiary);font-size:.82rem;line-height:1.42}.setting-item__control{flex-shrink:0;display:flex;align-items:center}.toggle-switch{position:relative;width:46px;height:26px;background:#0d1215;border:1px solid var(--zen-border-highlight);border-radius:var(--radius-pill);transition:background var(--duration-fast) ease,border-color var(--duration-fast) ease}.toggle-switch--on{background:var(--zen-accent);border-color:var(--zen-accent)}.toggle-switch__thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;background:var(--zen-text-primary);border-radius:50%;transition:transform var(--duration-fast) ease}.toggle-switch--on .toggle-switch__thumb{transform:translate(20px);background:#08201d}.custom-select{position:relative;min-width:176px}.custom-select__trigger{width:100%;height:40px;display:inline-flex;align-items:center;justify-content:space-between;gap:var(--sp-3);padding:0 14px;color:var(--zen-text-primary);font-size:.84rem;font-weight:750;background:#0d1215;border:1px solid var(--zen-border-highlight);border-radius:12px;transition:background var(--duration-fast) ease,border-color var(--duration-fast) ease,transform var(--duration-fast) ease}.custom-select__trigger:hover{background:#121a1e;border-color:#4fd1c57a}.custom-select--open .custom-select__trigger{background:#121a1e;border-color:#4fd1c59e}.custom-select__value{color:var(--zen-text-primary)}.custom-select__chevron{width:7px;height:7px;flex-shrink:0;border-right:2px solid var(--zen-text-tertiary);border-bottom:2px solid var(--zen-text-tertiary);transform:translateY(-2px) rotate(45deg);transition:transform var(--duration-fast) ease}.custom-select--open .custom-select__chevron{transform:translateY(1px) rotate(-135deg)}.custom-select__menu{position:absolute;top:calc(100% + 10px);right:0;z-index:20;width:100%;display:grid;gap:6px;padding:8px;background:linear-gradient(180deg,#ffffff0b,#ffffff04),#12191d;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:0 20px 48px #0000004d,inset 0 1px #ffffff0d}.custom-select__option{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:var(--sp-3);padding:0 12px;color:var(--zen-text-secondary);font-size:.82rem;font-weight:750;background:transparent;border:1px solid transparent;border-radius:12px;text-align:left;transition:background var(--duration-fast) ease,color var(--duration-fast) ease,border-color var(--duration-fast) ease}.custom-select__option:hover{color:var(--zen-text-primary);background:#ffffff0b}.custom-select__option--active{color:#eafffc;background:#173034;border-color:#4fd1c547}@media(max-width:640px){.setting-item{align-items:flex-start;flex-direction:column}.setting-item__control,.custom-select,.custom-select__trigger{width:100%}}.profiles-view{width:min(1080px,100%);margin:0 auto;padding:var(--sp-3) 0 var(--sp-8)}.profiles-view__header{margin-bottom:var(--sp-6)}.profiles-view__title{color:var(--zen-text-primary);font-size:1.55rem;font-weight:850}.profiles-view__subtitle{margin-top:var(--sp-1);color:var(--zen-text-tertiary);font-size:.9rem;font-weight:650}.profiles-view__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--sp-4)}.profiles-account{grid-column:1 / -1;display:flex;align-items:flex-start;gap:var(--sp-4);padding:var(--sp-5);background:#11181c;border:1px solid var(--zen-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.profiles-account__avatar{width:64px;height:64px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#08201d;font-size:1.6rem;font-weight:900;background:var(--zen-accent);border-radius:var(--radius-xl)}.profiles-account__avatar--skeleton{background:#ffffff0f}.profiles-account__body{flex:1;min-width:0}.profiles-account__main-row{display:flex;justify-content:space-between;align-items:flex-start;width:100%;flex:1}.profiles-account__name{display:flex;align-items:baseline;gap:var(--sp-2);margin-top:var(--sp-1);color:var(--zen-text-primary);font-size:1.55rem;font-weight:900;line-height:1.15}.profiles-account__name span{color:var(--zen-text-tertiary);font-size:.95rem;font-weight:800}.profiles-account__meta{display:flex;flex-wrap:wrap;gap:var(--sp-2);margin-top:var(--sp-3)}.profiles-account__meta span{padding:4px 8px;color:var(--zen-text-secondary);font-size:.76rem;font-weight:800;background:#151d22;border:1px solid var(--zen-border);border-radius:var(--radius-sm)}.profiles-account__status{margin-top:var(--sp-3);color:var(--zen-text-tertiary);font-size:.84rem;font-weight:700}.profiles-skeleton{position:relative;overflow:hidden;background:#ffffff0f;border-radius:999px}.profiles-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);animation:profiles-skeleton-shimmer 1.2s ease-in-out infinite}.profiles-skeleton--eyebrow{width:118px;height:10px}.profiles-skeleton--name{width:min(320px,88%);height:22px;margin-top:var(--sp-3)}.profiles-skeleton--name-short{width:min(180px,54%);height:16px;margin-top:10px}.profiles-skeleton--meta{width:120px;height:28px}.profiles-skeleton--meta-short{width:86px;height:28px}.profiles-card,.profiles-view__panel{display:flex;gap:var(--sp-4);padding:var(--sp-5);background:#11181c;border:1px solid var(--zen-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.profiles-card{min-height:206px;flex-direction:column}.profiles-view__panel{grid-column:1 / -1;align-items:flex-start}.profiles-view__panel--zen{justify-content:space-between}.profiles-view__panel-main{display:flex;gap:var(--sp-4);align-items:flex-start}.profiles-card__eyebrow{display:block;color:var(--zen-accent);font-size:.7rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.profiles-card__title{margin-top:var(--sp-1);color:var(--zen-text-primary);font-size:1rem;font-weight:850}.profiles-platforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--sp-3)}.profiles-platform{height:50px;display:flex;align-items:center;justify-content:center;gap:var(--sp-2);color:var(--zen-text-primary);font-size:.84rem;font-weight:850;background:#151d22;border:1px solid var(--zen-border);border-radius:var(--radius-lg);transition:background var(--duration-fast) ease,border-color var(--duration-fast) ease}.profiles-platform:hover{background:#1b252b;border-color:var(--zen-border-highlight)}.profiles-token-row{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 40px 40px 40px;gap:var(--sp-2);align-items:center}.profiles-token-input{min-width:0;height:40px;display:flex;align-items:center;background:#0d1215;border:1px solid var(--zen-border-highlight);border-radius:var(--radius-md)}.profiles-token-input input{width:100%;min-width:0;padding:0 var(--sp-3);color:var(--zen-text-primary);font:inherit;font-size:.86rem;background:transparent;border:0;outline:0}.profiles-token-input input::placeholder{color:var(--zen-text-muted)}.profiles-icon-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--zen-text-secondary);background:#151d22;border:1px solid var(--zen-border);border-radius:var(--radius-md);transition:color var(--duration-fast) ease,border-color var(--duration-fast) ease,background var(--duration-fast) ease}.profiles-icon-btn:hover{color:var(--zen-text-primary);background:#1b252b;border-color:var(--zen-border-highlight)}.profiles-icon-btn--danger{color:var(--zen-danger)}.profiles-status{min-height:18px;color:var(--zen-accent);font-size:.78rem;font-weight:850}.profiles-view__icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--zen-accent);background:var(--zen-accent-soft);border:1px solid rgba(79,209,197,.32);border-radius:var(--radius-lg)}.profiles-view__panel-title{margin-bottom:var(--sp-2);color:var(--zen-text-primary);font-size:1rem;font-weight:850}.profiles-view__panel-copy{max-width:620px;color:var(--zen-text-tertiary);font-size:.875rem}.profiles-qr{width:220px;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.profiles-qr__frame{width:220px;height:220px;display:flex;align-items:center;justify-content:center;background:#151d22;border:1px solid var(--zen-border);border-radius:18px;overflow:hidden}.profiles-qr__frame img{width:100%;height:100%;object-fit:contain}.profiles-qr__copy{display:flex;flex-direction:column;gap:4px}.profiles-qr__copy strong{color:var(--zen-text-primary);font-size:.84rem;font-weight:850}.profiles-qr__copy span{color:var(--zen-text-tertiary);font-size:.8rem;line-height:1.45}.profiles-skeleton--qr{width:82%;height:82%;border-radius:20px}@keyframes profiles-skeleton-shimmer{to{transform:translate(100%)}}@media(max-width:900px){.profiles-view__grid{grid-template-columns:1fr}.profiles-view__panel--zen{flex-direction:column}.profiles-qr{display:none}}@media(max-width:560px){.profiles-account{align-items:flex-start;flex-direction:column}.profiles-account__name{flex-direction:column;gap:2px}.profiles-platforms{grid-template-columns:1fr}.profiles-token-row{grid-template-columns:minmax(0,1fr) repeat(3,40px)}.profiles-qr__frame{width:min(220px,100%);height:auto;aspect-ratio:1}}.profiles-account__name-wrapper{display:flex;align-items:center;gap:var(--sp-3);margin-top:var(--sp-1)}.profiles-account__selector{position:relative;display:flex;align-items:center;padding:4px 10px;background:#151d22;border:1px solid var(--zen-border-highlight);border-radius:var(--radius-lg);cursor:pointer}.profiles-account__selector select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:var(--zen-text-primary);font-size:.76rem;font-weight:850;padding-right:18px;cursor:pointer;outline:none}.profiles-account__selector svg{position:absolute;right:10px;pointer-events:none;color:var(--zen-accent)}.profiles-account__switch-btn{padding:8px 16px;color:var(--zen-text-primary);font-size:.78rem;font-weight:850;background:#151d22;border:1px solid var(--zen-border);border-radius:var(--radius-md);transition:all var(--duration-fast) ease}.profiles-account__switch-btn:hover{background:#1b252b;border-color:var(--zen-accent-soft);color:var(--zen-accent)}.profiles-account__actions{display:flex;justify-content:flex-end;gap:var(--sp-3)}.profiles-account__token-area{margin-top:var(--sp-5);padding-top:var(--sp-5);border-top:1px solid var(--zen-border);animation:profiles-slide-down .4s cubic-bezier(.16,1,.3,1)}.profiles-card--login{grid-column:1 / -1;border-color:var(--zen-accent-soft);background:linear-gradient(145deg,#11181c,#151d22);animation:profiles-slide-down .4s cubic-bezier(.16,1,.3,1)}.profiles-card__close{margin-left:auto;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--zen-text-tertiary);background:#ffffff0a;border:0;border-radius:50%;transition:all .2s ease}.profiles-card__close:hover{color:var(--zen-text-primary);background:#ffffff14}@keyframes profiles-slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:4000;display:flex;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 20% 20%,rgba(79,209,197,.18),transparent 28%),radial-gradient(circle at 78% 26%,rgba(255,122,122,.16),transparent 24%),linear-gradient(180deg,#0f1317,#090b0d 62%);transition:opacity .42s ease,transform .42s ease}.splash-screen--exit{opacity:0;transform:scale(1.02);pointer-events:none}.splash-screen__mesh{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(circle at center,black 44%,transparent 84%);mask-image:radial-gradient(circle at center,black 44%,transparent 84%);opacity:.8}.splash-screen__rings{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.splash-screen__rings span{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:50%;animation:splash-ring 2.8s ease-out infinite}.splash-screen__rings span:nth-child(1){width:220px;height:220px}.splash-screen__rings span:nth-child(2){width:360px;height:360px;animation-delay:.26s}.splash-screen__rings span:nth-child(3){width:520px;height:520px;animation-delay:.52s}.splash-screen__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:24px;padding:28px;text-align:center;animation:splash-content-in .78s cubic-bezier(.2,.8,.2,1) both}.splash-screen__logo-wrap{position:relative;width:136px;height:136px;display:grid;place-items:center;border-radius:34px;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 80px #0000006b,inset 0 1px #ffffff14}.splash-screen__logo-wrap:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:26px;background:linear-gradient(135deg,#4fd1c514,#ff7a7a14)}.splash-screen__logo{position:relative;z-index:1;width:96px;height:96px;animation:splash-logo-float 2.8s ease-in-out infinite}.splash-screen__wordmark{display:flex;flex-direction:column;align-items:center;gap:8px}.splash-screen__eyebrow{color:#b8c5c2bf;font-size:.72rem;font-weight:800;letter-spacing:.24em}.splash-screen__title{color:#f3f8f6;font-size:clamp(2.8rem,8vw,4.8rem);font-weight:900;line-height:.94}.splash-screen__subtitle{color:#b8c5c2d6;font-size:.94rem;font-weight:650}@keyframes splash-content-in{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes splash-logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes splash-ring{0%{opacity:0;transform:scale(.92)}24%{opacity:.55}to{opacity:0;transform:scale(1.08)}}@media(prefers-reduced-motion:reduce){.splash-screen,.splash-screen__content,.splash-screen__logo,.splash-screen__rings span{animation:none!important;transition:none!important}}@media(max-width:640px){.splash-screen__content{gap:18px;padding:22px}.splash-screen__logo-wrap{width:112px;height:112px;border-radius:28px}.splash-screen__logo{width:78px;height:78px}.splash-screen__rings span:nth-child(1){width:180px;height:180px}.splash-screen__rings span:nth-child(2){width:280px;height:280px}.splash-screen__rings span:nth-child(3){width:400px;height:400px}}.license-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#06090b;overflow:hidden;padding:var(--sp-6)}.license-gate__blob{position:absolute;top:50%;left:50%;width:600px;height:600px;background:radial-gradient(circle,rgba(79,209,197,.08) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none;filter:blur(80px)}.license-gate__card{width:min(440px,100%);position:relative;z-index:2;padding:40px;background:linear-gradient(180deg,#ffffff0d,#ffffff03),#0f1518d9;border:1px solid rgba(255,255,255,.08);border-radius:28px;box-shadow:0 24px 80px #0006,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);text-align:center;animation:gate-appear .6s cubic-bezier(.16,1,.3,1)}@keyframes gate-appear{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.license-gate__header{margin-bottom:32px}.license-gate__logo{width:54px;height:54px;margin-bottom:20px}.license-gate__title{font-size:1.75rem;font-weight:900;color:var(--zen-text-primary);margin-bottom:12px;letter-spacing:-.02em}.license-gate__subtitle{font-size:.94rem;color:var(--zen-text-tertiary);line-height:1.5}.license-gate__form{display:flex;flex-direction:column;gap:20px}.license-gate__input-group{position:relative}.license-gate__input{width:100%;height:54px;background:#0d1215;border:1px solid var(--zen-border);border-radius:14px;padding:0 20px;color:var(--zen-text-primary);font-family:JetBrains Mono,Roboto Mono,monospace;font-size:1.1rem;font-weight:600;text-align:center;letter-spacing:.1em;transition:all .2s ease;outline:none}.license-gate__input:focus{border-color:#4fd1c599;background:#11181c;box-shadow:0 0 0 4px #4fd1c514}.license-gate__input--error{border-color:#f56565!important;background:#f565650d!important}.license-gate__submit{height:54px;background:var(--zen-accent);color:#081817;border:0;border-radius:14px;font-size:1rem;font-weight:850;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #4fd1c540}.license-gate__submit:hover:not(:disabled){background:#6de1d7;transform:translateY(-1px);box-shadow:0 6px 20px #4fd1c559}.license-gate__submit:active:not(:disabled){transform:translateY(0)}.license-gate__submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.license-gate__message{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.88rem;font-weight:700;min-height:20px}.license-gate__message--error{color:#f56565}.license-gate__message--success{color:var(--zen-accent)}.license-gate__message--loading{color:var(--zen-text-tertiary)}.license-gate__spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.1);border-top-color:var(--zen-accent);border-radius:50%;animation:gate-spin .8s linear infinite}@keyframes gate-spin{to{transform:rotate(360deg)}}.license-gate__footer{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}.license-gate__footer p{font-size:.82rem;color:var(--zen-text-muted);line-height:1.4}.app{position:relative;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.018),transparent 38%),var(--zen-bg)}.app__ambient{display:none}.app__main{min-width:0;height:100%;display:flex;flex-direction:column;background:linear-gradient(180deg,rgba(255,255,255,.018),transparent 180px),var(--zen-bg)}.app__notice{position:fixed;left:50%;bottom:26px;transform:translate(-50%);z-index:30;width:min(460px,calc(100vw - 32px));display:flex;align-items:center;gap:14px;padding:14px 16px;color:var(--zen-text-primary);background:linear-gradient(180deg,#ffffff0b,#ffffff04),#11181cf5;border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 18px 44px #00000047,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:app-notice-in .22s ease-out}.app__notice:after{content:"";position:absolute;left:16px;right:16px;bottom:10px;height:2px;border-radius:999px;background:linear-gradient(90deg,currentColor,transparent 78%);opacity:.24}.app__notice--success{color:#8be0d8}.app__notice--danger{color:#ff8e8e}.app__notice--info{color:#8bd3ff}.app__notice--neutral{color:#d4dfdc}.app__notice-icon{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:currentColor;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px}.app__notice-body{min-width:0;display:flex;flex-direction:column;gap:2px;padding-right:8px}.app__notice-label{color:currentColor;font-size:.7rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.app__notice-message{color:var(--zen-text-primary);font-size:.9rem;font-weight:700;line-height:1.35}@keyframes app-notice-in{0%{opacity:0;transform:translate(-50%) translateY(10px) scale(.98)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.app__content{flex:1;overflow-y:auto;padding:var(--sp-6);background:linear-gradient(rgba(255,255,255,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:44px 44px}.app__content--static{display:flex;flex-direction:column;gap:var(--sp-6);padding-top:var(--sp-5)}.app__content::-webkit-scrollbar{width:10px}.app__content::-webkit-scrollbar-track{background:transparent}.app__content::-webkit-scrollbar-thumb{background:#2b353b;border:3px solid var(--zen-bg);border-radius:var(--radius-pill)}.app__footer{display:none}@media(max-width:768px){.app,.app__main{height:auto;min-height:100svh}.app__content{flex:none;overflow-y:visible;padding:var(--sp-4)}.app__notice{right:auto;bottom:18px;width:calc(100vw - 24px)}}:root{--zen-bg: #0e1114;--zen-bg-elevated: #14191d;--zen-surface: #171d21;--zen-surface-soft: #1d2429;--zen-surface-hover: #222a30;--zen-surface-active: #203137;--zen-border: #2b353b;--zen-border-highlight: #3b4a51;--zen-border-strong: #4b5d65;--zen-accent: #4fd1c5;--zen-accent-strong: #2bb8ad;--zen-accent-soft: rgba(79, 209, 197, .13);--zen-danger: #ff6b6b;--zen-warning: #8bd3ff;--zen-success: #74d99f;--zen-text-primary: #edf4f2;--zen-text-secondary: #b8c5c2;--zen-text-tertiary: #788985;--zen-text-muted: #596a66;--zen-void: #080a0c;--glass-blur: none;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .22);--shadow-md: 0 10px 24px rgba(0, 0, 0, .24);--shadow-lg: 0 18px 42px rgba(0, 0, 0, .32);--shadow-button: inset 0 1px 0 rgba(255, 255, 255, .055);--font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Menlo", monospace;--sp-1: 4px;--sp-2: 8px;--sp-3: 12px;--sp-4: 16px;--sp-5: 20px;--sp-6: 24px;--sp-8: 32px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 10px;--radius-xl: 14px;--radius-pill: 9999px;--duration-fast: .14s;--duration-med: .24s}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:linear-gradient(180deg,rgba(79,209,197,.035),transparent 260px),var(--zen-bg);color:var(--zen-text-primary);font-family:var(--font-display);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}::selection{background:#4fd1c547;color:var(--zen-text-primary)}button,input,select{font-family:inherit}button{border:none;background:none;cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid rgba(79,209,197,.7);outline-offset:2px}.zen-auth-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(79,209,197,.09),transparent 42%),linear-gradient(315deg,rgba(255,107,107,.055),transparent 38%),var(--zen-bg);z-index:2000}
