:root{--background:#e0e0e0;--primary:#36f;--primary-hover:#254edb;--text:#333;--text-light:#666;--shadow-light:hsla(0,0%,100%,.8);--shadow-dark:rgba(0,0,0,.1);--card-bg:#e6e6e6;--input-bg:#e8e8e8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background-color:var(--background);color:var(--text);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.neumorphic-out{box-shadow:8px 8px 15px var(--shadow-dark),-8px -8px 15px var(--shadow-light)}.neumorphic-in,.neumorphic-out{background:var(--card-bg);border-radius:20px}.neumorphic-in{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light)}h1,h2,h3,h4,h5,h6{font-weight:600;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem;margin-bottom:2rem;text-align:center}h3{font-size:1.5rem}p{margin-bottom:1rem;color:var(--text-light)}a{text-decoration:none;color:var(--primary);transition:all .3s ease}a:hover{color:var(--primary-hover)}section{padding:80px 0}header{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.logo h1{font-weight:700;margin-bottom:0}.logo span{color:var(--primary)}nav ul{display:flex;list-style:none}nav ul li{margin-left:30px}nav ul li a{color:var(--text);font-weight:500}nav ul li a:hover{color:var(--primary)}.btn-outline,.btn-primary,.btn-secondary{display:inline-block;padding:12px 30px;border-radius:10px;font-weight:500;border:none;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.btn-primary{background:var(--primary);color:#fff;box-shadow:4px 4px 10px var(--shadow-dark),-4px -4px 10px var(--shadow-light)}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px)}.btn-primary:active{box-shadow:inset 2px 2px 5px rgba(0,0,0,.2),inset -2px -2px 5px hsla(0,0%,100%,.1);transform:translateY(0)}.btn-secondary{background:var(--card-bg);color:var(--primary);box-shadow:4px 4px 10px var(--shadow-dark),-4px -4px 10px var(--shadow-light)}.btn-secondary:hover{transform:translateY(-2px)}.btn-secondary:active{box-shadow:inset 2px 2px 5px rgba(0,0,0,.2),inset -2px -2px 5px hsla(0,0%,100%,.5);transform:translateY(0)}.btn-outline{background:transparent;color:var(--text);border:1px solid var(--text-light);margin-left:15px}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.hero{display:flex;align-items:center;justify-content:space-between;padding:100px 0}.hero-content{flex:1 1;padding-right:60px}.hero-content h2{font-size:3rem;margin-bottom:20px;text-align:left}.hero-content p{font-size:1.2rem;margin-bottom:40px}.cta-buttons{display:flex;align-items:center}.hero-image{flex:1 1;flex-wrap:wrap;gap:20px;position:relative}.hero-image,.neumorphic-card{display:flex;justify-content:center}.neumorphic-card{width:150px;height:200px;border-radius:15px;align-items:center;background:var(--card-bg);box-shadow:8px 8px 15px var(--shadow-dark),-8px -8px 15px var(--shadow-light);transition:transform .3s ease;margin:10px;transform:rotate(calc(var(--rotation) * 1deg))}.neumorphic-card:first-child{--rotation:-5}.neumorphic-card:nth-child(2){--rotation:0}.neumorphic-card:nth-child(3){--rotation:5}.neumorphic-card:hover{transform:translateY(-10px) rotate(calc(var(--rotation) * 1deg))}.card-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.card-symbol{font-size:3rem;margin-bottom:10px}.card-text{font-size:1.2rem;font-weight:600;color:var(--primary)}.features{background:var(--background)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:30px;gap:30px;margin-top:40px}.feature-card{padding:30px;border-radius:15px;text-align:center;background:var(--card-bg);box-shadow:8px 8px 15px var(--shadow-dark),-8px -8px 15px var(--shadow-light);transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-icon{font-size:2.5rem;margin-bottom:20px}.feature-card h3{margin-bottom:15px}.how-it-works{background:var(--background)}.steps{display:flex;justify-content:space-between;margin-top:50px;flex-wrap:wrap}.step{flex:1 1;min-width:250px;padding:30px;margin:15px;text-align:center;border-radius:15px;background:var(--card-bg);box-shadow:8px 8px 15px var(--shadow-dark),-8px -8px 15px var(--shadow-light)}.step-number{width:50px;height:50px;border-radius:50%;background:var(--primary);color:#fff;font-size:1.5rem;font-weight:600;margin:0 auto 20px;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light)}.step-number,.waitlist{display:flex;align-items:center;justify-content:center}.waitlist{background:var(--background)}.waitlist-card{width:100%;max-width:600px;padding:50px;border-radius:20px;background:var(--card-bg);box-shadow:8px 8px 15px var(--shadow-dark),-8px -8px 15px var(--shadow-light);text-align:center}.form-group{margin-bottom:20px}input,select{width:100%;padding:15px;border:none;border-radius:10px;background:var(--input-bg);font-family:Poppins,sans-serif;color:var(--text);font-size:1rem;box-shadow:inset 2px 2px 5px var(--shadow-dark),inset -2px -2px 5px var(--shadow-light);transition:all .3s ease}input:focus,select:focus{outline:none;box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light)}.testimonials{background:var(--background)}.testimonial-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;margin-top:40px}.testimonial-card{flex:1 1;min-width:300px;max-width:350px;padding:30px;border-radius:15px;background:var(--card-bg);box-shadow:8px 8px 15px var(--shadow-dark),-8px -8px 15px var(--shadow-light)}.testimonial-card p{margin-bottom:20px;font-style:italic}.testimonial-author{font-weight:600;color:var(--primary)}footer{background:var(--card-bg);padding:60px 0 20px;border-top-left-radius:30px;border-top-right-radius:30px;box-shadow:0 -8px 20px var(--shadow-dark)}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:40px}.footer-logo{flex:1 1;min-width:200px;margin-bottom:30px}.footer-logo h2{font-size:1.8rem;text-align:left;margin-bottom:10px}.footer-links{display:flex;flex-wrap:wrap}.link-group{min-width:150px;margin:0 30px 20px 0}.link-group h3{font-size:1.2rem;margin-bottom:15px}.link-group ul{list-style:none}.link-group ul li{margin-bottom:10px}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid var(--shadow-dark)}.waitlist-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:1000;justify-content:center;align-items:center}.modal-content{width:90%;max-width:500px;padding:40px;border-radius:20px;background:var(--card-bg);box-shadow:8px 8px 15px rgba(0,0,0,.2),-8px -8px 15px hsla(0,0%,100%,.8);position:relative}.close-modal{position:absolute;top:20px;right:20px;font-size:1.5rem;cursor:pointer;color:var(--text-light)}@media (max-width:992px){.hero{flex-direction:column-reverse;text-align:center;padding:60px 0}.hero-content{padding-right:0;margin-top:60px}.hero-content h2{text-align:center}.cta-buttons{justify-content:center}.steps{flex-direction:column}.step{margin-bottom:30px}.footer-content{flex-direction:column}.footer-logo{margin-bottom:40px}.footer-logo,.footer-logo h2{text-align:center}.footer-links{justify-content:space-around}}@media (max-width:768px){header{flex-direction:column}nav ul{margin-top:20px}nav ul li{margin:0 15px}.feature-grid{grid-template-columns:1fr}.testimonial-cards{flex-direction:column;align-items:center}.testimonial-card{max-width:100%;margin-bottom:30px}}.demo-section{padding:40px 0 80px}.section-header{text-align:center;margin-bottom:40px}.section-header h1{font-size:2.5rem;margin-bottom:10px}.section-header span{color:var(--primary)}.poker-game{padding:30px;border-radius:20px;margin-bottom:40px;background:var(--card-bg)}.game-header{text-align:center;margin-bottom:30px}.game-header h2{margin-bottom:5px}.game-table{display:flex;flex-direction:column;gap:20px}.player-area{display:flex;align-items:center;justify-content:space-between;padding:20px;border-radius:15px;background:var(--card-bg);box-shadow:inset 2px 2px 5px var(--shadow-dark),inset -2px -2px 5px var(--shadow-light)}.ai-area{flex-direction:row}.player-user-area{flex-direction:row-reverse}.player-info{min-width:150px}.player-name{font-weight:600;font-size:1.2rem;margin-bottom:5px}.chip-count{font-size:1.1rem;color:var(--text-light);display:flex;flex-direction:column}.bet-amount{font-size:.9rem;margin-top:5px;color:var(--primary)}.cards-container{display:flex;gap:10px}.card-wrapper{width:80px;height:120px;transition:transform .3s ease}.card-wrapper:hover{transform:translateY(-10px)}.playing-card{width:100%;height:100%;cursor:default}.community-area{display:flex;flex-direction:column;align-items:center;gap:15px;position:relative}.pot-display{padding:10px 20px;border-radius:10px;font-weight:600;display:flex;gap:20px}.community-cards{gap:10px;min-height:120px;width:100%;padding:15px}.community-cards,.empty-community{display:flex;justify-content:center}.empty-community{align-items:center;color:var(--text-light);font-style:italic}.game-result{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--card-bg);padding:20px;border-radius:10px;text-align:center;z-index:10;min-width:250px}.result-header{margin-bottom:20px}.action-controls{display:flex;flex-direction:column;gap:10px;width:100%;max-width:500px}.error-message{color:red;font-weight:500;margin-bottom:5px}.action-buttons{display:flex;flex-wrap:wrap;gap:10px}.action-btn{min-width:100px}.raise-control{display:flex;gap:10px;align-items:center}.raise-control input{width:100px;padding:10px}.fold-btn{border-color:#f55;color:#f55}.fold-btn:hover{border-color:red;color:red}.all-in-btn{background:#f55}.all-in-btn:hover{background:red}.thinking-indicator{color:var(--text-light);font-style:italic;margin-left:20px;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.action-history{padding:20px;border-radius:15px;margin-top:20px}.action-history h3{margin-bottom:15px;text-align:center}.action-history ul{list-style:none;max-height:250px;overflow-y:auto}.action-history li{padding:10px;border-bottom:1px solid var(--shadow-dark);margin-bottom:5px}.action-history li:last-child{border-bottom:none}.ai-action{color:var(--primary)}.player-action{color:var(--text)}.action-reasoning{font-size:.9rem;margin-top:5px}.action-reasoning,.no-actions{color:var(--text-light);font-style:italic}.demo-info,.no-actions{text-align:center}.demo-info{max-width:800px;margin:0 auto}.demo-info h2,.demo-info p{margin-bottom:15px}@media (max-width:768px){.player-area{gap:15px}.player-area,.player-user-area{flex-direction:column}.player-info{text-align:center;width:100%;margin-bottom:10px}.cards-container{justify-content:center}.action-buttons,.raise-control{flex-direction:column}.card-wrapper{width:60px;height:90px}}.debug-controls{margin-top:20px;display:flex;justify-content:center;gap:10px}.debug-info{margin-top:10px;padding:10px;background-color:rgba(0,0,0,.05);border-radius:5px;font-family:monospace;font-size:12px;max-height:150px;overflow-y:auto}.game-stage-indicator{margin-top:10px;font-weight:500;color:var(--primary);text-align:center}pre{margin:0;white-space:pre-wrap}.game-log{margin-top:20px;border:1px solid #ccc;border-radius:5px;padding:10px;max-height:300px;overflow-y:auto;background-color:#f7f7f7;font-family:monospace}.game-log h4{margin-top:0;margin-bottom:10px;padding-bottom:5px;border-bottom:1px solid #ddd}.log-entries{max-height:250px;overflow-y:auto}.log-entry{font-size:12px;padding:3px 0;border-bottom:1px solid #eee;word-break:break-word}