@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";body{background:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;margin:0;min-height:100vh}.card{background:#f8fafc;border-radius:1rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .2s ease}.card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.btn-primary{background:#111827;color:#fff;font-weight:500;padding:.875rem 2rem;border-radius:.75rem;transition:all .2s ease;border:none;cursor:pointer;font-size:.875rem;line-height:1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin:2rem .25rem}.btn-primary:hover{background:#374151;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#fff;color:#374151;font-weight:500;padding:.875rem 2rem;border-radius:.75rem;border:1px solid #d1d5db;transition:all .2s ease;cursor:pointer;font-size:.875rem;line-height:1.25rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin:2rem .25rem}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.btn-secondary:active{transform:translateY(0)}.game-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;width:4rem;height:6rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.game-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.game-card.selected{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b80;background:#fef3c7}.game-table{background:#374151;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}.header{top:0;z-index:50;background-color:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.header-container{max-width:80rem;margin:0 auto;padding:1rem 1.5rem}.header-content{display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.75rem}.header-logo-icon{width:2.5rem;height:2.5rem;background:linear-gradient(to right,#4f46e5,#7c3aed);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.header-logo-icon svg{width:1.5rem;height:1.5rem;color:#fff}.header-logo-text h1{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.header-logo-text p{font-size:.75rem;color:#6b7280;margin:0}.header-nav{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.header-nav{display:flex}}.header-nav a{color:#6b7280;font-weight:500;text-decoration:none;transition:color .2s ease}.header-nav a:hover{color:#4f46e5}.header-cta{font-size:.875rem;padding:.5rem 1.5rem;max-width:20%}.feature-modal-backdrop{position:fixed;inset:0;background:#00000080;z-index:9998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.feature-modal{position:fixed;top:10%;left:25%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;z-index:9999;width:100%;max-width:50%;max-height:90vh;overflow:hidden}.feature-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f3f4f6,#fff)}.feature-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1f2937}.feature-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:.5rem;border-radius:8px;transition:all .2s ease}.feature-modal-close:hover{background:#f3f4f6;color:#374151}.feature-modal-form{display:flex;flex-direction:column;height:100%}.feature-modal-body{padding:1.5rem;flex:1}.feature-modal-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical;min-height:100px}.feature-modal-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.feature-btn-primary,.feature-btn-secondary{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.feature-btn-primary{background:#3b82f6;color:#fff;flex:1}.feature-btn-primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.feature-btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.feature-btn-secondary{background:#f3f4f6;color:#374151;flex:0 0 auto}.feature-btn-secondary:hover{background:#e5e7eb}.feature-modal-success{padding:3rem;text-align:center}.success-icon{font-size:3rem;margin-bottom:1rem}.feature-modal-success h3{color:#059669;font-size:1.5rem;margin-bottom:.5rem}.feature-modal-success p{color:#6b7280;line-height:1.6}@media (max-width: 480px){.feature-modal{width:95%;margin:1rem}.feature-modal-header,.feature-modal-body,.feature-modal-footer{padding:1rem}.feature-modal-footer{flex-direction:column}.feature-btn-secondary{flex:1}}.cookie-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.cookie-modal-content{background:#fff;border-radius:1rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0000004d;animation:cookieModalSlideIn .3s ease-out}@keyframes cookieModalSlideIn{0%{transform:translateY(-50px) scale(.9);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.cookie-modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e2e8f0}.cookie-modal-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.cookie-modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.cookie-modal-close:hover{background-color:#f3f4f6;color:#374151}.cookie-modal-body{padding:1.5rem 2rem}.cookie-modal-intro{font-size:1rem;color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.cookie-section{margin-bottom:1.5rem}.cookie-section h3{font-size:1.1rem;font-weight:600;color:#1a202c;margin-bottom:.5rem}.cookie-section p{color:#4a5568;line-height:1.6;margin-bottom:.5rem}.cookie-types{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.cookie-type{background:#f8fafc;padding:1rem;border-radius:.5rem;border-left:3px solid #667eea}.cookie-type strong{display:block;color:#1a202c;margin-bottom:.25rem}.cookie-type p{margin:0;font-size:.9rem;color:#4a5568}.cookie-modal-footer{padding:1rem 2rem 2rem;text-align:center;border-top:1px solid #e2e8f0}.cookie-modal-accept{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px}.cookie-modal-accept:hover{transform:translateY(-1px);box-shadow:0 4px 15px #667eea4d}.cookie-modal-accept:active{transform:translateY(0)}@media (max-width: 768px){.cookie-modal-content{margin:1rem;max-height:85vh}.cookie-modal-header{padding:1.5rem 1.5rem 1rem}.cookie-modal-body{padding:1rem 1.5rem}.cookie-modal-footer{padding:1rem 1.5rem 1.5rem}.cookie-modal-title{font-size:1.25rem}.cookie-types{gap:.75rem}}.footer{background-color:#f9f9f9;color:#1e293b;padding:40px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;text-align:center;border-top:1px solid #e2e8f0}.footer-branding{grid-column:span 2}.footer-brand-name{font-size:1.5rem;font-weight:700;margin-bottom:10px;color:#1e293b}.footer-tagline{font-size:1rem;color:#475569}.footer-links,.footer-about,.footer-legal{text-align:left}.footer-section-title{font-size:1.2rem;font-weight:700;margin-bottom:10px;color:#1e293b}.footer-link-list{list-style:none;padding:0;margin:0}.footer-link{color:#475569;text-decoration:none;font-size:.9rem;transition:color .3s ease;line-height:1.8}.footer-link:hover{color:#1e293b}.footer-button{background:none;border:none;padding:0;font-size:inherit;font-family:inherit;cursor:pointer;text-align:left;display:inline-flex;align-items:center;gap:.5rem}.footer-button:hover{color:#1e293b}.footer-about-text{font-size:.9rem;color:#475569;line-height:1.6}.footer-emoji{font-size:1rem}@media (max-width: 768px){.footer{grid-template-columns:1fr;text-align:center}.footer-branding{grid-column:span 1}.footer-links,.footer-about,.footer-legal{text-align:center}}.landing-container{min-height:100vh;background-color:#f9fafb}.landing-content{max-width:72rem;margin:0 auto;padding:0 2rem}@media (min-width: 1024px){.landing-content{max-width:80%}}.hero-section{padding:5rem 0}.hero-content{text-align:center}.hero-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:2rem;line-height:1.1}@media (min-width: 768px){.hero-title{font-size:4.5rem}}.hero-title-accent{color:#6b7280}.hero-description{font-size:1.25rem;color:#6b7280;max-width:42rem;margin:0 auto 3rem;line-height:1.6}.hero-subnote{margin:-2rem auto 2.5rem;font-size:.85rem;color:#4b5563;letter-spacing:.3px;max-width:32rem;font-weight:500}@media (min-width: 768px){.hero-subnote{font-size:.9rem}}.hero-buttons{display:flex;flex-direction:column;gap:1.5rem;justify-content:center;align-items:center;margin-bottom:4rem}@media (min-width: 640px){.hero-buttons{flex-direction:row}}.features-section{padding:4rem 0}.features-container{background-color:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:4%;align-items:stretch;justify-content:center;margin:0 auto}.features-card{background-color:#fff;padding:2rem;padding-block:3rem;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;flex-direction:column;margin-block:2%}.features-header{margin-bottom:2rem}.features-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.features-subtitle{color:#6b7280}.features-list{margin-top:1rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background-color:#f9fafb;border-radius:.75rem;border:1px solid #e5e7eb;transition:all .2s ease;margin-bottom:1rem}.colored-text{background:linear-gradient(to left,#347d9c,#6cb335,#ef8512);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700}.feature-item:hover{border-color:#93c5fd;transform:translate(.25rem)}.feature-icon{width:2rem;height:2rem;background-color:#111827;color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-icon svg{width:1.5rem;height:1.5rem}.feature-content h3{font-size:.875rem;font-weight:700;color:#3b82f6;margin-bottom:1rem}.feature-content p{font-size:.875rem;color:#6b7280}.leaderboard-card{background-color:#fff;border-radius:1rem;padding:2rem;padding-block:3rem;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;flex-direction:column;margin-block:2%}.leaderboard-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.leaderboard-icon{width:1.25rem;height:1.25rem;color:#eab308}.leaderboard-title{font-size:1.125rem;font-weight:700;color:#111827}.leaderboard-list{margin-bottom:1rem}.leaderboard-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f9fafb;border-radius:.5rem;margin-bottom:.75rem}.leaderboard-player{display:flex;align-items:center;gap:.75rem}.leaderboard-position{width:1.5rem;height:1.5rem;background-color:#d1d5db;color:#6b7280;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}.leaderboard-name-placeholder{width:6rem;height:.75rem;background-color:#d1d5db;border-radius:.25rem;animation:pulse 2s infinite}.leaderboard-score-placeholder{width:3rem;height:.75rem;background-color:#d1d5db;border-radius:.25rem;animation:pulse 2s infinite}.leaderboard-footer{margin-top:1.5rem;text-align:center}.leaderboard-coming-soon{font-size:.875rem;color:#6b7280}.leaderboard-subtitle{font-size:.75rem;color:#9ca3af;margin-top:.25rem}.how-it-works-section{padding:4rem 0;margin-top:10rem}.how-it-works-header{text-align:center;margin-bottom:3rem}.how-it-works-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media (min-width: 768px){.how-it-works-title{font-size:2.25rem}}.how-it-works-description{font-size:1.125rem;color:#6b7280;max-width:42rem;margin:0 auto}.steps-grid{display:grid;gap:2rem}@media (min-width: 768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-item{text-align:center}.step-number{width:4rem;height:4rem;background-color:#111827;color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1.5rem}.step-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.step-description{color:#6b7280;line-height:1.6}.final-cta{text-align:center;margin-top:4rem;margin-bottom:5rem}.final-cta-button{padding-bottom:1rem;margin-bottom:1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ad-slot{width:100%;max-width:728px;min-height:90px;margin:1.5rem auto;border:2px dashed #555;border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#ffd70014,#ffffff05);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow:hidden;transition:box-shadow .3s ease}.ad-slot:hover{box-shadow:0 0 12px #ffd70059}.ad-inner{text-align:center;font-family:system-ui,sans-serif;padding:.5rem 1rem;display:flex;flex-direction:column;gap:.25rem}.ad-tag{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#d4af37}.ad-desc{font-size:.8rem;color:#888}@media (max-width:600px){.ad-slot{min-height:60px}}.simple-game-creator{max-width:1000px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.creator-header{text-align:center;margin-bottom:3rem}.creator-header h2{font-size:2.5rem;color:#2c3e50;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.creator-header p{font-size:1.2rem;color:#7f8c8d;margin:0}.template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:3rem}.template-card{background:#fff;border:2px solid #e0e6ed;border-radius:12px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #0000001a}.template-card:hover{transform:translateY(-5px);border-color:#667eea;box-shadow:0 8px 25px #667eea26}.template-card.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea15,#764ba215);transform:translateY(-5px);box-shadow:0 8px 25px #667eea33}.template-icon{font-size:3rem;margin-bottom:1rem;display:block}.template-card h3{font-size:1.25rem;color:#2c3e50;margin-bottom:.5rem;font-weight:600}.template-card p{color:#7f8c8d;font-size:.95rem;line-height:1.4;margin:0}.customization-panel{background:#fff;border:2px solid #e0e6ed;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.customization-panel h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1.5rem;text-align:center}.setting-group{margin-bottom:1.5rem}.setting-group label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:.95rem}.setting-group input,.setting-group select{width:100%;padding:.75rem;border:2px solid #e0e6ed;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff}.setting-group input:focus,.setting-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.creator-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:150px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background:#fff;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width: 768px){.simple-game-creator{padding:1rem}.template-grid{grid-template-columns:1fr;gap:1rem}.creator-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}.btn-primary:disabled{background:#bdc3c7;box-shadow:none}.mode-selection{text-align:center;margin-bottom:2rem}.mode-tabs{display:flex;justify-content:center;gap:.5rem;margin:1.5rem 0;background:#f8f9fa;padding:.5rem;border-radius:12px;box-shadow:0 2px 10px #0000001a;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.mode-tab{padding:.75rem 1.5rem;border:none;background:transparent;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#6b7280;min-width:150px}.mode-tab:hover{background:#667eea1a;color:#667eea}.mode-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.mode-description{font-size:1.1rem;color:#6b7280;margin:1rem auto;max-width:600px;line-height:1.5}.advanced-creator{max-width:800px;margin:0 auto}.rule-input-container{max-width:42rem;margin:0 auto;background-color:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem;border:1px solid #dcfce7;margin-top:2.5rem}.rule-input-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#111827}.rule-input-description{font-size:1rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.rule-input-textarea{width:100%;min-height:7.5rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;color:#1f2937;font-family:inherit;resize:vertical;transition:all .2s ease}.rule-input-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.rule-input-textarea::-moz-placeholder{color:#9ca3af}.rule-input-textarea::placeholder{color:#9ca3af}.rule-input-buttons{margin-bottom:1rem;text-align:center}.rule-input-start-button{padding:1rem 2rem;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.rule-input-start-button:disabled{opacity:.6;cursor:not-allowed}.rule-input-start-button.loading{background:transparent;position:relative;overflow:hidden;display:inline-flex;justify-content:center;align-items:center}.button-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.ai-loading-animation{position:relative;z-index:2}.button-label{position:relative;z-index:1;font-weight:700;font-size:1.1em}@keyframes shimmer-move{0%{left:-100%}to{left:100%}}.rule-builder-container{min-height:100vh;background-color:#fff}.rule-builder-content{max-width:64rem;margin:0 auto;padding:2rem}.rule-builder-header{display:flex;align-items:center;justify-content:flex-start;margin-bottom:3rem}.rule-builder-back-button{display:flex;align-items:center;gap:.75rem;color:#6b7280;background:none;border:none;cursor:pointer;transition:color .2s ease;font-size:1.125rem;font-weight:500}.rule-builder-back-button:hover{color:#111827}.rule-builder-title-section{text-align:center;margin-bottom:4rem}.rule-builder-title-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.rule-builder-title-header svg{color:#111827;width:2rem;height:2rem}.rule-builder-title{font-size:2.25rem;font-weight:700;color:#111827;margin:0}@media (min-width: 768px){.rule-builder-title{font-size:3.75rem}}.rule-builder-description{font-size:1.25rem;color:#6b7280;max-width:42rem;margin:0 auto}.rule-builder-form{background-color:#f9fafb;border-radius:1rem;padding:2rem;margin-bottom:3rem;border:1px solid #e5e7eb}.rule-builder-navigation{text-align:center}.rule-builder-nav-button{font-size:1.125rem}.player-hand{display:flex;flex-direction:column;align-items:center}.player-hand.current{transform:scale(1.05)}.player-cards{display:flex;gap:.15rem;margin-bottom:.5rem;position:relative}.player-cards>*{margin-left:-1.2rem;transition:margin .15s,z-index .15s;z-index:1}.player-cards>*:first-child{margin-left:0}.player-cards>*:hover,.player-cards>*:focus-within{z-index:10;margin-bottom:.25rem}.player-cards.compact>*{margin-left:-1.7rem}.player-name{font-size:.875rem;font-weight:600}.player-name.current{color:#15803d}.player-name.inactive{color:#4b5563}.card{width:3rem;height:4.25rem;min-width:3rem;min-height:4.25rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;font-size:1.125rem;font-weight:700;border:2px solid #e5e7eb;transition:all .2s ease;background-color:#fff;border-radius:.25rem;padding:1%}.card:hover{transform:translateY(-.125rem);box-shadow:0 4px 6px -1px #0000001a}.card.selected{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b80;background-color:#fef3c7}.card.face-down{background-color:#d1d5db;color:#9ca3af}.card-face-down-content{font-size:1.5rem;flex:1;display:flex;align-items:center;justify-content:center}.card-corners{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.card-corner{font-size:.75rem}.card-center{flex:1;display:flex;align-items:center;justify-content:center}.card-suit{font-size:1.5rem}.card-bottom-corner{display:flex;justify-content:space-between;align-items:flex-end;width:100%;transform:rotate(180deg)}.card-red{color:#ef4444}.card-black{color:#222}.game-table{width:100%;max-width:64rem;margin:2rem auto;padding:1rem;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;background:linear-gradient(to bottom right,#dcfce7,#bbf7d0);border:1px solid #bbf7d0;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:400px;max-height:85vh;overflow-y:auto}@media (max-height: 800px){.game-table{max-height:80vh;margin:1rem auto}}@media (max-height: 700px){.game-table{max-height:75vh;margin:.75rem auto}}@media (max-height: 600px){.game-table{max-height:70vh;padding:.75rem;margin:.5rem auto}}.ai-table-layout{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem;overflow:hidden}.debug-info{position:absolute;top:.5rem;right:.5rem;background:#0000001a;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;color:#666;z-index:100}@media (max-width: 768px){.debug-info{position:static;margin-bottom:.5rem;text-align:center}}.table-zones-container{flex:1;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding:.5rem}.memory-palace-layout{display:flex;flex-direction:column;gap:1rem;width:100%;height:100%;overflow-y:auto}.memory-grid-section,.sequence-area-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-height:0}@media (min-width: 1024px) and (min-height: 800px){.memory-palace-layout{flex-direction:row;justify-content:space-around;align-items:flex-start}.memory-grid-section,.sequence-area-section{flex:1;max-width:45%}}@media (max-height: 700px){.memory-palace-layout{gap:.5rem}.zone-title{font-size:1rem;margin-bottom:.25rem}}.simple-game-area{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:1rem;text-align:center}@media (max-height: 600px){.simple-game-area{min-height:150px;padding:.5rem}}.game-message{font-size:1.1rem;color:#15803d;text-align:center;margin-bottom:1rem;font-weight:500;line-height:1.4}@media (max-height: 600px){.game-message{font-size:.95rem;margin-bottom:.5rem}}.game-message{font-size:1.2rem;color:#15803d;text-align:center;margin-bottom:2rem;font-weight:500}.rules-based-table{width:100%;max-width:1200px;margin:0 auto}.freeform-table{position:relative;width:100%;min-height:500px;background:#ffffff1a;border-radius:1rem;border:2px dashed #34d399}.structured-table{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:flex-start}.structured-table.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.structured-table.sequence{flex-direction:row;overflow-x:auto;padding:1rem}.structured-table.scattered{position:relative;min-height:400px}.table-zone{background:#fff3;border-radius:.5rem;padding:.5rem;border:2px solid rgba(52,211,153,.3);transition:all .3s ease;min-width:120px;min-height:100px;max-width:100%;box-sizing:border-box}.table-zone:hover{border-color:#34d399;box-shadow:0 4px 15px #34d39933}.table-zone.flippable{cursor:pointer}.table-zone.flippable:hover{transform:translateY(-2px)}@media (min-width: 1024px){.table-zone{padding:1rem;min-width:150px;min-height:120px;border-radius:.75rem}}@media (max-height: 700px){.table-zone{padding:.25rem;min-width:100px;min-height:80px}}@media (max-height: 600px){.table-zone{padding:.25rem;min-width:90px;min-height:70px}}.zone-label{display:block;font-size:.8rem;font-weight:600;color:#059669;margin-bottom:.25rem;text-align:center;text-transform:capitalize;line-height:1.2}@media (min-width: 1024px){.zone-label{font-size:.875rem;margin-bottom:.5rem}}@media (max-height: 600px){.zone-label{font-size:.7rem;margin-bottom:.125rem}}.zone-content{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;min-height:60px;position:relative;width:100%}@media (min-width: 1024px){.zone-content{min-height:80px}}@media (max-height: 600px){.zone-content{min-height:50px}}.zone-deck .zone-cards,.zone-pile .zone-cards{flex-direction:column}.zone-sequence .zone-cards{flex-direction:row;overflow-x:auto}.zone-grid .zone-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.empty-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:60px;border:2px dashed #34d399;border-radius:.5rem;color:#059669;font-size:.75rem;text-align:center;line-height:1.2}@media (min-width: 1024px){.empty-zone{height:80px;font-size:.875rem}}@media (max-height: 600px){.empty-zone{height:50px;font-size:.7rem}}.deck-placeholder,.discard-placeholder,.grid-placeholder,.center-placeholder,.sequence-placeholder,.pile-placeholder,.player-placeholder{padding:.5rem;background:#34d3991a;border-radius:.25rem;font-weight:500;text-align:center;line-height:1.2}@media (max-height: 600px){.deck-placeholder,.discard-placeholder,.grid-placeholder,.center-placeholder,.sequence-placeholder,.pile-placeholder,.player-placeholder{padding:.25rem;font-size:.7rem}}.drop-zone-button,.center-drop-button{padding:.375rem .75rem;background:#34d399;color:#fff;border:none;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:.25rem}.drop-zone-button:hover,.center-drop-button:hover{background:#10b981;transform:translateY(-1px)}@media (max-height: 600px){.drop-zone-button,.center-drop-button{padding:.25rem .5rem;font-size:.7rem}}.center-area-sequences{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:400px;overflow-x:auto}@media (min-width: 768px){.center-area-sequences{flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:600px}}@media (max-height: 600px){.center-area-sequences{gap:.25rem;max-width:300px}}.sequence-group{display:flex;flex-direction:row;align-items:center;justify-content:center;min-width:0;overflow-x:auto}.empty-center-area{padding:1rem;background:#22c55e1a;border:2px dashed #22c55e;border-radius:.75rem;text-align:center;color:#065f46;font-style:italic;min-width:200px;max-width:300px;line-height:1.4}@media (max-height: 600px){.empty-center-area{padding:.5rem;min-width:150px;max-width:250px;font-size:.8rem;border-radius:.5rem}}.player-zones-container{width:100%;margin-top:1rem}.player-zones-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;max-width:100%}@media (max-width: 768px){.player-zones-grid{grid-template-columns:1fr;gap:.5rem}}@media (max-height: 600px){.player-zones-grid{gap:.25rem}}.player-zone-cards{display:flex;flex-direction:column;align-items:center;gap:.5rem}.player-cards{display:flex;flex-direction:row;gap:.25rem;flex-wrap:wrap;justify-content:center}@media (max-height: 600px){.player-zone-cards{gap:.25rem}.player-cards{gap:.125rem}}.flexible-table{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;overflow-y:auto}@media (min-width: 1024px){.flexible-table{gap:2rem}}@media (max-height: 600px){.flexible-table{gap:.5rem}}.flexible-message{font-size:1rem;color:#047857;font-weight:500;text-align:center;line-height:1.4}@media (max-height: 600px){.flexible-message{font-size:.875rem}}.flexible-message{font-size:1.1rem;color:#047857;font-weight:500;text-align:center}.simple-layout{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.layout-message{font-size:1rem;color:#059669;font-weight:500;text-align:center;padding:1rem;background:#dcfce780;border-radius:.5rem;border:1px solid #bbf7d0}.memory-grid{background:#ffffff1a;border-radius:.75rem;border:2px solid #34d399;max-width:100%;margin:0 auto;padding:1rem;box-sizing:border-box;overflow:hidden}@media (min-width: 1024px){.memory-grid{max-width:400px;padding:1.5rem}}@media (max-width: 1023px) and (min-width: 768px){.memory-grid{max-width:350px;padding:1rem}}@media (max-width: 767px){.memory-grid{max-width:300px;padding:.75rem}}@media (max-height: 700px){.memory-grid{max-width:280px;padding:.75rem}}@media (max-height: 600px){.memory-grid{max-width:250px;padding:.5rem}}.memory-grid .card{transition:transform .2s ease;max-width:100%;height:auto}.memory-grid .card:hover{transform:scale(1.05);z-index:10}.memory-palace-layout{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:1000px;margin:0 auto}.memory-grid-section,.sequence-area-section{display:flex;flex-direction:column;align-items:center;gap:1rem}.zone-title{font-size:1.25rem;font-weight:700;color:#065f46;margin:0}.empty-sequence-area{padding:2rem;background:#22c55e1a;border:2px dashed #22c55e;border-radius:1rem;text-align:center;color:#065f46;font-style:italic;min-width:300px}@media (min-width: 768px){.memory-palace-layout{flex-direction:row;justify-content:space-around;align-items:flex-start}}.table-grid{display:grid;gap:2rem;width:100%;max-width:1200px;margin:0 auto 2rem;justify-items:center}.table-grid.grid{grid-template-columns:repeat(4,1fr)}.table-grid.centered{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:3rem;max-width:1400px}.table-grid.sequence{gap:4rem;max-width:1600px}.pile-zone,.sequence-zone,.custom-zone{display:flex;flex-direction:column;align-items:center;min-width:150px;margin:1rem}.zone-label{font-weight:700;margin-bottom:1rem;font-size:1.1rem;color:#15803d;text-transform:capitalize}.pile-cards,.sequence-cards{display:flex;flex-direction:column;align-items:center;min-height:120px;position:relative}.sequence-cards{flex-direction:row;gap:0;min-width:300px}.scattered-table{background:#ffffff1a;border:2px dashed #bbf7d0;border-radius:12px;overflow:hidden}.scattered-card{transition:transform .3s ease}.scattered-card:hover{transform:scale(1.05);z-index:100}.custom-table{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;min-height:200px;align-items:center}.custom-message{width:100%;text-align:center;color:#15803d;font-style:italic;margin-bottom:1rem}.suit-column{display:flex;flex-direction:column;align-items:center;min-width:200px;position:relative}.suit-label{text-transform:capitalize;font-weight:700;margin-bottom:1rem;font-size:1.2rem;display:flex;align-items:center;gap:.5rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.suit-cards{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;gap:.5rem;min-height:120px;position:relative;min-width:100px}.suit-cards.stacked{flex-direction:column;gap:.25rem}.suit-cards.sequence{flex-direction:row;gap:0;min-width:300px;overflow-x:auto;padding:10px}.play-button{margin-top:.5rem;padding:.25rem .5rem;background-color:#dcfce7;border-radius:.25rem;font-size:.75rem;color:#15803d;border:none;cursor:pointer;transition:background-color .2s}.play-button:hover{background-color:#bbf7d0}.empty-pile{min-height:96px;min-width:64px;display:flex;align-items:center;justify-content:center;border:2px dashed #bbf7d0;border-radius:8px;background-color:#dcfce74d}.drop-zone{min-width:32px;min-height:96px;display:flex;align-items:center;justify-content:center;background-color:#22c55e1a;border:2px dashed #22c55e;border-radius:6px;color:#22c55e;font-size:1.2rem;cursor:pointer;transition:all .2s ease;margin:0 4px}.drop-zone:hover{background-color:#22c55e33;border-color:#16a34a;transform:scale(1.05)}.drop-zone.before{margin-right:8px}.drop-zone.after{margin-left:8px}.fallback-table,.inferred-memory-game{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem;text-align:center}@media (max-height: 600px){.fallback-table,.inferred-memory-game{gap:.5rem;padding:.5rem}}.inferred-grid,.inferred-center{width:100%;max-width:400px;margin:0 auto}@media (max-height: 600px){.inferred-grid,.inferred-center{max-width:300px}}.grid-placeholder,.center-placeholder{padding:2rem;background:#34d3991a;border:2px dashed #34d399;border-radius:.75rem;color:#059669;font-weight:500;text-align:center}@media (max-height: 600px){.grid-placeholder,.center-placeholder{padding:1rem;font-size:.875rem;border-radius:.5rem}}@media (max-width: 768px){.game-table{max-height:80vh;padding:.75rem}.memory-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:300px}.table-zones{gap:.75rem}.center-area-sequences{min-height:80px;padding:.75rem}}@media (min-width: 769px) and (max-width: 1024px){.memory-grid{max-width:350px;gap:.75rem}.center-area-sequences{min-height:80px}}@media (min-width: 1400px){.game-table{max-height:80vh}.memory-grid{max-width:500px}}.card-stack-empty{width:4rem;height:6rem;border:2px dashed #d1d5db;border-radius:.25rem;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.75rem}.card-stack-container,.card-stack-messy{position:relative}.card-in-stack{position:absolute;transition:all .3s ease;cursor:pointer}.card-in-stack .card{margin:0;padding:5%}.card-in-stack .card:hover{transform:none!important}.card-in-stack:hover{z-index:999!important;transform:scale(1.05)!important}.game-page{min-height:100vh;background-color:#fff}.game-container{width:80%;max-width:72rem;margin:0 auto;padding:2rem 0}.game-content{max-width:64rem;margin:0 auto}.game-area-container{width:100%;max-width:80rem;margin:2rem auto;padding:1rem;background:transparent;display:flex;flex-direction:column;align-items:center;gap:2rem}.game-table-outer{width:100%;max-width:80rem;margin:2rem auto;padding:1rem;background:linear-gradient(to bottom right,#f0fdf4,#dcfce7);border-radius:1.5rem;border:2px solid #bbf7d0;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;align-items:center;gap:2rem;min-height:400px}.no-game-container{min-height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center}.no-game-wrapper{width:80%;max-width:72rem;margin:0 auto}.no-game-content{text-align:center}.no-game-card{background-color:#f9fafb;border-radius:1rem;padding:3rem;max-width:28rem;margin:0 auto;border:1px solid #e5e7eb}.no-game-icon{font-size:4rem;margin-bottom:2rem}.no-game-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.no-game-description{color:#4b5563;margin-bottom:2rem;line-height:1.625}.game-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.back-button{display:flex;align-items:center;gap:.5rem;color:#4b5563;font-weight:500;transition:color .2s;background-color:#f9fafb;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #e5e7eb;text-decoration:none;cursor:pointer}.back-button:hover{color:#111827;border-color:#d1d5db}.back-icon{width:1.25rem;height:1.25rem}.game-info{text-align:right}.game-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.game-meta{font-size:1.125rem;color:#4b5563}.game-stats{background-color:#f9fafb;border-radius:1rem;padding:2rem;margin-bottom:3rem;border:1px solid #e5e7eb}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-item{display:flex;align-items:center;gap:1rem}.stat-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.stat-icon.players{background-color:#dbeafe}.stat-icon.turn{background-color:#fef3c7}.stat-icon.deck{background-color:#d1fae5}.stat-text{flex:1}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.25rem}.stat-value{font-size:1.25rem;font-weight:700;color:#111827}.message-container{margin-bottom:2rem}.message-card{background-color:#fef3c7;border:1px solid #f59e0b;border-radius:.5rem;padding:1rem;text-align:center}.message-text{color:#92400e;font-weight:500}.players-section{margin-bottom:3rem}.players-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem;text-align:center}.players-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;justify-items:center}.actions-section{margin-bottom:2rem}.actions-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem;text-align:center}.actions-grid{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.action-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s;border:none;cursor:pointer}.action-button:disabled{opacity:.5;cursor:not-allowed}.action-button.primary{background-color:#3b82f6;color:#fff}.action-button.primary:hover:not(:disabled){background-color:#2563eb}.action-button.secondary{background-color:#6b7280;color:#fff}.action-button.secondary:hover:not(:disabled){background-color:#4b5563}.action-button.danger{background-color:#ef4444;color:#fff}.action-button.danger:hover:not(:disabled){background-color:#dc2626}.cards-section{margin-bottom:2rem}.cards-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem;text-align:center}.cards-grid{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.debug-panel{background:#374151;border:1px solid #6b7280;border-radius:.5rem;padding:1rem;margin:1rem 0;font-family:monospace;font-size:.875rem}.debug-section{width:100%;margin-bottom:2rem}.player-display{display:flex;flex-direction:column;align-items:center}.card-container{position:relative}.check-text{color:#fff;font-size:.75rem;font-weight:700}.hand-status{margin-top:.5rem;text-align:center}.hand-value-badge{display:inline-block;padding:.25rem .75rem;border-radius:.25rem;background-color:#f3f4f6;color:#1f2937;font-size:.875rem;font-weight:600}.bust-indicator{margin-left:.5rem;color:#dc2626;font-weight:700}.winner-indicator{margin-left:.5rem;color:#16a34a;font-weight:700}.debug-title{font-weight:700;margin-bottom:.5rem;color:#fbbf24}.game-table-wrapper{margin:2rem 0}.turn-indicator{margin-bottom:1.5rem;text-align:center}.turn-badge{display:inline-block;padding:.75rem 1.5rem;border-radius:9999px;background-color:var(--primary-100, #ddd6fe);color:var(--primary-700, #5b21b6);font-weight:700;font-size:1.25rem;box-shadow:0 10px 15px -3px #0000001a}.turn-meta{margin-top:.5rem;font-size:.875rem;color:#4b5563}.player-management{margin-bottom:1.5rem;text-align:center}.player-list{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.player-count{margin-left:.5rem;font-size:.875rem}.players-display{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.player-container{display:flex;flex-direction:column;align-items:center}.table-section{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem}.table-title{font-weight:600;color:#374151;margin-bottom:1rem;font-size:1.125rem}.table-area{background-color:#dcfce7;border-radius:.75rem;padding:2rem;min-width:24rem;min-height:10rem}.table-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;justify-items:center}.suit-section{display:flex;flex-direction:column;align-items:center}.suit-cards-area{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem}.empty-slot{width:4rem;height:6rem;border:2px dashed #d1d5db;border-radius:.25rem;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:.75rem}.status-indicator{margin-top:.5rem;text-align:center}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:.25rem;background-color:#f3f4f6;color:#1f2937;font-size:.875rem;font-weight:600}.status-busted{margin-left:.5rem;color:#dc2626;font-weight:700}.status-winner{margin-left:.5rem;color:#16a34a;font-weight:700}.card-count{font-size:.875rem;color:#4b5563}.check-indicator{position:absolute;top:-.25rem;right:-.25rem;width:1rem;height:1rem;background-color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center}.check-mark{color:#fff;font-size:.75rem;font-weight:700}.player-cards{padding-inline:.5rem}.rules-section{margin-bottom:4rem}.rules-box{background:linear-gradient(135deg,#f3f4f6 60%,#e0e7ff);border-radius:1.25rem;box-shadow:0 4px 24px #0000000a;border:1px solid #c7d2fe;padding:2.5rem 2rem;margin:0 auto;max-width:900px}.rules-box h4{color:#1e293b}.rules-box .bg-white{background:#fff}.rules-box .bg-blue-600{background:#2563eb}.rules-box .text-white{color:#fff}.rules-box .rounded-xl{border-radius:1rem}.rules-box .text-gray-900{color:#111827}.rules-box .text-gray-600{color:#4b5563}.rules-box .text-gray-700{color:#374151}.rules-box .text-sm{font-size:.95rem}.rules-box .text-xs{font-size:.8rem}.rules-box .font-medium{font-weight:500}.rules-box .flex{display:flex}.rules-box .items-center{align-items:center}.rules-box .gap-2{gap:.5rem}.rules-box .gap-3{gap:.75rem}.rules-box .space-y-3>*+*{margin-top:.75rem}.rules-box .space-y-6>*+*{margin-top:1.5rem}.rules-box .mt-10{margin-top:2.5rem}.rules-box .pt-8{padding-top:2rem}.rules-box .mb-4{margin-bottom:1rem}.rules-box .mb-6{margin-bottom:1.5rem}.rules-box .rounded-full{border-radius:9999px}.rules-box .border{border-width:1px}.rules-box .p-4{padding:1rem}.rules-box .p-6{padding:1.5rem}.rules-box .px-4{padding-left:1rem;padding-right:1rem}.rules-box .py-2{padding-top:.5rem;padding-bottom:.5rem}.rules-box .rounded-lg{border-radius:.75rem}.rules-box .rounded-2xl{border-radius:1.25rem}.rules-box .text-center{text-align:center}.rules-box .flex-wrap{flex-wrap:wrap}.rules-box .justify-between{justify-content:space-between}.rules-box .justify-center{justify-content:center}.rules-box .items-start{align-items:flex-start}.rules-box .font-semibold{font-weight:600}.rules-box .leading-relaxed{line-height:1.6}.rules-box .w-6{width:1.5rem}.rules-box .h-6{height:1.5rem}.rules-box .mt-0\.5{margin-top:.125rem}.rules-box .flex-shrink-0{flex-shrink:0}.rules-box .grid{display:grid}.rules-box .md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.rules-box .gap-10{gap:2.5rem}.rules-box .gap-4{gap:1rem}.rules-box .border-t{border-top-width:1px}.rules-box .border-gray-200{border-color:#e5e7eb}.rules-box .font-bold{font-weight:700}.rules-box .text-xl{font-size:1.25rem}.rules-box .text-3xl{font-size:1.75rem}.rules-box .mb-8{margin-bottom:2rem}.rules-box .mb-16{margin-bottom:4rem}.icon-small{width:1.5rem;height:1.5rem}.icon-blue{color:#2563eb}.icon-green{color:#16a34a}.icon-purple{color:#9333ea}.text-red{color:#dc2626}.text-black{color:#000}.text-small{font-size:.875rem}.margin-left-small{margin-left:.5rem}.turn-badge-new{display:inline-block;padding:.75rem 1.5rem;border-radius:9999px;background-color:var(--primary-100, #ddd6fe);color:var(--primary-700, #5b21b6);font-weight:700;font-size:1.25rem;box-shadow:0 10px 15px -3px #0000001a}.turn-meta-new{margin-top:.5rem;font-size:.875rem;color:#6b7280}.player-list-container{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.player-chip{display:flex;align-items:center;padding:.5rem 1rem;border-radius:9999px;transition:all .2s;cursor:pointer}.player-chip.active{background-color:var(--primary-600, #7c3aed);color:#fff;box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.1)}.player-chip.inactive{background-color:#e5e7eb;color:#374151}.player-chip-count{margin-left:.5rem;font-size:.875rem}.check-indicator-small{position:absolute;top:-.25rem;right:-.25rem;width:1rem;height:1rem;background-color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center}.debug-panel{border-top:1px solid #e5e7eb;padding-top:2rem;margin-top:2.5rem}.debug-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.debug-icon{width:1.5rem;height:1.5rem;background-color:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.debug-content{background-color:#111827;color:#fff;padding:1rem;border-radius:.75rem;font-family:monospace;font-size:.875rem}.debug-item{margin-bottom:1rem}.debug-label{font-weight:700;color:#fbbf24}.debug-value-win{margin-left:.5rem;font-weight:700;color:#ef4444}.debug-value-continue{margin-left:.5rem;font-weight:700;color:#10b981}.debug-note{color:#9ca3af;font-size:.75rem}.win-condition-custom{font-size:.75rem;color:#2563eb;margin-top:.25rem}.DeckDiscard{padding-inline:1%}@keyframes thinking{0%,20%{opacity:1}50%{opacity:.6}to{opacity:1}}.turn-badge-new:has-text("thinking"){animation:thinking 1.5s ease-in-out infinite}.turn-badge-new{transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:1rem;font-weight:600;letter-spacing:.025em;box-shadow:0 4px 6px -1px #0000001a}.turn-badge-new:hover{transform:translateY(-1px);box-shadow:0 8px 15px -3px #00000026}.instant-win-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:#00000080}.instant-win-modal{padding:3rem;border-radius:1.5rem;border:4px solid;box-shadow:0 25px 50px -12px #00000040;text-align:center;max-width:28rem;margin:0 1rem}.instant-win-modal.win{background-color:#dcfce7;border-color:#4ade80;color:#166534}.instant-win-modal.continue{background-color:#fed7aa;border-color:#fb923c;color:#9a3412}.instant-win-emoji{font-size:5rem;margin-bottom:1rem}.instant-win-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.instant-win-message{font-size:1.25rem;margin-bottom:1.5rem}.instant-win-card{display:flex;justify-content:center;margin-bottom:1rem}.instant-win-play-again{margin-top:1.5rem;padding:.75rem 1.5rem;background-color:#16a34a;color:#fff;border-radius:9999px;border:none;font-weight:600;cursor:pointer;transition:background-color .2s ease}.instant-win-play-again:hover{background-color:#15803d}@media (max-height: 800px){.game-page{min-height:auto}.game-container{padding:1rem 0}.game-table-outer{min-height:400px;max-height:75vh;margin:1rem auto;padding:1rem;gap:1.5rem;overflow-y:auto}.game-area-container{margin:1rem auto;gap:1.5rem}}@media (max-height: 600px){.game-table-outer{min-height:300px;max-height:65vh;margin:.75rem auto;padding:.75rem;gap:1rem}.game-area-container{margin:.75rem auto;gap:1rem;padding:.75rem}.game-container{padding:.75rem 0}}@media (max-height: 600px){.no-game-container,.game-setup-container{min-height:auto;max-height:85vh;overflow-y:auto}.game-controls,.game-actions{position:sticky;bottom:0;background:#fff;padding:.75rem;border-top:1px solid #e5e7eb;z-index:10}}.examples-container{min-height:100vh;background-color:#fff}.examples-content{max-width:72rem;margin:0 auto;padding:2rem 1rem}.examples-header{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.examples-back-button{display:flex;align-items:center;gap:.75rem;background:#ffffffe6;border:1px solid rgba(255,255,255,.2);color:#4a5568;padding:1rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.examples-back-button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.dev-newsletter-button{display:flex;align-items:center;gap:.5rem;background:#93c5fde6;border:1px solid rgba(147,197,253,.3);color:#1e40af;padding:.75rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.9rem;opacity:.8}.dev-newsletter-button:hover{opacity:1;background:#93c5fd;transform:translateY(-1px);box-shadow:0 4px 15px #93c5fd4d}.examples-title-section{text-align:center;margin-bottom:4rem}.examples-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}@media (min-width: 768px){.examples-title{font-size:3.75rem}}.examples-description{font-size:1.25rem;color:#6b7280;max-width:42rem;margin:0 auto}.featured-games-section{margin-bottom:4rem}.featured-games-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.featured-games-header svg{color:#eab308;width:1.75rem;height:1.75rem}.featured-games-title{font-size:1.5rem;font-weight:700;color:#111827}.featured-games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;align-items:stretch}.game-card{background-color:#f9fafb;border-radius:1rem;padding:2.25rem 2rem 1.75rem;border:1px solid #e5e7eb;transition:box-shadow .2s,border-color .2s,transform .2s;cursor:pointer;display:flex;flex-direction:column;align-items:stretch;min-width:0;box-sizing:border-box;width:100%;height:100%;box-shadow:0 2px 8px #00000008}.game-card:hover{border-color:#d1d5db;box-shadow:0 6px 24px #00000014;transform:translateY(-.25rem) scale(1.02)}.game-card-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.75rem;gap:.5rem}.game-card-title{font-size:1.25rem;font-weight:700;color:#111827;transition:color .2s ease;word-break:break-word}.game-card:hover .game-card-title{color:#374151}.game-card-star{color:#eab308;fill:#eab308;width:1.25rem;height:1.25rem}.game-card-description{color:#6b7280;margin-bottom:1.25rem;line-height:1.6;font-size:1.05rem;word-break:break-word;text-align:left}.game-card-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem;color:#6b7280;flex-wrap:wrap;justify-content:flex-start}.game-card-meta-item{display:flex;align-items:center;gap:.25rem}.game-card-meta-item svg{width:1rem;height:1rem}.game-card-difficulty{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.85rem;font-weight:500;text-transform:capitalize;margin-left:auto}.difficulty-easy{background-color:#dcfce7;color:#166534}.difficulty-medium{background-color:#fef3c7;color:#92400e}.difficulty-hard{background-color:#fecaca;color:#991b1b}.difficulty-default{background-color:#f3f4f6;color:#1f2937}.game-card-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background-color:#111827;color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s,box-shadow .2s,transform .2s;margin-top:1rem}.game-card-button:hover{background-color:#374151;transform:translateY(-.125rem) scale(1.01);box-shadow:0 4px 12px -1px #0000001f}.all-games-section{margin-bottom:2rem}.all-games-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:2rem}.all-games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2.5rem;align-items:stretch}.examples-cta-section{text-align:center;margin-top:5rem}.examples-cta-container{background-color:#f9fafb;border-radius:1rem;padding:3rem;border:1px solid #e5e7eb}.examples-cta-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.examples-cta-description{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}.examples-cta-button{font-size:1.125rem}.how-it-works-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem 0}.how-it-works-container{max-width:1200px;margin:0 auto;padding:0 2rem}.how-it-works-header{text-align:center;margin-bottom:4rem}.how-it-works-title{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.how-it-works-subtitle{font-size:1.25rem;color:#4a5568;max-width:600px;margin:0 auto;line-height:1.6}.how-it-works-steps{margin-bottom:5rem}.step-card{display:flex;align-items:flex-start;gap:2rem;background:#fff;border-radius:1rem;padding:2.5rem;margin-bottom:2rem;box-shadow:0 10px 25px #0000001a;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease}.step-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.step-number{flex-shrink:0;width:4rem;height:4rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}.step-content{flex:1}.step-title{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.step-description{font-size:1rem;color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.step-example{background:#f7fafc;border-left:4px solid #667eea;padding:1rem;border-radius:.5rem;font-size:.9rem;color:#2d3748}.step-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem}.feature-item{color:#2d3748;font-size:.9rem;padding:.5rem 0}.how-it-works-features{margin-bottom:4rem}.features-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1a202c;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-box{background:#fff;padding:2rem;border-radius:1rem;text-align:center;box-shadow:0 5px 15px #00000014;border:1px solid #e2e8f0;transition:transform .3s ease}.feature-box:hover{transform:translateY(-3px)}.feature-icon{font-size:3rem;margin-block:.5rem;margin-left:.5rem}.feature-box h4{font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:1rem}.feature-box p{color:#4a5568;line-height:1.6}.how-it-works-cta{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1rem;padding:3rem 2rem;color:#fff}.how-it-works-cta h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.how-it-works-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta-button{display:inline-block;background:#fff;color:#667eea;padding:1rem 2.5rem;border-radius:.75rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}@media (max-width: 768px){.how-it-works-title{font-size:2rem}.how-it-works-subtitle{font-size:1rem}.step-card{flex-direction:column;text-align:center;gap:1rem}.features-grid,.step-features{grid-template-columns:1fr}}.privacy-policy-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem 0}.privacy-policy-container{max-width:800px;margin:0 auto;padding:0 2rem}.privacy-policy-header{text-align:center;margin-bottom:3rem}.privacy-policy-title{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-policy-subtitle{font-size:1rem;color:#6b7280;font-style:italic}.privacy-policy-content{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 10px 25px #0000001a;border:1px solid #e2e8f0}.policy-section{margin-bottom:2.5rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.policy-section h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin-top:1.5rem;margin-bottom:.75rem}.policy-section p{color:#4a5568;line-height:1.7;margin-bottom:1rem}.policy-section ul{color:#4a5568;line-height:1.7;margin-bottom:1rem;padding-left:1.5rem}.policy-section li{margin-bottom:.5rem}.policy-section li strong{color:#2d3748;font-weight:600}@media (max-width: 768px){.privacy-policy-title{font-size:2rem}.privacy-policy-content{padding:1.5rem}.policy-section h2{font-size:1.25rem}.policy-section h3{font-size:1.1rem}}.terms-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:2rem 0}.terms-container{max-width:800px;margin:0 auto;padding:0 2rem}.terms-header{text-align:center;margin-bottom:3rem}.terms-title{font-size:3rem;font-weight:700;color:#1a202c;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms-subtitle{font-size:1rem;color:#6b7280;font-style:italic}.terms-content{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 10px 25px #0000001a;border:1px solid #e2e8f0}.terms-section{margin-bottom:2.5rem}.terms-section:last-child{margin-bottom:0}.terms-section h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin-bottom:1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.terms-section h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin-top:1.5rem;margin-bottom:.75rem}.terms-section p{color:#4a5568;line-height:1.7;margin-bottom:1rem}.terms-section ul{color:#4a5568;line-height:1.7;margin-bottom:1rem;padding-left:1.5rem}.terms-section li{margin-bottom:.5rem}.contact-info{background:#f7fafc;border-radius:.5rem;padding:1.5rem;border-left:4px solid #667eea;margin-top:1rem}.contact-info p{margin-bottom:.5rem;color:#2d3748}.contact-info a{color:#667eea;text-decoration:none;transition:color .2s ease}.contact-info a:hover{color:#764ba2;text-decoration:underline}@media (max-width: 768px){.terms-title{font-size:2rem}.terms-content{padding:1.5rem}.terms-section h2{font-size:1.25rem}.terms-section h3{font-size:1.1rem}}.email-signup-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;align-items:center;padding:20px;font-family:Arial,sans-serif}.email-signup-container{width:100%;max-width:500px}.signup-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:5%;margin-block:20%;text-align:center;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2)}.logo-section{margin-bottom:30px}.game-icon{font-size:4rem;margin-bottom:10px;display:inline-block;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}h1{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:15px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:40px;opacity:.8}.signup-form{margin-bottom:40px}.form-group{display:flex;flex-direction:column;gap:15px}.email-input{width:100%;padding:16px 20px;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;background:#fff;color:#2d3748;transition:all .3s ease;box-sizing:border-box}.email-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.email-input:disabled{opacity:.6;cursor:not-allowed}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 24px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;width:100%;transition:all .3s ease;position:relative;overflow:hidden}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d}.submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.loading{display:flex;align-items:center;justify-content:center;gap:10px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.message{margin-top:20px;padding:16px;border-radius:12px;font-size:1rem;font-weight:500;text-align:center}.message.success{background:#48bb781a;color:#2f855a;border:2px solid rgba(72,187,120,.2)}.message.error{background:#f565651a;color:#c53030;border:2px solid rgba(245,101,101,.2)}.features-preview{border-top:1px solid #e2e8f0;padding-top:30px}.features-preview h3{color:#2d3748;font-size:1.3rem;margin-bottom:20px;font-weight:600}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.feature-item{display:flex;align-items:center;gap:10px;color:#4a5568;font-size:.95rem}.feature-icon{font-size:1.2rem}.skip-button{margin-top:25px;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;opacity:.8}.skip-button:hover{opacity:1;transform:translateY(-1px);box-shadow:0 6px 20px #48bb784d}@media (max-width: 480px){.signup-card{padding:30px 20px;margin-block:10%}h1{font-size:2rem}.subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr;gap:12px}.email-input,.submit-button{padding:14px 18px}}.admin-dashboard{min-height:100vh;background:linear-gradient(135deg,#2d3748,#4a5568);display:flex;justify-content:center;align-items:center;padding:20px;font-family:Arial,sans-serif}.admin-login{width:100%;max-width:400px;margin:0 auto}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;text-align:center}.login-card h1{color:#2d3748;margin-bottom:10px;font-size:2rem}.login-card p{color:#4a5568;margin-bottom:30px}.form-group{margin-bottom:20px}.password-input{width:100%;padding:15px;border:2px solid #e2e8f0;border-radius:10px;font-size:16px;transition:border-color .3s ease}.password-input:focus{outline:none;border-color:#4299e1}.login-button{width:100%;padding:15px;background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:700;cursor:pointer;transition:transform .2s ease;margin-bottom:15px}.login-button:hover{transform:translateY(-2px)}.logout-button{padding:8px 16px;background:#e53e3e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.logout-button:hover{background:#c53030}.header-actions{display:flex;gap:10px;align-items:center}.admin-container{width:100%;max-width:800px}.admin-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2)}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;border-bottom:2px solid #e2e8f0;padding-bottom:20px}.admin-header h1{color:#2d3748;font-size:2rem;font-weight:700;margin:0}.back-button{background:#e2e8f0;color:#4a5568;border:none;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-button:hover{background:#cbd5e0;transform:translateY(-1px)}.loading-container{text-align:center;color:#fff;padding:60px 20px}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stats-overview{margin-bottom:40px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:30px;border-radius:15px;box-shadow:0 10px 25px #667eea4d}.stat-number{font-size:3rem;font-weight:700;margin-bottom:10px}.stat-label-admin{font-size:1.1rem;opacity:.9;color:#fff}.recent-signups h2{color:#2d3748;font-size:1.5rem;margin-bottom:20px;font-weight:600}.signups-list{display:flex;flex-direction:column;gap:15px}.signup-item{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.signup-item:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.email-info{flex:1}.email{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:5px}.timestamp{font-size:.9rem;color:#718096}.source-badge{background:#e2e8f0;color:#4a5568;padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:uppercase}.no-signups{text-align:center;color:#718096;font-style:italic;padding:40px}.admin-actions{margin-top:40px;text-align:center;border-top:2px solid #e2e8f0;padding-top:20px}.refresh-button{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;border:none;padding:12px 24px;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.refresh-button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #48bb784d}.error-message{text-align:center;color:#e53e3e;padding:40px}.retry-button{background:#e53e3e;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;margin-top:15px;transition:all .3s ease}.retry-button:hover{background:#c53030;transform:translateY(-1px)}@media (max-width: 480px){.admin-card{padding:30px 20px}.admin-header{flex-direction:column;gap:15px;text-align:center}.admin-header h1{font-size:1.5rem}.stat-number{font-size:2.5rem}.signup-item{flex-direction:column;align-items:flex-start;gap:10px}}.app-container{min-height:100vh;background:linear-gradient(to bottom right,#dbeafe,#e0e7ff);display:flex;flex-direction:column}.app-main{flex:1}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.read-the-docs{color:#888}@media (max-height: 800px){.app-container{min-height:100vh;max-height:100vh;overflow-y:auto}}@media (max-height: 600px){.app-container{min-height:100vh;max-height:100vh;overflow-y:auto}.app-main{flex:1;overflow-y:auto;max-height:calc(100vh - 120px)}}
