.tracker-page{padding:2rem}.user-bar{justify-content:flex-end;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.user-menu-wrap{position:relative}.user-link{cursor:pointer;color:inherit;background:0 0;border:none;border-radius:20px;align-items:center;gap:.5rem;padding:.3rem .6rem;text-decoration:none;transition:background .2s;display:flex}.user-link:hover{background:#161b22;text-decoration:none}.user-avatar{border-radius:50%;width:28px;height:28px}.user-name{color:#8b949e;font-size:.85rem}.user-dropdown{z-index:50;background:#161b22;border:1px solid #30363d;border-radius:8px;flex-direction:column;min-width:180px;margin-top:.4rem;padding:.5rem 0;display:flex;position:absolute;top:100%;right:0;box-shadow:0 8px 24px #0006}.user-dropdown a{color:#e6edf3;padding:.5rem 1rem;font-size:.85rem;text-decoration:none;transition:background .1s}.user-dropdown a:hover{background:#21262d}.dropdown-signout{color:#f85149;text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #21262d;margin-top:.25rem;padding:.5rem 1rem;font-size:.85rem}.dropdown-signout:hover{background:#21262d}.tracker-page h1{text-align:center;color:gold;margin-bottom:1rem}.tracker-nav{text-align:center;margin-bottom:1rem}.prices-updated{text-align:center;color:#fff;background:#161b22;border-radius:6px;width:fit-content;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;padding:.5rem 1rem;font-size:.85rem;display:inline-block}.sets-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;max-width:1000px;margin:0 auto;display:grid}.set-card{color:#e6edf3;background:#161b22;border:1px solid #30363d;border-radius:12px;padding:1.5rem;text-decoration:none;transition:border-color .2s,transform .2s}.set-card:hover{border-color:gold;text-decoration:none;transform:translateY(-2px)}.set-code{color:gold;margin-bottom:.3rem;font-size:.8rem;font-weight:700}.set-name{margin-bottom:.4rem;font-size:1.2rem;font-weight:600}.set-theme{color:#8b949e;font-size:.85rem;line-height:1.4}.set-status{color:#58a6ff;margin-top:.75rem;font-size:.8rem}.qty-controls{justify-content:center;align-items:center;gap:.3rem;margin-top:.4rem;display:flex}.qty-controls button{border-radius:6px;width:28px;height:24px;padding:0;font-size:.85rem;font-weight:700}.qty-controls span{text-align:center;min-width:16px;font-size:.8rem}.card-tile{text-align:center;background:#161b22;border-radius:8px;padding:.5rem;position:relative}.card-tile img{opacity:.4;cursor:pointer;border-radius:6px;width:100%;transition:opacity .2s}.card-tile.owned img{opacity:1}.card-tile .no-art{cursor:pointer;background:#21262d;border-radius:6px;height:120px}.card-tile .badge{color:#fff;background:#da3633;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:.4rem;right:.4rem}.card-tile.owned .badge{background:#d29922}.card-tile.complete .badge{background:#238636}.card-tile .name{white-space:nowrap;text-overflow:ellipsis;margin-top:.3rem;font-size:.75rem;overflow:hidden}.card-tile .meta{color:#8b949e;font-size:.65rem}.card-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.5rem;display:grid}.modal-backdrop{z-index:100;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#161b22;border-radius:12px;width:95%;max-width:900px;max-height:90vh;padding:1.5rem;overflow-y:auto}.modal-images{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.modal-images img{border-radius:8px;width:auto;max-height:400px}.modal-info{color:#8b949e;margin-bottom:1rem;font-size:.85rem;line-height:1.7}.modal-info strong{color:#e6edf3}.modal-loading{text-align:center;color:#8b949e;padding:2rem}.filter-bar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.filter-bar input{flex:1;min-width:120px}.set-page{padding:1rem}.set-page h1{text-align:center;color:gold;margin-bottom:.5rem}.set-nav{text-align:center;margin-bottom:1rem}.legend{color:#8b949e;justify-content:center;gap:1rem;margin-bottom:1rem;font-size:.8rem;display:flex}.legend span{align-items:center;gap:.3rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.green{background:#238636}.dot.yellow{background:#d29922}.dot.red{background:#da3633}.loading{text-align:center;color:#8b949e;padding:3rem}.add-by-number{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.add-by-number input{color:#e6edf3;background:#161b22;border:1px solid #30363d;border-radius:6px;width:200px;padding:.5rem}.add-by-number input::-webkit-inner-spin-button{-webkit-appearance:none}.add-by-number input[type=number]{-moz-appearance:textfield}.added-toast{color:#fff;z-index:100;background:#238636;border-radius:8px;padding:.5rem 1.2rem;font-size:.85rem;animation:.2s toast-fade;position:fixed;bottom:4rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0006}@keyframes toast-fade{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.collection-page{padding:1rem}.collection-page h1{text-align:center;color:gold;margin-bottom:.5rem}.collection-nav{text-align:center;margin-bottom:1rem}.stats{text-align:center;color:#8b949e;margin-bottom:1rem;font-size:.85rem}.stats span{color:gold;font-weight:600}.prices-updated{color:#fff;margin-top:.3rem;font-size:.75rem}.collection-table-wrap{overflow-x:auto}.collection-table{border-collapse:collapse;width:100%}.collection-table th,.collection-table td{text-align:left;border-bottom:1px solid #21262d;padding:.5rem;font-size:.85rem}.collection-table th{color:#8b949e;cursor:pointer;-webkit-user-select:none;user-select:none;background:#0d1117;position:sticky;top:0}.collection-table th:hover{color:gold}.collection-table tr:hover{cursor:pointer;background:#161b22}.col-img{object-fit:cover;border-radius:3px;width:40px;height:56px}.subtitle{color:#8b949e}.deckview{max-width:1200px;margin:0 auto;padding:1rem}.dv-nav{margin-bottom:1rem}.dv-layout{grid-template-columns:1fr 300px;gap:1.5rem;display:grid}@media (width<=900px){.dv-layout{grid-template-columns:1fr}}.dv-header{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.dv-header-images{flex-shrink:0;gap:1rem;display:flex}.dv-leader-img,.dv-base-img{cursor:pointer;border-radius:10px;width:200px;height:auto;transition:transform .15s;box-shadow:0 4px 16px #0006}.dv-leader-img:hover,.dv-base-img:hover{transform:scale(1.03)}.dv-header-info{flex:1}.dv-header-info h1{color:gold;margin-bottom:.5rem;font-size:1.4rem}.dv-meta{color:#8b949e;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;display:flex}.dv-format{color:#fff;background:#238636;border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.dv-leader-text,.dv-base-text{color:#8b949e;font-size:.85rem}.dv-collection-check{border-radius:6px;margin-top:.75rem;padding:.5rem .75rem;font-size:.8rem;font-weight:500}.dv-collection-check.complete{color:#3fb950;background:#23863626}.dv-collection-check.partial{color:#d29922;background:#d2a9221a}.dv-collection-check.missing{color:#f85149;background:#da36331a}.dv-section{margin-bottom:1rem}.dv-section-header{color:gold;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #21262d;margin-bottom:.25rem;padding:.5rem 0;font-size:.85rem;font-weight:700}.dv-card-row{cursor:pointer;border-left:3px solid #0000;border-radius:4px;align-items:center;gap:.5rem;padding:.4rem .5rem;font-size:.85rem;transition:background .1s;display:flex}.dv-card-row:hover{background:#161b22}.dv-card-row.dv-card-have{border-left-color:#238636}.dv-card-row.dv-card-short{border-left-color:#d29922}.dv-card-row.dv-card-none{border-left-color:#da3633}.dv-card-qty{color:gold;min-width:24px;font-weight:700}.dv-card-cost{color:#58a6ff;background:#21262d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.dv-card-name{flex:1}.dv-card-subtitle{color:#8b949e}.dv-card-owned{text-align:center;min-width:32px;font-size:.75rem;font-weight:600}.dv-card-have .dv-card-owned{color:#3fb950}.dv-card-short .dv-card-owned{color:#d29922}.dv-card-none .dv-card-owned{color:#f85149}.dv-card-set{color:#484f58;text-align:right;min-width:55px;font-size:.75rem}.dv-card-rarity{text-align:right;border-radius:3px;min-width:50px;padding:.1rem .4rem;font-size:.65rem;font-weight:600}.rarity-common{color:#8b949e}.rarity-uncommon{color:#3fb950}.rarity-rare{color:#58a6ff}.rarity-legendary{color:#d2a8ff}.rarity-special{color:gold}.dv-sidebar{flex-direction:column;gap:1rem;display:flex}.dv-stats-card{background:#161b22;border-radius:8px;padding:1rem}.dv-stats-title{color:#8b949e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.dv-curve{align-items:flex-end;gap:3px;height:80px;display:flex}.dv-curve-col{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.dv-curve-bar-area{flex:1;align-items:flex-end;width:100%;display:flex}.dv-curve-bar{background:#238636;border-radius:2px 2px 0 0;width:100%;min-height:0;transition:height .3s;position:relative}.dv-curve-bar span{color:#e6edf3;font-size:.65rem;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.dv-curve-label{color:#8b949e;margin-top:3px;font-size:.65rem}.dv-type-list{flex-direction:column;gap:.4rem;display:flex}.dv-type-row{color:#e6edf3;justify-content:space-between;padding:.2rem 0;font-size:.85rem;display:flex}.dv-bar-list{flex-direction:column;gap:.5rem;display:flex}.dv-bar-row{align-items:center;gap:.5rem;display:flex}.dv-bar-label{color:#e6edf3;min-width:70px;font-size:.8rem}.dv-bar-track{background:#21262d;border-radius:4px;flex:1;height:8px;overflow:hidden}.dv-bar-fill{background:#238636;border-radius:4px;height:100%;transition:width .3s}.dv-bar-fill.aspect{background:#58a6ff}.dv-bar-fill.rarity-bar-common{background:#8b949e}.dv-bar-fill.rarity-bar-uncommon{background:#3fb950}.dv-bar-fill.rarity-bar-rare{background:#58a6ff}.dv-bar-fill.rarity-bar-legendary{background:#d2a8ff}.dv-bar-fill.rarity-bar-special{background:gold}.dv-bar-value{color:#8b949e;text-align:right;min-width:24px;font-size:.8rem}.dv-preview-card{text-align:center;background:#161b22;border-radius:8px;padding:.75rem;position:sticky;top:1rem}.dv-preview-card img{border-radius:6px;width:100%;height:auto}.dv-preview-placeholder{color:#484f58;padding:2rem;font-size:.8rem;font-style:italic}.dv-tabs{gap:.25rem;margin-bottom:1.5rem;display:flex}.dv-tab{color:#8b949e;cursor:pointer;background:#21262d;border:none;border-radius:6px;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600}.dv-tab.active{color:#fff;background:#238636}.dv-math{max-width:800px}.dv-math-header{margin-bottom:1.5rem}.dv-math-header h2{color:gold;margin-bottom:.5rem}.dv-math-desc{color:#8b949e;margin-bottom:.75rem;font-size:.85rem}.dv-math-note{color:#484f58;margin-top:.5rem;font-size:.8rem}.dv-turn-selector{flex-wrap:wrap;gap:.3rem;display:flex}.dv-turn-btn{color:#8b949e;cursor:pointer;background:#21262d;border:none;border-radius:4px;padding:.35rem .7rem;font-size:.8rem}.dv-turn-btn.active{color:#fff;background:#58a6ff}.dv-math-section{margin-bottom:1.5rem}.dv-math-section h3{color:#8b949e;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #21262d;margin-bottom:.5rem;padding-bottom:.3rem;font-size:.8rem}.dv-math-table{flex-direction:column;gap:.2rem;display:flex}.dv-math-row{border-radius:4px;grid-template-columns:1fr 60px 60px 120px;align-items:center;gap:.5rem;padding:.35rem .5rem;font-size:.85rem;display:grid}.dv-math-row:hover{background:#161b22}.dv-math-row-header{color:#8b949e;font-size:.75rem;font-weight:600}.dv-math-row-header:hover{background:0 0}.dv-math-cost{color:#58a6ff;font-weight:700}.dv-math-card-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dv-math-prob{color:#3fb950;font-weight:600}.dv-math-bar{background:#21262d;border-radius:3px;height:6px;overflow:hidden}.dv-math-bar div{background:#238636;border-radius:3px;height:100%;transition:width .3s}.deck-page{max-width:1400px;margin:0 auto;padding:1rem}.deck-page h1{text-align:center;color:gold;margin-bottom:.5rem}.deck-nav{text-align:center;margin-bottom:1rem}.new-deck-form{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.new-deck-form input{flex:1;min-width:150px}.deck-list{flex-direction:column;gap:.5rem;display:flex}.deck-item{cursor:pointer;background:#161b22;border:1px solid #30363d;border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:border-color .2s;display:flex}.deck-item:hover{border-color:gold}.deck-item.deck-incomplete{border-color:#d29922}.deck-incomplete-badge{color:#d29922;margin-left:.5rem;font-size:.7rem}.deck-item-left{flex:1}.deck-item-name{margin-bottom:.2rem;font-weight:600}.deck-item-meta{color:#8b949e;font-size:.8rem}.deck-editor-header{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.deck-title-input{color:gold;background:0 0;border:1px solid #0000;border-radius:4px;flex:1;padding:.3rem .5rem;font-size:1.2rem;font-weight:600}.deck-title-input:focus{background:#161b22;border-color:#30363d;outline:none}.deck-format-badge{color:#8b949e;background:#30363d;border-radius:4px;padding:.2rem .6rem;font-size:.75rem}.deck-count-badge{color:#fff;background:#238636;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.deck-count-badge.incomplete{background:#d29922}.deck-count-badge.complete{background:#238636}.deck-warning{color:#d29922;background:#d2a9221a;border:1px solid #d29922;border-radius:6px;margin-bottom:1rem;padding:.5rem .75rem;font-size:.8rem}.steps{justify-content:center;gap:.5rem;margin-bottom:1rem;display:flex}.step{color:#8b949e;background:#21262d;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.8rem;display:flex}.step.active{color:#fff;background:#238636}.step.done{color:#3fb950;background:#1a3a2a}.step-num{font-weight:700}.selection-display{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.selection-card{cursor:pointer;background:#161b22;border:1px solid #30363d;border-radius:10px;flex:1;align-items:center;gap:.75rem;min-width:250px;padding:.75rem 1rem;display:flex}.selection-card:hover{border-color:gold}.selection-card img{object-fit:cover;border-radius:6px;width:70px;height:98px}.selection-label{color:#8b949e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.2rem;font-size:.7rem}.selection-name{font-size:1rem;font-weight:600}.step-prompt h3{color:gold;margin-bottom:.75rem;font-size:.95rem}.deck-editor-layout{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=900px){.deck-editor-layout{grid-template-columns:1fr}}.deck-search-panel{background:#161b22;border-radius:8px;max-height:80vh;padding:1rem;overflow-y:auto}.search-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.search-filters input{flex:1}.collection-toggle{color:#8b949e;cursor:pointer;white-space:nowrap;align-items:center;gap:.4rem;font-size:.8rem;display:flex}.collection-toggle input[type=checkbox]{cursor:pointer;flex:none}.search-filters-row{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.search-filters-row select{padding:.3rem .4rem;font-size:.8rem}.search-results{flex-direction:column;gap:.25rem;display:flex}.search-result-card{border-radius:6px;align-items:center;gap:.5rem;padding:.4rem;transition:background .15s;display:flex}.search-result-card:hover{background:#21262d}.src-img{cursor:pointer;flex-shrink:0;width:40px;height:56px}.src-img img{object-fit:cover;border-radius:3px;width:100%;height:100%}.src-info{flex:1;min-width:0}.src-name{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.src-sub{color:#8b949e;font-weight:400}.src-meta{color:#8b949e;font-size:.7rem}.src-actions{flex-shrink:0;gap:.25rem;display:flex}.deck-contents-panel{background:#161b22;border-radius:8px;max-height:80vh;padding:1rem;overflow-y:auto}.deck-section{margin-bottom:1rem}.deck-section h3{color:#8b949e;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #21262d;margin-bottom:.5rem;padding-bottom:.3rem;font-size:.8rem}.deck-entry{cursor:pointer;border-radius:4px;align-items:center;gap:.5rem;padding:.3rem .5rem;font-size:.85rem;display:flex}.deck-entry:hover{background:#21262d}.deck-entry-img{object-fit:cover;border-radius:2px;width:28px;height:38px}.deck-section .leader-base-entry{background:#21262d;border-radius:6px;padding:.5rem}.deck-section .leader-base-entry img{object-fit:cover;border-radius:4px;width:60px;height:84px}.deck-entry-cost{color:#58a6ff;text-align:center;min-width:18px;font-size:.8rem;font-weight:700}.deck-entry-name{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.deck-entry-qty{color:#8b949e;text-align:center;min-width:24px;font-size:.8rem}.empty-slot{color:#484f58;padding:.5rem;font-size:.8rem;font-style:italic}.sm{padding:.2rem .5rem;font-size:.7rem}.empty{text-align:center;color:#8b949e;padding:2rem}.import-modal-backdrop{z-index:100;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.import-modal{background:#161b22;border-radius:12px;width:90%;max-width:600px;max-height:90vh;padding:1.5rem;overflow-y:auto}.import-modal h3{color:gold;margin-bottom:.75rem}.import-hint{color:#8b949e;margin-bottom:.5rem;font-size:.85rem}.import-example{color:#8b949e;white-space:pre;background:#0d1117;border:1px solid #30363d;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.75rem;overflow-x:auto}.import-textarea{color:#e6edf3;resize:vertical;background:#0d1117;border:1px solid #30363d;border-radius:6px;width:100%;margin-bottom:1rem;padding:.75rem;font-family:monospace;font-size:.85rem}.import-actions{gap:.5rem;display:flex}.import-tabs{border:1px solid #30363d;border-radius:6px;margin-bottom:1rem;display:flex;overflow:hidden}.import-tabs .tab{color:#8b949e;cursor:pointer;background:#0d1117;border:none;border-radius:0;flex:1;padding:.5rem;font-size:.8rem;font-weight:600}.import-tabs .tab.active{color:#fff;background:#238636}.import-file-input{color:#e6edf3;cursor:pointer;background:#0d1117;border:2px dashed #30363d;border-radius:8px;width:100%;margin-bottom:1rem;padding:.75rem}.import-url-input{color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:8px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.share-toast{color:#fff;z-index:100;background:#238636;border-radius:8px;padding:.6rem 1.2rem;font-size:.85rem;animation:.2s toast-in;position:fixed;bottom:4rem;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0006}.share-toast-url{color:#ffffffb3;margin-top:.2rem;font-size:.7rem;display:block}@keyframes toast-in{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.profile-page{max-width:500px;margin:0 auto;padding:2rem}.profile-nav{margin-bottom:1.5rem}.profile-card{text-align:center;background:#161b22;border:1px solid #30363d;border-radius:16px;padding:2rem}.profile-avatar{border:3px solid gold;border-radius:50%;width:80px;height:80px;margin-bottom:1rem}.profile-name{color:#e6edf3;margin-bottom:.25rem}.profile-email{color:#8b949e;margin-bottom:1.5rem;font-size:.85rem}.profile-stats{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.5rem;display:grid}.stat{background:#21262d;border-radius:8px;padding:.75rem .5rem}.stat-value{color:gold;font-size:1.2rem;font-weight:700}.stat-label{color:#8b949e;margin-top:.2rem;font-size:.7rem}.profile-info{color:#8b949e;margin-bottom:1.5rem;font-size:.8rem}.delete-account{color:#da3633;cursor:pointer;background:0 0;border:1px solid #da3633;border-radius:4px;margin-top:.75rem;padding:.4rem .8rem;font-size:.8rem}.delete-account:hover{color:#fff;background:#da3633}.feedback-btn{color:#e6edf3;background:#30363d;border-radius:6px;padding:.5rem 1rem;font-size:.85rem;text-decoration:none;transition:background .2s;display:inline-block}.feedback-btn:hover{background:#3d444d;text-decoration:none}.privacy-page{max-width:700px;margin:0 auto;padding:2rem;line-height:1.7}.privacy-page h1{color:gold;margin-bottom:.5rem}.privacy-page .updated{color:#8b949e;margin-bottom:2rem;font-size:.85rem}.privacy-page h2{color:#e6edf3;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem}.privacy-page p,.privacy-page li{color:#8b949e;font-size:.9rem}.privacy-page ul{margin-bottom:1rem;padding-left:1.5rem}.privacy-page li{margin-bottom:.4rem}.privacy-page section{margin-bottom:1rem}.help-page{max-width:700px;margin:0 auto;padding:2rem;line-height:1.7}.help-page h1{color:gold;margin-bottom:1.5rem}.help-page h2{color:#e6edf3;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem}.help-page p{color:#8b949e;margin-bottom:.5rem;font-size:.9rem}.help-page ul{margin-bottom:1rem;padding-left:1.5rem}.help-page li{color:#8b949e;margin-bottom:.4rem;font-size:.9rem}.help-page section{margin-bottom:.5rem}.signin-page{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.signin-card{text-align:center;background:#161b22;border:1px solid #30363d;border-radius:16px;width:100%;max-width:420px;padding:2.5rem}.signin-card h1{color:gold;margin-bottom:.75rem;font-size:1.5rem}.signin-subtitle{color:#8b949e;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.auth-tabs{border:1px solid #30363d;border-radius:8px;margin-bottom:1.5rem;display:flex;overflow:hidden}.auth-tabs .tab{color:#8b949e;cursor:pointer;background:#0d1117;border:none;border-radius:0;flex:1;padding:.6rem;font-size:.85rem;font-weight:600}.auth-tabs .tab.active{color:#fff;background:#238636}.auth-form{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.auth-form input{border-radius:8px;padding:.7rem .9rem;font-size:.9rem}.auth-form button{border-radius:8px;padding:.7rem;font-size:.95rem}.auth-error{color:#f85149;text-align:left;background:#f851491a;border-radius:4px;padding:.4rem .6rem;font-size:.8rem}.auth-divider{color:#484f58;align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#30363d;flex:1;height:1px}.google-btn{color:#333;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;transition:box-shadow .2s;display:inline-flex}.google-btn:hover{background:#f0f0f0;box-shadow:0 2px 12px #ffffff1a}.password-hints{color:#8b949e;text-align:left;padding:.2rem .4rem;font-size:.75rem}.forgot-password{color:#58a6ff;cursor:pointer;background:0 0;border:none;padding:.3rem;font-size:.8rem}.forgot-password:hover{background:0 0;text-decoration:underline}.feedback-float{color:#e6edf3;z-index:90;cursor:pointer;background:#30363d;border:none;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;transition:background .2s;position:fixed;bottom:1rem;right:1rem;box-shadow:0 2px 8px #0000004d}.feedback-float:hover{background:#3d444d}.feedback-panel{z-index:91;background:#161b22;border:1px solid #30363d;border-radius:12px;width:320px;padding:1rem;position:fixed;bottom:4rem;right:1rem;box-shadow:0 8px 24px #00000080}.feedback-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.feedback-header h3{color:gold;font-size:.95rem}.feedback-close{color:#8b949e;cursor:pointer;background:0 0;border:none;font-size:1.1rem}.feedback-panel form{flex-direction:column;gap:.5rem;display:flex}.feedback-panel select,.feedback-panel input,.feedback-panel textarea{color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:6px;padding:.5rem;font-size:.85rem}.feedback-panel textarea{resize:vertical}.feedback-panel button[type=submit]{border-radius:6px;padding:.5rem}.feedback-sent{color:#3fb950;text-align:center;padding:1rem}*{box-sizing:border-box;margin:0;padding:0}body{color:#e6edf3;background:#0d1117;min-height:100vh;font-family:system-ui,sans-serif}a{color:#58a6ff;text-decoration:none}a:hover{text-decoration:underline}button{color:#fff;cursor:pointer;background:#238636;border:none;border-radius:4px;padding:.4rem .8rem;font-weight:600}button:hover{background:#2ea043}button.danger{background:#da3633}button.danger:hover{background:#f85149}button.secondary{background:#30363d}button.secondary:hover{background:#3d444d}input,select{color:#e6edf3;background:#161b22;border:1px solid #30363d;border-radius:4px;padding:.4rem .6rem}
