@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap";:root{--bg: #F8F9FA;--surface: #FFFFFF;--surface-hover: #F1F3F5;--border: #E9ECEF;--text: #212529;--text-muted: #868E96;--primary: #228BE6;--primary-hover: #1C7ED6;--primary-light: #E7F5FF;--accent: #FA5252;--success: #40C057;--radius: 8px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .05);--header-height: 64px}[data-theme=dark]{--bg: #101113;--surface: #1A1B1E;--surface-hover: #25262B;--border: #2C2E33;--text: #C1C2C5;--text-muted: #909296;--primary: #339AF0;--primary-hover: #4DADF7;--primary-light: rgba(51, 154, 240, .15);--accent: #FF6B6B;--success: #51CF66;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px rgba(0, 0, 0, .3)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Noto Sans JP,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{height:var(--header-height);background:var(--surface);border-bottom:1px solid var(--border);padding:0 24px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.app-logo{display:flex;align-items:center;margin-right:24px}.app-logo img{height:36px;width:auto;object-fit:contain}.app-main{flex:1;padding:32px 24px;max-width:1200px;margin:0 auto;width:100%}.app-footer{background:var(--bg);border-top:1px solid var(--border);padding:32px;text-align:center;color:var(--text-muted);font-size:.8rem}.lang-toggle,.page-tabs-nav{display:flex;background:var(--surface-hover);padding:4px;border-radius:99px;gap:2px;border:1px solid var(--border)}.lang-btn,.page-tab{padding:6px 16px;border:none;background:transparent;color:var(--text-muted);border-radius:99px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:6px;line-height:1}.lang-btn:hover,.page-tab:hover{color:var(--text);background:#00000008}.lang-btn--active,.page-tab--active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);font-weight:600;border-color:transparent}.theme-toggle{background:transparent;border:1px solid transparent;border-radius:var(--radius);width:36px;height:36px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:var(--text-muted)}.theme-toggle:hover{background:var(--surface-hover);color:var(--text)}.app-header__left{display:flex;align-items:center;gap:24px}.header-controls{display:flex;align-items:center;gap:16px}.factor-page{display:flex;flex-direction:column;gap:24px}.factor-header{text-align:center}.factor-header h1{font-size:1.5rem;font-weight:600;margin-bottom:8px}.factor-header p{color:var(--text-muted)}.factor-loading,.factor-error{text-align:center;padding:48px;color:var(--text-muted)}.factor-error{color:var(--danger)}.factor-selected{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.factor-selected__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-weight:500}.factor-clear-btn{padding:4px 12px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:var(--radius);cursor:pointer;font-size:.75rem}.factor-clear-btn:hover{border-color:var(--danger);color:var(--danger)}.factor-selected__list{display:flex;flex-wrap:wrap;gap:8px}.factor-selected__tag{background:var(--primary);color:#fff;padding:4px 10px;border-radius:var(--radius);font-size:.875rem}.factor-header--compact{display:flex;align-items:center;gap:16px;padding:12px 0}.factor-header--compact h1{font-size:1.25rem;margin:0;white-space:nowrap}.factor-filter-input{flex:1;max-width:300px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem}.factor-filter-input:focus{outline:none;border-color:var(--primary)}.factor-sections{display:flex;flex-direction:column;gap:4px}.factor-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.factor-section__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--surface);border:none;border-left:4px solid var(--border);cursor:pointer;font-size:.875rem;font-weight:500;text-align:left}.factor-section__header:hover{background:var(--bg)}.factor-section__title{display:flex;align-items:center;gap:8px}.factor-section__dot{width:12px;height:12px;border-radius:50%}.factor-section__count{color:var(--text-muted);font-weight:400;font-size:.875rem}.factor-section__toggle{font-size:1.25rem;color:var(--text-muted)}.factor-section__selected{display:flex;flex-wrap:wrap;gap:6px;padding:8px 16px;background:var(--bg);border-top:1px solid var(--border)}.factor-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius);color:#fff;font-size:.8rem;cursor:default;transition:opacity .2s}.factor-tag:hover{opacity:1}.factor-tag__name{font-weight:500}.factor-tag__remove{cursor:pointer;font-size:1.1rem;opacity:.8;background:#fff3;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;line-height:1}.factor-tag__remove:hover{opacity:1;background:#fff6}.factor-tag-container{display:inline-flex;flex-direction:column;gap:4px;margin-bottom:4px}.factor-tag--extended{flex-wrap:wrap}.star-selector{display:flex;gap:1px;background:#0000001a;padding:2px 4px;border-radius:4px;flex-wrap:wrap}.star-btn{background:none;border:none;color:#fff6;padding:0 1px;font-size:.75rem;cursor:pointer;line-height:1;transition:color .1s}.star-btn:hover{color:#f1c40f;border-color:transparent}.star-btn--active{background:none;border-color:transparent;color:#f1c40f}.source-type-selector{display:flex;gap:4px;padding:2px 0}.source-btn{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);padding:2px 8px;font-size:.7rem;border-radius:4px;cursor:pointer;transition:all .15s}.source-btn:hover{border-color:var(--primary);color:var(--text)}.source-btn--active{background:var(--primary);border-color:var(--primary);color:#fff}.factor-debug{text-align:center;color:var(--text-muted);padding:8px;background:var(--bg);border-radius:var(--radius)}.factor-section__content{padding:12px 16px;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px}.factor-section__empty{grid-column:1 / -1;color:var(--text-muted);font-size:.875rem;padding:8px 0}.factor-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-size:.875rem}.factor-item:hover{background:var(--bg)}.factor-item--selected{background:var(--primary-light);border-color:var(--primary);color:var(--primary);font-weight:500}.factor-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.factor-item__name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.factor-actions{display:flex;justify-content:center;gap:12px}.factor-search-btn{padding:12px 32px;background:var(--primary);color:#fff;border:none;border-radius:var(--radius);font-size:1rem;font-weight:500;cursor:pointer}.factor-search-btn:hover:not(:disabled){background:var(--primary-hover)}.factor-search-btn:disabled{opacity:.5;cursor:not-allowed}.factor-reset-btn{padding:12px 24px;background:var(--surface);color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;cursor:pointer}.factor-reset-btn:hover:not(:disabled){border-color:var(--text-muted)}.factor-reset-btn:disabled{opacity:.5;cursor:not-allowed}.factor-results{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.factor-results h2{font-size:1rem;font-weight:600;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.factor-results__empty{color:var(--text-muted);text-align:center;padding:24px}.factor-results__list{display:flex;flex-direction:column;gap:12px}.factor-result-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.factor-result-card__header{display:flex;justify-content:flex-start;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.factor-result-card__honor-container{position:relative;display:inline-flex}.factor-result-card__honor{height:24px;width:auto;object-fit:contain;position:relative;z-index:2}.factor-result-card__honor-step{position:absolute;top:0;left:0;height:24px;width:auto;z-index:1;pointer-events:none}.factor-result-card__leader-icon{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--border)}.factor-result-card__green-icons{display:flex;gap:4px;align-items:center;margin-left:auto;padding:0 8px}.factor-result-card__green-icon{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #27ae60}.factor-result-card__name{font-weight:600;font-size:1rem;flex-grow:1}.factor-result-card__id{color:var(--text-muted);font-size:.8rem}.factor-result-card__id--clickable{cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s;-webkit-user-select:none;user-select:none}.factor-result-card__id--clickable:hover{background-color:var(--border)}.factor-result-card__id--clickable:active{background-color:var(--primary);color:#fff}.factor-result-card__circle{color:var(--text-muted);font-size:.85rem;margin-bottom:8px}.factor-result-card__factors,.factor-result-card__ancestors{margin-top:8px;font-size:.9rem}.factor-result-card__factors strong,.factor-result-card__ancestors strong{margin-right:8px}.factor-result-card__factor-badge{display:inline-flex;align-items:center;gap:4px;background:var(--primary);color:#fff;padding:2px 8px;border-radius:12px;font-size:.75rem;margin:2px 4px 2px 0;vertical-align:middle}.factor-result-card__factor-badge--ancestor{background:#27ae60}.factor-result-card__ancestor{margin-top:4px}.ancestor-label{font-size:.8rem;color:var(--text-muted);margin-right:6px}.copy-toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:12px 24px;border-radius:8px;font-size:.9rem;z-index:1000;box-shadow:0 4px 12px #0000004d;animation:toast-fade-in .3s ease-out}@keyframes toast-fade-in{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){.app-header{padding:8px 12px;height:auto;min-height:var(--header-height);flex-wrap:wrap;gap:8px}.app-header__left{gap:12px}.app-logo{margin-right:12px}.app-logo img{height:28px}.header-controls{gap:8px;margin-left:auto}.page-tab,.lang-btn{padding:4px 10px;font-size:.75rem}@media (max-width: 400px){.app-header{justify-content:center}.app-header__left{width:100%;justify-content:space-between}.header-controls{width:100%;justify-content:center;margin-top:4px}}.factor-section__content{grid-template-columns:1fr}.factor-actions{flex-direction:column}.factor-search-btn,.factor-reset-btn{width:100%}}.display-mode-toggle{display:flex;gap:8px;margin-bottom:16px;padding:8px;background:var(--surface);border-radius:var(--radius);border:1px solid var(--border)}.display-mode-btn{padding:8px 16px;border:1px solid var(--border);background:var(--bg);border-radius:var(--radius);cursor:pointer;font-size:.85rem;color:var(--text-muted);transition:all .2s}.display-mode-btn:hover{background:var(--surface);border-color:var(--primary)}.display-mode-btn--active{background:var(--primary);color:#fff;border-color:var(--primary)}.factor-results__game-scroll{display:flex;gap:16px;overflow-x:auto;padding:16px 0;scroll-snap-type:x mandatory;scroll-padding:0 16px;-webkit-overflow-scrolling:touch}.factor-results__game-scroll::-webkit-scrollbar{height:8px}.factor-results__game-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.factor-results__game-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.factor-results__game-scroll::-webkit-scrollbar-thumb:hover{background:#aaa}.factor-results__game-scroll>.game-card{scroll-snap-align:start}.game-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d;width:380px;min-width:380px;flex-shrink:0}.game-card__header{padding:0}.game-card__id-bar{background:var(--bg);padding:6px 16px;font-size:.85rem;font-weight:600;color:var(--text);cursor:pointer;transition:background .2s;border-bottom:1px solid var(--border)}.game-card__id-bar:hover{opacity:.8}.game-card__player-info{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;background:var(--surface);border-bottom:1px solid var(--border)}.game-card__leader-icon{width:40px;height:40px;border-radius:8px;border:2px solid #ffd700;background:#fff}.game-card__player-details{display:flex;flex-direction:column;gap:4px;flex-grow:1;align-items:flex-start}.game-card__honor-container{position:relative;display:inline-block}.game-card__honor{height:20px;width:auto;position:relative;z-index:2}.game-card__honor-step{position:absolute;top:0;left:0;height:20px;width:auto;z-index:1;pointer-events:none}.game-card__name{font-weight:700;font-size:1rem;color:var(--text)}.game-card__g1-stats{padding:8px 12px;background:#f8f9fa;border-bottom:1px solid var(--border);font-size:.75rem}.game-card__g1-row{display:flex;align-items:center;gap:6px;margin-bottom:4px}.game-card__g1-row:last-child{margin-bottom:0}.game-card__g1-label{color:var(--text-muted)}.game-card__g1-value{font-weight:600;color:#e67e22;margin-right:8px}.game-card__g1-bonus{font-weight:700;color:#27ae60}.game-card__g1-hint{color:var(--text-muted);font-size:.7rem}.game-card__g1-separator{color:var(--border);margin:0 6px}.game-card__g1-white{font-weight:600;color:#7f8c8d}.game-card__green-factors{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#e8f5e9;border-bottom:1px solid var(--border)}.game-card__green-label{font-size:.75rem;font-weight:600;color:#2e7d32}.game-card__green-icons{display:flex;gap:8px}.game-card__green-group{display:flex;align-items:center;gap:2px}.game-card__green-label{font-size:.65rem;font-weight:600;color:#2e7d32;margin-right:2px}.game-card__green-icon{width:24px;height:24px;border-radius:50%;border:2px solid #4caf50}.game-card__content{display:flex;flex-direction:column;background:var(--surface);max-height:400px;overflow-y:auto}.game-card__column{border-right:1px solid #eee}.game-card__column:last-child{border-right:none}.game-card__chara-section{border-bottom:1px solid #eee;padding:8px}.game-card__chara-section:last-child{border-bottom:none}.game-card__chara-header{display:flex;align-items:center;gap:8px;padding:6px 8px;background:linear-gradient(90deg,#e8f5e9,#fff);border-radius:6px;margin-bottom:6px}.game-card__chara-icon{width:32px;height:32px;border-radius:50%;border:2px solid #4caf50}.game-card__chara-label{font-weight:600;font-size:.85rem;color:#2e7d32}.game-card__factor-list{display:grid;grid-template-columns:50% 50%;gap:2px}.game-card__factor-row{display:flex;align-items:center;gap:6px;padding:4px 8px;border-left:3px solid transparent;font-size:.78rem;background:#fafafa;border-radius:4px;transition:background .15s}.game-card__factor-row:hover{background:#f0f0f0}.game-card__factor-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.game-card__factor-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.game-card__factor-stars{color:#f5a623;font-size:.7rem;flex-shrink:0}@media (max-width: 768px){.game-card__content{grid-template-columns:1fr}.game-card__column{border-right:none;border-bottom:1px solid #eee}.game-card__column:last-child{border-bottom:none}.game-card__chara-icon{width:28px;height:28px}.game-card__factor-row{font-size:.75rem;padding:3px 6px}}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin:16px 0}.pagination--bottom{margin-top:20px}.pagination__btn{background:var(--surface);border:1px solid var(--outline);color:var(--ink);padding:8px 16px;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;transition:all .2s ease}.pagination__btn:hover:not(:disabled){background:var(--accent);color:#fff;border-color:var(--accent)}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__info{font-size:.9rem;color:var(--muted)}.import-user-page{max-width:500px;margin:0 auto;padding:24px}.import-user-page h2{margin-bottom:8px}.import-user-page__description{color:var(--muted);font-size:.9rem;margin-bottom:24px}.import-user-form{display:flex;flex-direction:column;gap:16px}.import-user-form__field{display:flex;flex-direction:column;gap:8px}.import-user-form__field label{font-weight:600}.import-user-form__field input{padding:12px;border:1px solid var(--outline);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font-size:1rem}.import-user-form__submit{background:var(--accent);color:#fff;border:none;padding:12px 24px;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:all .2s ease}.import-user-form__submit:hover:not(:disabled){background:var(--accent-dark)}.import-user-form__submit:disabled{opacity:.5;cursor:not-allowed}.import-user-result{margin-top:24px;padding:16px;border-radius:var(--radius-sm)}.import-user-result--success{background:#27ae6026;border:1px solid #27ae60}.import-user-result--error{background:#e74c3c26;border:1px solid #e74c3c}.profile-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-modal{background:var(--surface);border-radius:var(--radius-lg);padding:28px;max-width:480px;width:90%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:var(--shadow)}.profile-modal__close{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:var(--muted);line-height:1;padding:4px 8px}.profile-modal__close:hover{color:var(--ink)}.profile-modal__loading,.profile-modal__error{text-align:center;padding:40px;color:var(--muted)}.profile-modal__error{color:#e74c3c}.profile-modal__header{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.profile-modal__honor{position:relative;width:80px;height:auto}.profile-modal__honor img{max-width:100%;height:auto}.profile-modal__honor-step{position:absolute;bottom:0;right:0;max-width:24px}.profile-modal__leader-icon{width:48px;height:48px;border-radius:50%;border:2px solid var(--outline)}.profile-modal__name{font-size:1.4rem;font-weight:700;flex-grow:1}.profile-modal__content{display:flex;flex-direction:column;gap:12px}.profile-modal__info-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--outline)}.profile-modal__label{color:var(--muted);font-size:.9rem}.profile-modal__value{font-weight:600}.factor-result-card__profile-btn{background:transparent;border:1px solid var(--outline);border-radius:4px;padding:4px 8px;font-size:.75rem;cursor:pointer;color:var(--muted);margin-left:8px;transition:all .2s ease}.factor-result-card__profile-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}[data-theme=dark] .game-card{background:var(--surface);border-color:var(--border)}[data-theme=dark] .game-card__header{background:linear-gradient(90deg,#1a1a2e,#252540);border-color:var(--border)}[data-theme=dark] .game-card__player-name{color:var(--text)}[data-theme=dark] .game-card__player-id,[data-theme=dark] .game-card__stats{color:var(--text-muted)}[data-theme=dark] .game-card__content{background:var(--surface)}[data-theme=dark] .game-card__column,[data-theme=dark] .game-card__chara-section{border-color:var(--border)}[data-theme=dark] .game-card__chara-header{background:linear-gradient(90deg,#1e3a2c,#252540)}[data-theme=dark] .game-card__chara-label{color:#4caf50}[data-theme=dark] .game-card__factor-row{background:#2a2a45;color:var(--text)}[data-theme=dark] .game-card__factor-row:hover{background:#3a3a5a}[data-theme=dark] .game-card__factor-name{color:var(--text)}[data-theme=dark] .game-card__green-label{color:#4caf50}[data-theme=dark] .factor-section__header{background:var(--surface);color:var(--text)}[data-theme=dark] .factor-section__content{background:var(--surface);border-color:var(--border)}[data-theme=dark] .factor-option{background:var(--surface);border-color:var(--border);color:var(--text)}[data-theme=dark] .factor-option:hover{background:#3a3a5a}[data-theme=dark] .factor-result-card{background:var(--surface);border-color:var(--border)}[data-theme=dark] .factor-result-card__name{color:var(--text)}[data-theme=dark] .factor-result-card__id,[data-theme=dark] .factor-result-card__circle{color:var(--text-muted)}[data-theme=dark] .import-user-form__field input{background:var(--surface);border-color:var(--border);color:var(--text)}[data-theme=dark] .profile-modal{background:var(--surface)}[data-theme=dark] .profile-modal__name{color:var(--text)}[data-theme=dark] .profile-modal__info-row{border-color:var(--border)}[data-theme=dark] .profile-modal__value{color:var(--text)}.settings-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.settings-modal{background:var(--surface);border-radius:var(--radius-lg);padding:28px;max-width:400px;width:90%;position:relative;box-shadow:var(--shadow)}.settings-modal__close{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:var(--muted);line-height:1;padding:4px 8px}.settings-modal__close:hover{color:var(--ink)}.settings-modal__title{font-size:1.4rem;font-weight:700;margin-bottom:24px;color:var(--ink)}.settings-modal__content{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.settings-modal__row{display:flex;flex-direction:column;gap:8px}.settings-modal__label{font-weight:600;font-size:.9rem;color:var(--ink)}.settings-modal__select{padding:10px 12px;border:1px solid var(--outline);border-radius:var(--radius-sm);background:var(--bg);color:var(--ink);font-size:1rem;cursor:pointer;transition:border-color .2s}.settings-modal__select:hover{border-color:var(--accent)}.settings-modal__select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #6366f11a}.settings-modal__close-btn{width:100%;padding:12px;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.settings-modal__close-btn:hover{background:var(--accent-dark)}[data-theme=dark] .settings-modal{background:var(--surface)}[data-theme=dark] .settings-modal__title,[data-theme=dark] .settings-modal__label{color:var(--text)}[data-theme=dark] .settings-modal__select{background:var(--bg);border-color:var(--border);color:var(--text)}.turnstile-container{position:fixed;bottom:16px;right:16px;z-index:100;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-md)}
