*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh;padding:20px}.App-header{background:#0000004d;border-radius:10px;box-shadow:0 4px 6px #0000004d;margin-bottom:20px;padding:10px;text-align:center}.App-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ffed4e);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin:0}.game-logo{display:block;filter:drop-shadow(0 4px 8px rgba(255,215,0,.3));height:auto;margin:0 auto;max-width:200px;transition:transform .3s ease}.game-logo:hover{filter:drop-shadow(0 6px 12px rgba(255,215,0,.5));transform:scale(1.05)}.welcome-screen{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;margin:50px auto;max-width:600px;padding:40px;text-align:center}.welcome-logo{animation:float 3s ease-in-out infinite;filter:drop-shadow(0 8px 16px rgba(255,215,0,.4));height:auto;margin:0 auto 30px;max-width:300px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.welcome-screen h2{color:#fff;font-size:2rem;margin-bottom:20px}.welcome-screen p{color:#e0e0e0;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.btn{border-radius:8px;font-weight:600;padding:12px 30px}.btn-secondary{box-shadow:0 4px 15px #4ecdc466}.btn-secondary:hover{box-shadow:0 6px 20px #4ecdc499}.error-message{background:#f003;border:2px solid #f44;border-radius:8px;color:#fcc;margin:20px auto;max-width:600px;padding:15px;text-align:center}.welcome-buttons{gap:15px;margin-bottom:20px}.join-game-input,.welcome-buttons{display:flex;flex-wrap:wrap;justify-content:center}.join-game-input{gap:10px;margin-top:20px}.join-game-input input{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;font-family:Courier New,monospace;font-size:1rem;letter-spacing:2px;padding:12px 16px;text-align:center;width:250px}.join-game-input input:focus{border-color:#4ecdc4;box-shadow:0 0 15px #4ecdc44d;outline:none}.join-game-input input::placeholder{color:#ffffff80;font-family:inherit;letter-spacing:0}.btn-join{background:linear-gradient(45deg,#f1c40f,#f39c12);box-shadow:0 4px 15px #f1c40f66;color:#000;font-weight:700}.btn-join:hover{box-shadow:0 6px 20px #f1c40f99;transform:translateY(-2px)}.game-lobby{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;margin:0 auto;max-width:1400px;padding:30px}.lobby-header{border-bottom:2px solid #ffd7004d;margin-bottom:40px;padding-bottom:20px;position:relative;text-align:center}.btn-back{background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#e0e0e0;cursor:pointer;font-size:1rem;font-weight:600;left:0;padding:10px 20px;position:absolute;top:0;transition:all .3s}.btn-back:hover{background:#fff3;border-color:#4ecdc4;color:#4ecdc4;transform:translateX(-3px)}.lobby-header h2{color:gold;font-size:2.5rem;margin-bottom:15px;text-shadow:0 0 20px #ffd70080}.game-id{color:#aaa;font-size:1rem}.game-id span{background:#ffffff1a;border-radius:8px;color:gold;font-family:Courier New,monospace;font-weight:600;letter-spacing:2px;padding:8px 16px}.lobby-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:400px 1fr}@media (max-width:1024px){.lobby-content{grid-template-columns:1fr}}.join-section h3,.players-section h3,.waiting-section h3{color:#4ecdc4;font-size:1.8rem;margin-bottom:25px;text-shadow:0 0 10px #4ecdc44d}.players-list{display:flex;flex-direction:column;gap:15px;max-height:600px;overflow-y:auto}.player-card{align-items:center;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;display:flex;gap:15px;padding:20px;transition:all .3s}.player-card:hover{border-color:#4ecdc480;transform:translateX(5px)}.player-hero-icon{align-items:center;border-radius:50%;box-shadow:0 4px 15px #0000004d;display:flex;font-size:2rem;height:60px;justify-content:center;overflow:hidden;width:60px}.player-avatar-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.player-info{flex:1 1}.player-name{font-size:1.3rem;margin-bottom:5px}.player-hero-name{color:#4ecdc4;font-size:.9rem;margin-bottom:5px}.player-stats{color:#aaa;font-size:.85rem}.player-badge{background:linear-gradient(45deg,gold,#ffed4e);border-radius:20px;color:#000;font-size:.85rem;font-weight:700;letter-spacing:1px;padding:6px 16px;text-transform:uppercase}.empty-state{color:#666;font-style:italic;padding:60px 20px;text-align:center}.join-section form{gap:30px}.form-group,.join-section form{display:flex;flex-direction:column}.form-group{gap:12px}.form-group label{color:#e0e0e0;font-size:1.1rem;font-weight:500}.form-group input{background:#ffffff0d;border:2px solid #fff3;border-radius:10px;color:#fff;font-size:1.1rem;padding:14px;transition:all .3s}.form-group input:focus{border-color:#4ecdc4;box-shadow:0 0 20px #4ecdc44d;outline:none}.hero-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.hero-grid{grid-template-columns:repeat(2,1fr)}}.hero-card{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;cursor:pointer;padding:20px;text-align:center;transition:all .3s}.hero-card:hover{border-color:#4ecdc480;box-shadow:0 8px 25px #0000004d;transform:translateY(-5px)}.hero-card.selected{background:#ffd7001a;border-color:gold;box-shadow:0 0 30px #ffd7004d}.hero-icon{align-items:center;display:flex;height:120px;justify-content:center;margin:0 auto 12px;overflow:hidden;width:100px}.hero-char-img{height:100%;object-fit:contain;object-position:top center;width:100%}.hero-name{color:#fff;font-size:.9rem;font-weight:600}.hero-details{background:#0000004d;border:2px solid #4ecdc44d;border-radius:12px;padding:25px}.hero-details-image{height:180px;margin:0 auto 20px;overflow:hidden;width:150px}.hero-details-image img{height:100%;object-fit:contain;object-position:top center;width:100%}.hero-details h4{color:gold;font-size:1.5rem;margin-bottom:10px}.hero-description{color:#aaa;font-size:1rem;margin-bottom:20px}.hero-skills{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.skill{align-items:flex-start;background:#ffffff0d;border-radius:8px;display:flex;gap:12px;padding:12px}.skill-icon{font-size:1.5rem;min-width:30px}.skill-info{flex:1 1}.skill-name{color:#4ecdc4;font-weight:600;margin-bottom:4px}.skill-desc{color:#ccc;font-size:.9rem}.hero-lore{border-left:3px solid #ffd7004d;color:#888;font-size:.9rem;font-style:italic;line-height:1.6;padding-left:15px}.waiting-section{padding:40px;text-align:center}.waiting-section p{color:#aaa;font-size:1.1rem;margin-bottom:30px}.game-info{background:#0000004d;border-radius:12px;display:flex;justify-content:space-around;margin-bottom:30px;padding:25px}.info-item{display:flex;flex-direction:column;gap:8px}.info-label{color:#888;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.info-value{color:#4ecdc4;font-size:1.5rem;font-weight:700}.btn{border-radius:12px;font-size:1.2rem;letter-spacing:2px;padding:16px 40px;transition:all .3s ease}.btn-primary{box-shadow:0 6px 20px #ff6b6b66}.btn-primary:hover{box-shadow:0 8px 30px #ff6b6b99;transform:translateY(-3px)}.btn-secondary{background:linear-gradient(45deg,#4ecdc4,#44a08d);box-shadow:0 6px 20px #4ecdc466}.btn-secondary:hover{box-shadow:0 8px 30px #4ecdc499;transform:translateY(-3px)}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.ai-section{background:#0000004d;border:2px solid #ffffff1a;border-radius:12px;margin:30px 0;padding:25px}.ai-section h4{color:#4ecdc4;font-size:1.2rem;margin-bottom:15px;text-align:center}.ai-buttons{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.btn-ai{border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s}.btn-easy{background:linear-gradient(45deg,#52c41a,#73d13d);box-shadow:0 4px 15px #52c41a66}.btn-easy:hover{box-shadow:0 6px 20px #52c41a99;transform:translateY(-2px)}.btn-medium{background:linear-gradient(45deg,#faad14,#ffc53d);box-shadow:0 4px 15px #faad1466}.btn-medium:hover{box-shadow:0 6px 20px #faad1499;transform:translateY(-2px)}.btn-hard{background:linear-gradient(45deg,#f5222d,#ff4d4f);box-shadow:0 4px 15px #f5222d66}.btn-hard:hover{box-shadow:0 6px 20px #f5222d99;transform:translateY(-2px)}.game-board-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:380px 1fr;height:calc(100vh - 140px);margin:0 auto;max-width:1800px}.game-board-container-new{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#e0e0e0;display:flex;flex-direction:column;height:100vh;position:relative}.action-notifications{display:flex;flex-direction:column;gap:10px;max-width:350px;pointer-events:none;position:fixed;right:20px;top:80px;z-index:1000}.action-notification{align-items:center;animation:slideInRight .4s ease-out,fadeOut .5s ease-in 3.5s forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e32f2;border:2px solid #fff3;border-radius:12px;box-shadow:0 4px 20px #0006;display:flex;gap:12px;padding:12px 18px}.notification-icon{flex-shrink:0;font-size:1.5rem}.notification-message{color:#fff;font-size:.95rem;font-weight:500}.notification-move{background:linear-gradient(135deg,#4ecdc433,#1e1e32f2);border-color:#4ecdc499}.notification-damage{background:linear-gradient(135deg,#ff6b6b33,#1e1e32f2);border-color:#ff6b6b99}.notification-heal{background:linear-gradient(135deg,#2ecc7133,#1e1e32f2);border-color:#2ecc7199}.notification-treasure{background:linear-gradient(135deg,#f1c40f33,#1e1e32f2);border-color:#f1c40f99}.notification-equipment{background:linear-gradient(135deg,#9b59b633,#1e1e32f2);border-color:#9b59b699}.notification-victory{background:linear-gradient(135deg,#2ecc7133,#1e1e32f2);border-color:#2ecc7199}.notification-death{background:linear-gradient(135deg,#e74c3c33,#1e1e32f2);border-color:#e74c3c99}.notification-explore{background:linear-gradient(135deg,#3498db33,#1e1e32f2);border-color:#3498db99}.notification-turn{background:linear-gradient(135deg,#f1c40f33,#1e1e32f2);border-color:#f1c40f99}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.game-header-bar{background:#0000004d;border-bottom:2px solid #4ecdc44d;flex-shrink:0;justify-content:space-between;padding:10px 20px}.game-header-bar,.header-left{align-items:center;display:flex}.header-logo{filter:drop-shadow(0 4px 8px rgba(255,215,0,.3));height:auto;max-width:150px}.header-right{align-items:center;display:flex;gap:20px}.header-turn-info{font-size:1.2rem;font-weight:700}.your-turn-header{animation:pulse 2s infinite;color:#2ecc71;text-shadow:0 0 10px #2ecc7180}.skipping-turn-header{color:#95a5a6}.waiting-turn-header{color:#f39c12}.game-message-header{background:#4ecdc433;border:2px solid #4ecdc4;border-radius:8px;font-weight:600;max-width:400px;padding:10px 20px}.btn-leave-game-header{background:#e74c3c33;border:2px solid #e74c3c;border-radius:8px;color:#e74c3c;cursor:pointer;font-size:1rem;font-weight:600;padding:10px 20px;transition:all .3s}.btn-leave-game-header:hover{background:#e74c3c66;transform:scale(1.05)}.players-bar-top{background:#0000004d;border-bottom:2px solid #4ecdc44d;display:flex;flex-shrink:0;gap:15px;overflow-x:auto;padding:15px}.player-card-top{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;min-width:180px;padding:12px;transition:all .3s}.player-card-top.active-player{animation:pulse 2s infinite;border-color:#f1c40f;box-shadow:0 0 20px #f1c40f66}.player-card-top.current-user{background:#4ecdc426;border-color:#4ecdc4}.player-card-header{align-items:center;display:flex;gap:10px;margin-bottom:8px}.player-emoji-top{align-items:center;border:2px solid #ffffff4d;border-radius:50%;display:flex;font-size:1.5rem;height:40px;justify-content:center;overflow:hidden;width:40px}.player-avatar-top{border-radius:50%;height:100%;object-fit:cover;width:100%}.player-name-top{color:#fff;font-size:1rem;font-weight:700}.player-stats-compact{display:flex;flex-direction:column;font-size:.85rem;gap:4px}.stat-compact{align-items:center;display:flex;gap:4px}.player-equipment-icons{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.equipment-icon-mini{background:#0000004d;border:1px solid #fff3;border-radius:4px;height:24px;object-fit:contain;padding:2px;transition:transform .2s;width:24px}.equipment-icon-mini:hover{border-color:#f1c40f;transform:scale(1.2)}.status-badge{border-radius:4px;font-size:.75rem;font-weight:600;margin-top:6px;padding:3px 8px;text-align:center}.status-badge.curse{background:#e74c3c33;border:1px solid #e74c3c;color:#e74c3c}.status-badge.skip{background:#95a5a633;border:1px solid #95a5a6;color:#95a5a6}.main-content-area{display:flex;flex:1 1;overflow:hidden}.game-sidebar-left{border-right:2px solid #4ecdc44d;gap:15px;padding:20px}.game-sidebar-left,.game-sidebar-right{background:#0003;display:flex;flex-direction:column;flex-shrink:0;overflow-y:auto;width:280px}.game-sidebar-right{border-left:2px solid #4ecdc44d;padding:15px}.activity-log-panel{display:flex;flex-direction:column;height:100%}.activity-log-panel h3{border-bottom:1px solid #4ecdc44d;color:#4ecdc4;font-size:1.1rem;margin:0 0 15px;padding-bottom:10px}.activity-log-list{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto}.activity-log-empty{color:#fff6;font-style:italic;padding:20px;text-align:center}.activity-log-entry{align-items:flex-start;background:#ffffff0d;border-left:3px solid #fff3;border-radius:8px;display:flex;font-size:.85rem;gap:10px;padding:10px}.log-icon{flex-shrink:0;font-size:1.1rem}.log-content{display:flex;flex-direction:column;gap:2px;min-width:0}.log-message{word-wrap:break-word;color:#e0e0e0}.log-time{color:#fff6;font-size:.75rem}.log-move{border-left-color:#4ecdc4}.log-damage{border-left-color:#ff6b6b}.log-heal{border-left-color:#2ecc71}.log-treasure{border-left-color:#f1c40f}.log-equipment{border-left-color:#9b59b6}.log-victory{border-left-color:#2ecc71}.log-death{border-left-color:#e74c3c}.log-explore{border-left-color:#3498db}.log-turn{background:#f39c121a;border-left-color:#f39c12}.log-combat{background:#e74c3c1a;border-left-color:#e74c3c}.turn-info-top{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border-radius:10px;margin-bottom:10px;padding:15px;position:-webkit-sticky;position:sticky;top:0;z-index:10}@media (max-width:1200px){.game-board-container{grid-template-columns:1fr;height:auto}}.game-sidebar{display:flex;flex-direction:column;gap:20px;overflow-y:auto}.player-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffd7004d;border-radius:15px;padding:25px}.player-stats h3{color:gold;font-size:1.8rem;margin-bottom:5px;text-shadow:0 0 15px #ffd70080}.hero-title{color:#4ecdc4;font-size:1rem;font-style:italic;margin-bottom:20px}.stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.stat{background:#0000004d;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:12px}.stat-label{color:#aaa;font-size:.85rem;letter-spacing:1px;text-transform:uppercase}.stat-value{color:#fff;font-size:1.5rem;font-weight:700}.curse-indicator{animation:pulse-curse 2s infinite;background:#8b00004d;border:2px solid #8b0000;border-radius:8px;color:#ff6b6b;font-weight:600;margin-bottom:15px;padding:12px;text-align:center}@keyframes pulse-curse{0%,to{opacity:1}50%{opacity:.6}}.skip-turn-indicator{background:#8080804d;border:2px solid grey;border-radius:8px;color:#ccc;font-weight:600;margin-bottom:15px;padding:12px;text-align:center}.equipment-display{border-top:1px solid #fff3;margin-top:15px;padding-top:15px}.equipment-display h4{color:#4ecdc4;font-size:1.1rem;margin-bottom:12px}.equipment-grid{display:flex;flex-direction:column;gap:8px}.equipment-item{align-items:center;background:#ffffff0d;border-radius:8px;display:flex;gap:10px;padding:10px}.equipment-icon{font-size:1.5rem}.equipment-count{color:#fff;font-weight:600}.empty-equipment{color:#666;font-style:italic;padding:15px;text-align:center}.hero-skills-display{border-top:1px solid #fff3;margin-top:15px;padding-top:15px}.hero-skills-display h4{color:#4ecdc4;font-size:1.1rem;margin-bottom:12px}.skill-badge{align-items:center;background:#4ecdc41a;border:1px solid #4ecdc44d;border-radius:8px;display:flex;gap:8px;margin-bottom:8px;padding:8px 12px}.skill-badge .skill-icon{font-size:1.2rem}.skill-badge .skill-name{color:#4ecdc4;font-size:.9rem;font-weight:600}.turn-info{background:#ffffff1a;border-radius:12px;padding:20px;text-align:center}.your-turn{animation:pulse 2s infinite;color:#4ecdc4;font-size:1.3rem;font-weight:700}.skipping-turn,.waiting-turn{color:#aaa;font-size:1.1rem}.btn-leave-game{background:linear-gradient(45deg,#95a5a6,#7f8c8d);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:10px;padding:12px;transition:all .3s;width:100%}.btn-leave-game:hover{background:linear-gradient(45deg,#e74c3c,#c0392b);box-shadow:0 4px 15px #e74c3c66;transform:translateY(-2px)}.dice-rolling-animation{animation:fadeIn .3s ease-in;padding:40px 20px;text-align:center}.dice-container{display:flex;gap:30px;justify-content:center;margin-bottom:20px}.dice{animation:rollDice .5s infinite;font-size:4rem}.dice.rolling:nth-child(2){animation-delay:.2s}@keyframes rollDice{0%,to{transform:rotate(0deg) scale(1)}25%{transform:rotate(90deg) scale(1.2)}50%{transform:rotate(180deg) scale(1)}75%{transform:rotate(270deg) scale(1.2)}}.rolling-text{animation:pulse 1s infinite;color:#4ecdc4;font-size:1.5rem;font-weight:600}.combat-result-animation{animation:slideIn .5s ease-out;padding:30px 20px;text-align:center}.combat-result-animation.victory{background:linear-gradient(135deg,#2ecc711a,#27ae601a);border:2px solid #2ecc71;border-radius:15px}.combat-result-animation.defeat{background:linear-gradient(135deg,#e74c3c1a,#c0392b1a);border:2px solid #e74c3c;border-radius:15px}.result-icon{animation:bounceIn .6s ease-out;font-size:5rem;margin-bottom:15px}.result-text{animation:fadeIn .8s ease-in;font-size:2.5rem;font-weight:700;margin-bottom:20px}.combat-result-animation.victory .result-text{color:#2ecc71}.combat-result-animation.defeat .result-text{color:#e74c3c}.dice-results{font-size:1.3rem;margin:20px 0}.monster-roll,.player-roll{background:#ffffff0d;border-radius:8px;margin:10px 0;padding:10px}.reward-display{animation:bounceIn 1s ease-out;background:linear-gradient(135deg,#f1c40f33,#f39c1233);border:2px solid #f1c40f;border-radius:10px;color:#f1c40f;font-size:1.4rem;font-weight:600;margin-top:20px;padding:15px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.combat-modal{display:flex;flex-direction:column;justify-content:space-between;min-height:400px}.monster-image,.monster-tile-image{height:100%;object-fit:contain;width:100%}.monster-tile-image{position:relative;z-index:1}.monster-emoji{font-size:2rem}.treasure-chest-image{height:100%;object-fit:contain;width:100%}.stat-icon{height:20px;margin-right:4px;vertical-align:middle;width:20px}.mini-chest-icon{height:16px;margin:0 2px;vertical-align:middle;width:16px}.score-chest-icon{height:24px;margin-right:6px;vertical-align:middle;width:24px}.chest-modal{min-height:350px}.chest-display{align-items:center;display:flex;justify-content:center;margin:30px 0}.chest-dialog-image{height:200px;object-fit:contain;width:200px}.chest-dialog-image.opening{animation:chestOpen 1.5s ease-in-out}@keyframes chestOpen{0%{transform:scale(1)}50%{transform:scale(1.2) rotate(5deg)}to{transform:scale(1) rotate(0deg)}}.chest-opening-animation{text-align:center}.opening-text{animation:pulse 1s infinite;color:#f1c40f;font-size:1.5rem;font-weight:600}.equipment-section{margin-top:10px}.equipment-category{background:#ffffff08;border-radius:8px;margin-bottom:15px;padding:10px}.category-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;gap:8px;margin-bottom:8px;padding-bottom:6px}.category-icon{font-size:1.2rem}.category-title{color:#4ecdc4;flex:1 1;font-weight:600}.total-bonus{background:#2ecc7133;border-radius:4px;color:#2ecc71;font-size:.9rem;font-weight:600;padding:2px 8px}.equipment-list{display:flex;flex-direction:column;gap:6px}.equipment-item-detailed{align-items:center;background:#ffffff0d;border-left:3px solid #4ecdc480;border-radius:6px;display:flex;justify-content:space-between;padding:6px 10px}.key-name,.scroll-name,.weapon-name{color:#ecf0f1;font-size:.95rem}.weapon-bonus{background:#e74c3c33}.scroll-effect,.weapon-bonus{border-radius:4px;font-size:.9rem;font-weight:600;padding:2px 8px}.scroll-effect{background:#9b59b633;color:#9b59b6}.key-count{background:#f1c40f33;border-radius:4px;color:#f1c40f;font-size:.9rem;font-weight:600;padding:2px 8px}.empty-slot{color:#7f8c8d;font-size:.9rem;font-style:italic;padding:6px 10px}.weapon-info{align-items:center;display:flex;gap:10px}.weapon-icon-img{height:32px;object-fit:contain;width:32px}.scroll-actions{align-items:center;gap:10px}.btn-use-scroll{background:#2ecc7133;border:1px solid #2ecc71;border-radius:4px;color:#2ecc71;cursor:pointer;font-size:.85rem;font-weight:600;padding:4px 12px;transition:all .2s}.btn-use-scroll:hover:not(:disabled){background:#2ecc7166;transform:scale(1.05)}.btn-use-scroll:disabled{cursor:not-allowed;opacity:.5}.weapon-reward{align-items:center;animation:bounceIn .8s ease-out;display:flex;gap:20px}.reward-weapon-image{animation:rotateIn 1s ease-out;height:120px;object-fit:contain;width:120px}.reward-treasure-image{animation:bounceIn .8s ease-out;height:100px;object-fit:contain;width:100px}.reward-text{text-align:left}.reward-title{color:#f1c40f;font-size:1.4rem;font-weight:700;margin-bottom:8px}.reward-bonus{color:#2ecc71;font-size:1.2rem;font-weight:600}.key-reward,.scroll-reward{animation:bounceIn .8s ease-out;color:#f1c40f;font-size:1.4rem;font-weight:700}@keyframes rotateIn{0%{opacity:0;transform:rotate(-180deg) scale(.3)}50%{transform:rotate(10deg) scale(1.1)}to{opacity:1;transform:rotate(0deg) scale(1)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.game-message{background:#4ecdc433;border:2px solid #4ecdc4;border-radius:10px;color:#fff;font-size:1rem;padding:15px;text-align:center}.players-list-sidebar{background:#ffffff1a;border-radius:12px;padding:20px}.players-list-sidebar h4{color:gold;font-size:1.2rem;margin-bottom:15px}.player-item{align-items:center;background:#0003;border:2px solid #0000;border-radius:10px;display:flex;gap:12px;margin-bottom:10px;padding:12px;transition:all .3s}.player-item.active{background:#4ecdc41a;border-color:#4ecdc4;box-shadow:0 0 15px #4ecdc44d}.player-emoji{align-items:center;border-radius:50%;display:flex;font-size:1.3rem;height:40px;justify-content:center;width:40px}.player-details{display:flex;flex:1 1;flex-direction:column;gap:4px}.player-name{color:#fff;font-weight:600}.player-stats-mini{color:#aaa;font-size:.85rem}.board-wrapper{background:#ffffff0d;border:2px solid #ffffff1a;border-radius:15px;max-height:calc(100vh - 180px);overflow:auto;padding:20px}.board-scroll{min-height:100%;overflow:auto}.board{display:inline-block;min-width:100%}.board-cell,.board-row{display:flex}.board-cell{align-items:center;background:#00000080;border:1px solid #ffffff1a;height:90px;justify-content:center;position:relative;transition:all .3s;width:90px}.board-cell.unexplored{background:#000c;border-color:#ffffff0d}.board-cell.explored{background:#64646433}.board-cell.clickable:hover{background:#4ecdc433;border-color:#4ecdc4;box-shadow:0 0 15px #4ecdc44d;cursor:pointer;transform:scale(1.05)}.tile{filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));font-size:2.5rem;position:absolute;z-index:1}.tile-start{animation:glow-gold 3s infinite}@keyframes glow-gold{0%,to{filter:drop-shadow(0 0 8px rgba(255,215,0,.5))}50%{filter:drop-shadow(0 0 20px rgba(255,215,0,.8))}}.tile-healing_fountain{animation:glow-blue 2s infinite}@keyframes glow-blue{0%,to{filter:drop-shadow(0 0 8px rgba(78,205,196,.5))}50%{filter:drop-shadow(0 0 20px rgba(78,205,196,.8))}}.monster{align-items:center;display:flex;filter:drop-shadow(0 2px 6px rgba(0,0,0,.7));font-size:2.5rem;height:60px;justify-content:center;position:absolute;right:8px;top:8px;width:60px;z-index:3}.monster-strength{background:#f00c;border:2px solid #fff;border-radius:10px;bottom:-8px;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;position:absolute;right:-8px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.treasure-token{align-items:center;height:60px;justify-content:center;right:8px;top:8px;width:60px}.players-on-tile,.treasure-token{display:flex;position:absolute;z-index:3}.players-on-tile{bottom:8px;gap:4px;left:50%;transform:translateX(-50%)}.player-marker{align-items:center;border:2px solid #ffffff80;border-radius:50%;box-shadow:0 2px 8px #00000080;display:flex;font-size:1.2rem;height:32px;justify-content:center;overflow:hidden;width:32px}.player-head-img{border-radius:50%;height:100%;object-fit:cover;width:100%}.player-marker.current-player{animation:pulse-player 1.5s infinite;border-color:gold;box-shadow:0 0 15px #ffd700cc}@keyframes pulse-player{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.player-marker.cursed{border-color:#8b0000;filter:grayscale(100%) brightness(.6)}.player-marker.dead{filter:grayscale(100%);opacity:.5}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e);border:3px solid #ffd70080;border-radius:20px;box-shadow:0 10px 40px #00000080;max-width:500px;padding:35px;width:90%}.modal-content h3{color:gold;font-size:1.8rem;margin-bottom:25px;text-align:center;text-shadow:0 0 15px #ffd70080}.monster-display{background:#ffffff0d;border-radius:12px;display:flex;gap:20px;margin-bottom:25px;padding:20px}.monster-icon{align-items:center;border-radius:50%;box-shadow:0 4px 15px #0000004d;display:flex;font-size:3rem;height:80px;justify-content:center;width:80px}.monster-info{flex:1 1}.monster-name{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:8px}.monster-stats{color:#ff6b6b;font-weight:600;margin-bottom:8px}.monster-desc{color:#aaa;font-size:.9rem}.combat-options{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.option-checkbox{align-items:center;background:#ffffff0d;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:12px;transition:all .3s}.option-checkbox:hover{background:#4ecdc41a}.option-checkbox input{cursor:pointer;height:20px;width:20px}.modal-actions{display:flex;gap:15px;justify-content:center}.btn{border:none;border-radius:10px;cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:14px 30px;text-transform:uppercase;transition:all .3s}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#ee5a6f);box-shadow:0 4px 15px #ff6b6b66;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #ff6b6b99;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(45deg,#95a5a6,#7f8c8d);box-shadow:0 4px 15px #95a5a666;color:#fff}.btn-secondary:hover{box-shadow:0 6px 20px #95a5a699;transform:translateY(-2px)}.btn-scroll{background:linear-gradient(45deg,#9b59b6,#8e44ad);box-shadow:0 4px 15px #9b59b666;color:#fff}.btn-scroll:hover{box-shadow:0 6px 20px #9b59b699;transform:translateY(-2px)}.btn-defeat{background:linear-gradient(45deg,#7f8c8d,#6c7a7b);box-shadow:0 4px 15px #7f8c8d66;color:#fff}.btn-defeat:hover{box-shadow:0 6px 20px #7f8c8d99;transform:translateY(-2px)}.scroll-options{background:#9b59b633;border:2px solid #9b59b680;border-radius:10px;margin-top:20px;padding:15px}.scroll-prompt{color:#fff;font-size:1.1rem;margin-bottom:15px}.scroll-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.scroll-bonus{color:#9b59b6;font-weight:700}.weapon-bonus{color:#e74c3c;font-weight:700}.other-bonus{color:#f39c12;font-weight:700}.total-equals{color:#2ecc71;font-weight:700}.combat-result-animation.pending{background:linear-gradient(135deg,#9b59b64d,#8e44ad4d);border-color:#9b59b680}.curse-targets{display:flex;flex-direction:column;gap:12px;margin-top:20px}.curse-target-btn{background:#ffffff0d;border:2px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;padding:15px;transition:all .3s}.curse-target-btn:hover{background:#8b000033;border-color:#8b0000;transform:translateX(5px)}.game-end-screen{background:#ffffff0d;border:3px solid #ffd70080;border-radius:20px;margin:50px auto;max-width:800px;padding:60px;text-align:center}.game-end-screen h1{color:gold;font-size:3rem;margin-bottom:20px;text-shadow:0 0 30px #ffd700cc}.game-end-screen h2{color:#4ecdc4;font-size:2rem;margin-bottom:40px}.final-scores{display:flex;flex-direction:column;gap:15px}.score-item{align-items:center;background:#ffffff0d;border:2px solid #ffffff1a;border-radius:12px;display:flex;gap:15px;padding:20px}.score-item:first-child{background:#ffd7001a;border-color:gold;box-shadow:0 0 20px #ffd7004d}.rank{color:gold;font-size:1.5rem;font-weight:700;min-width:50px}.player-icon{font-size:2rem}.player-vp{color:#4ecdc4;font-size:1.5rem;font-weight:700;margin-left:auto}.btn-return-home{font-size:1.2rem;margin-top:40px;padding:18px 40px}.tile-placement-modal{max-width:600px;min-width:500px}.tile-placement-info{background:#4ecdc41a;border:2px solid #4ecdc44d;border-radius:8px;margin-bottom:20px;padding:15px}.tile-placement-info p{color:#e0e0e0;font-size:1rem;margin:5px 0}.tile-preview{align-items:center;display:flex;justify-content:center;margin:20px 0;padding:30px}.tile-svg-preview{border:3px solid #4ecdc480;border-radius:8px;box-shadow:0 4px 15px #0000004d;height:250px;overflow:hidden;width:250px}.tile{align-items:center;display:flex;justify-content:center}.tile,.tile svg{height:100%;width:100%}.tile svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.tile-preview{flex-direction:column}.tile-svg-preview.valid-placement{border-color:#4ecdc4;box-shadow:0 0 20px #4ecdc466}.tile-svg-preview.invalid-placement{border-color:#ff6b6b;box-shadow:0 0 20px #ff6b6b66}.placement-status{border-radius:6px;font-size:1rem;font-weight:600;margin-top:15px;padding:10px 20px}.placement-status.valid{background:#4ecdc433;border:1px solid #4ecdc466;color:#4ecdc4}.placement-status.invalid{background:#ff6b6b33;border:1px solid #ff6b6b66;color:#ff6b6b}.tile-placement-error{background:#ff6b6b26;border:1px solid #ff6b6b66;border-radius:6px;color:#ff6b6b;font-size:.95rem;margin:15px 0;padding:12px 16px}.cancel-placement-section{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:8px;margin-top:20px;padding-top:15px}.cancel-placement-section .btn-danger{background:#dc3545cc;border:1px solid #dc3545;color:#fff;font-size:.9rem;padding:8px 16px}.cancel-placement-section .btn-danger:hover{background:#dc3545}.cancel-warning{color:#888;font-size:.8rem}
/*# sourceMappingURL=main.24e8e02b.css.map*/