*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;color:#333;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;margin:0;min-height:100vh}code{background:#0000000d;border-radius:4px;font-family:Fira Code,Monaco,Consolas,Courier New,monospace;font-size:.9em;padding:.2rem .4rem}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#667eea,#764ba2);border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#5a6fd8,#6a4190)}::selection{background:#667eea4d;color:#333}::-moz-selection{background:#667eea4d;color:#333}:focus{outline:2px solid #667eea80;outline-offset:2px}a,button,input,select,textarea{transition:all .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.glass-effect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.shadow-soft{box-shadow:0 8px 32px #0000001a}.shadow-hover{transition:box-shadow .3s ease}.shadow-hover:hover{box-shadow:0 12px 40px #00000026}.App{display:flex;flex-direction:column;min-height:100vh}.App *{box-sizing:border-box}html{scroll-behavior:smooth}.App button:focus,.App input:focus,.App select:focus,.App textarea:focus{border-radius:4px;outline-offset:2px}.app-loading{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.app-loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-error{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.app-error h1{font-size:2rem;margin-bottom:1rem}.app-error p{font-size:1.1rem;max-width:600px;opacity:.9}@keyframes successPulse{0%{box-shadow:0 0 0 0 #4caf50b3;transform:scale(1)}70%{box-shadow:0 0 0 10px #4caf5000;transform:scale(1.05)}to{box-shadow:0 0 0 0 #4caf5000;transform:scale(1)}}.success-animation{animation:successPulse .6s ease-out}.CardSearch{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:120px}.CardList{max-height:600px;overflow-y:auto;padding-left:5px;padding-right:.5rem;padding-top:10px}.CardList::-webkit-scrollbar{width:6px}.CardList::-webkit-scrollbar-track{background:#0000001a;border-radius:3px}.CardList::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#667eea,#764ba2);border-radius:3px}.CardList::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#5a6fd8,#6a4190)}.search-section{margin-bottom:1.5rem}.search-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem;text-align:center}.Search{--padding:16px;align-items:center;background:#f8f9fa;border:2px solid #0000;border-radius:15px;display:flex;margin-bottom:1rem;outline:none;padding:var(--padding);transition:all .3s ease;width:100%}.Search:focus-within{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.Search-input{background:#0000;border:none;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:16px;margin-left:var(--padding);outline:none;width:100%}.Search-input::placeholder{color:#0006}.filters-section{background:#f8f9facc;border-radius:15px;padding:1rem}.filter-group,.filters-section{margin-bottom:1rem}.filter-group:last-child{margin-bottom:0}.filter-label{color:#555;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.AttributeDropdown,.Dropdown,.TypeDropdown{background:#fff;border:2px solid #e9ecef;border-radius:10px;color:#333;font-size:.9rem;margin-bottom:.5rem;padding:.75rem;transition:all .3s ease;width:100%}.AttributeDropdown:focus,.Dropdown:focus,.TypeDropdown:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.LevelInput,.LinkInput{background:#fff;border:2px solid #e9ecef;border-radius:10px;color:#333;font-size:.9rem;margin-bottom:.5rem;padding:.75rem;transition:all .3s ease;width:100%}.LevelInput:focus,.LinkInput:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.AddToSide{align-items:center;background:#667eea1a;border-radius:10px;display:flex;gap:.5rem;margin:1rem 0;padding:.75rem;transition:all .3s ease}.AddToSide:hover{background:#667eea26}.AddToSide input[type=checkbox]{accent-color:#667eea;cursor:pointer;height:18px;width:18px}.AddToSide label{color:#555;cursor:pointer;font-weight:600;-webkit-user-select:none;user-select:none}.results-count{color:#666;font-size:.9rem;font-style:italic;margin-bottom:1rem;text-align:center}.CardViewer{align-items:center;display:flex;flex-direction:column}.CardViewer img{border-radius:15px;box-shadow:0 4px 20px #0003;height:auto;margin-top:10%;max-width:100%;transition:transform .3s ease}.CardViewer img:hover{transform:scale(1.02)}.card-viewer-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem;text-align:center}.CardViewer button{background:linear-gradient(45deg,#20b2aa,#008b8b);border:none;border-radius:25px;box-shadow:0 4px 15px #20b2aa4d;color:#fff;cursor:pointer;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;font-weight:600;margin-top:10%;padding:.75rem 1.5rem;transition:all .3s ease}.CardViewer button:hover{background:linear-gradient(45deg,#1ea8a0,#007a7a);box-shadow:0 6px 20px #20b2aa66;transform:translateY(-2px)}.CardViewer button:active{box-shadow:0 2px 10px #20b2aa4d;transform:translateY(0)}.CardViewer button:focus{outline:2px solid #667eea80;outline-offset:2px}@media (max-width:500px){.CardViewer img{display:none}}.DeckViewer{display:flex;flex-direction:column;gap:1.5rem;height:-webkit-fit-content;height:fit-content}.deck-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000001a;padding:1.5rem;transition:all .3s ease}.deck-section:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.deck-header{align-items:center;border-bottom:2px solid #667eea33;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem}.deck-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.4rem;font-weight:700;margin:0}.deck-count{background:linear-gradient(45deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 2px 10px #667eea4d;color:#fff;font-size:.9rem;font-weight:600;padding:.4rem .8rem}.MainDeck{align-items:flex-start;background:linear-gradient(135deg,#667eea0d,#764ba20d);border:2px dashed #667eea4d;border-radius:15px;display:flex;flex-direction:column;justify-content:flex-start;min-height:400px;padding:1rem;transition:all .3s ease}.MainDeck:hover{background:linear-gradient(135deg,#667eea14,#764ba214);border-color:#667eea80}.SideDeck{align-items:flex-start;background:linear-gradient(135deg,#ffc1070d,#ff98000d);border:2px dashed #ffc1074d;border-radius:15px;display:flex;flex-direction:column;justify-content:flex-start;min-height:120px;padding:1rem;transition:all .3s ease}.SideDeck:hover{background:linear-gradient(135deg,#ffc10714,#ff980014);border-color:#ffc10780}.ExtraDeck{align-items:flex-start;background:linear-gradient(135deg,#4caf500d,#8bc34a0d);border:2px dashed #4caf504d;border-radius:15px;display:flex;flex-direction:column;justify-content:flex-start;min-height:120px;padding:1rem;transition:all .3s ease}.ExtraDeck:hover{background:linear-gradient(135deg,#4caf5014,#8bc34a14);border-color:#4caf5080}.deck-empty{align-items:center;color:#999;display:inline-block;flex-direction:column;font-style:italic;height:200px;justify-content:center;text-align:center}.deck-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.deck-empty-text{font-size:1.1rem;font-weight:500}.CardList{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.CardList img{border-radius:4px;box-shadow:0 2px 8px #0003;cursor:pointer;height:74px;transition:all .3s ease;width:50px}.CardList img:hover{box-shadow:0 4px 15px #0000004d;position:relative;transform:scale(1.1) translateY(-5px);z-index:10}@media (max-width:900px){.deck-section{padding:1rem}.deck-title{font-size:1.2rem}.MainDeck{min-height:300px}.ExtraDeck,.SideDeck{min-height:100px}}.yugi-app-container{background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.app-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 4px 20px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.app-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin:0;text-shadow:2px 2px 4px #0000001a}.deck-stats{display:flex;gap:1.5rem}.stat{background:linear-gradient(45deg,#667eea,#764ba2);border-radius:25px;box-shadow:0 2px 10px #667eea4d;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:transform .2s ease,box-shadow .2s ease}.stat:hover{box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.app-main{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:400px 725px 450px;justify-content:center;margin-bottom:0;margin-top:0;max-width:100%;padding:2rem}@media (max-width:1800px){.app-main{gap:1.5rem;grid-template-columns:300px 725px 350px;padding:1.5rem}}@media (max-width:1400px){.app-main{gap:1.5rem;grid-template-columns:250px 725px 300px;padding:1.5rem}}@media (max-width:500px){.app-main{gap:1rem;grid-template-columns:1fr;padding:1rem}.app-header{flex-direction:column;gap:1rem;text-align:center}.app-title{font-size:2rem}.deck-stats{gap:1rem}}
/*# sourceMappingURL=main.c12daa90.css.map*/