*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0a0e27;color:#e4e4e7}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#111827;padding:1.5rem 2rem;border-bottom:1px solid #1f2937;box-shadow:0 2px 8px rgba(0,0,0,.3)}.header h1{color:#f59e0b;font-size:1.8rem;margin-bottom:1rem}.search-bar{width:100%;max-width:600px;padding:.75rem 1rem;background:#1f2937;border:2px solid #374151;border-radius:8px;color:#e4e4e7;font-size:1rem;transition:border-color .2s}.search-bar:focus{outline:none;border-color:#f59e0b}.main-content{display:flex;flex:1 1;gap:1.5rem;padding:2rem}.filter-panel{width:280px;background:#111827;border-radius:12px;padding:1.5rem;height:-moz-fit-content;height:fit-content;border:1px solid #1f2937}.filter-section{margin-bottom:1.5rem}.filter-section h3{color:#f59e0b;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.color-filters{display:flex;gap:.5rem;flex-wrap:wrap}.color-btn{width:48px;height:48px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:all .2s;background-size:contain;background-repeat:no-repeat;background-position:50%;position:relative;display:flex;align-items:center;justify-content:center;font-size:2rem}.color-btn:hover{transform:scale(1.15)}.color-btn.active{border-color:#f59e0b;box-shadow:0 0 12px rgba(245,158,11,.6);transform:scale(1.1)}.color-btn i{text-shadow:0 2px 4px rgba(0,0,0,.3)}.format-filters{display:flex;flex-direction:column;gap:.5rem}.format-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background .2s}.format-checkbox:hover{background:#1f2937}.format-checkbox input{width:18px;height:18px;cursor:pointer}.combo-grid{flex:1 1;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem;align-content:start}.combo-card{background:#111827;border:1px solid #1f2937;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s}.combo-card:hover{transform:translateY(-4px);border-color:#f59e0b;box-shadow:0 8px 24px rgba(245,158,11,.2)}.combo-card h3{color:#f59e0b;margin-bottom:1rem;font-size:1.1rem}.combo-cards-list{margin-bottom:1rem;font-size:.9rem;color:#9ca3af}.combo-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;align-items:center}.tag{background:#1f2937;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;color:#d1d5db}.color-identity-tag,.mana-tag{display:flex;align-items:center;gap:.15rem;padding:.25rem .5rem}.ms{display:inline-block;color:currentColor}.ms-cost{font-size:1.2em!important;color:inherit}.combo-description{color:#d1d5db;font-size:.9rem;line-height:1.5}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal{background:#111827;border-radius:16px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid #374151}.modal-header{padding:2rem;border-bottom:1px solid #1f2937}.modal-header h2{color:#f59e0b;font-size:1.5rem}.close-btn{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#9ca3af;font-size:2rem;cursor:pointer;line-height:1;transition:color .2s}.close-btn:hover{color:#f59e0b}.modal-body{padding:2rem}.card-images{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.card-image{width:200px;height:auto;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.5)}.combo-info h3{color:#f59e0b;margin-bottom:1rem;font-size:1.1rem}.combo-info li,.combo-info p{color:#d1d5db;line-height:1.6;margin-bottom:.5rem}.combo-info ol{padding-left:1.5rem;margin-bottom:1.5rem}.result{background:#1f2937;padding:1rem;border-radius:8px;border-left:4px solid #f59e0b;margin-top:1rem}.card-preview{position:fixed;z-index:2000;pointer-events:none;animation:fadeIn .2s ease-in}.card-preview img{width:240px;height:auto;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.8);border:2px solid #f59e0b}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.card-name-hover{cursor:help;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;-webkit-text-decoration-color:#f59e0b;text-decoration-color:#f59e0b;transition:color .2s}.card-name-hover:hover{color:#f59e0b}.decklist-import{background:#111827;border-radius:12px;padding:2rem;margin:2rem;border:1px solid #1f2937}.import-header h2{color:#f59e0b;margin:0 0 .5rem}.import-header p{color:#9ca3af;margin:0 0 1rem}.how-to-export{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#0a0e27;border-radius:8px}.export-method{padding:.5rem}.export-method strong{color:#f59e0b;font-size:.95rem}.export-method ol{margin:.5rem 0 0;padding-left:1.25rem;color:#d1d5db;font-size:.85rem;line-height:1.6}.export-method li{margin:.25rem 0}.import-mode-toggle{display:flex;gap:.5rem;margin-bottom:1.5rem;background:#0a0e27;padding:.5rem;border-radius:8px}.mode-btn{flex:1 1;padding:.75rem 1rem;background:transparent;border:2px solid transparent;border-radius:6px;color:#9ca3af;font-weight:600;cursor:pointer;transition:all .2s}.mode-btn:hover{color:#e4e4e7;background:#1f2937}.mode-btn.active{background:#1f2937;border-color:#f59e0b;color:#f59e0b}.deck-url-input{width:100%;padding:1rem;background:#1f2937;border:2px solid #374151;border-radius:8px;color:#e4e4e7;font-size:1rem;margin-bottom:1rem;transition:border-color .2s}.deck-url-input:focus{outline:none;border-color:#f59e0b}.decklist-textarea{width:100%;padding:1rem;background:#1f2937;border:2px solid #374151;border-radius:8px;color:#e4e4e7;font-size:.9rem;font-family:Courier New,monospace;resize:vertical;transition:border-color .2s}.decklist-textarea:focus{outline:none;border-color:#f59e0b}.textarea-wrapper{position:relative}.paste-clipboard-btn{position:absolute;top:.75rem;right:.75rem;padding:.5rem 1rem;background:#f59e0b;color:#000;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px rgba(0,0,0,.3);z-index:10}@media (hover:hover){.paste-clipboard-btn:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.4)}}.paste-clipboard-btn:focus{outline:2px solid #f59e0b;outline-offset:2px}.paste-clipboard-btn:active{transform:translateY(0);box-shadow:0 1px 2px rgba(0,0,0,.3)}.import-actions{display:flex;gap:1rem;margin-top:1.5rem}.import-help,.text-help,.url-help{margin-top:1rem;padding:1rem;background:#0a0e27;border-radius:8px}.import-help h4,.text-help h4,.url-help h4{color:#f59e0b;margin:0 0 .5rem;font-size:.9rem}.import-help ul,.text-help ul,.url-help ul{margin:0;padding-left:1.5rem;color:#9ca3af;font-size:.85rem}.import-help li,.text-help li,.url-help li{margin:.25rem 0}.decklist-banner{background:linear-gradient(135deg,#1f2937,#111827);border:1px solid #374151;border-left:4px solid #10b981;margin:0 2rem 1rem;border-radius:8px}.decklist-banner-content{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;flex-wrap:wrap}.banner-icon{font-size:1.5rem;color:#10b981}.banner-info{flex:1 1;display:flex;flex-direction:column;gap:.25rem;min-width:200px}.banner-info strong{color:#e4e4e7;font-size:1rem}.combo-count{color:#10b981;font-size:.85rem;font-weight:600}.decklist-banner-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-secondary-small{padding:.5rem 1rem;background:#374151;color:#e4e4e7;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-secondary-small:hover{background:#4b5563}.almost-combos-section{margin:2rem;padding:1.5rem;background:#111827;border-radius:12px;border:1px solid #374151;border-left:4px solid #f59e0b}.almost-combos-section h3{color:#f59e0b;margin:0 0 1rem;font-size:1.1rem}.almost-combos-section p{color:#9ca3af;margin-bottom:1rem;font-size:.9rem}.missing-card{color:#f59e0b;font-weight:600}.filter-toggle{display:none}@media (max-width:768px){.how-to-export{grid-template-columns:1fr}.main-content{flex-direction:column;padding:1rem}.filter-panel{width:100%;position:relative}.filter-toggle{display:block;width:100%;padding:.75rem;background:#f59e0b;border:none;border-radius:8px;color:#000;font-weight:600;cursor:pointer;margin-bottom:1rem}.filter-content{display:none}.filter-content.open{display:block}.combo-grid{grid-template-columns:1fr}.modal-overlay{padding:1rem}.card-images{flex-direction:column;align-items:center}.paste-clipboard-btn{font-size:.8rem;padding:.4rem .8rem;top:.5rem;right:.5rem}}