.wallet-button{padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.wallet-button.connect{background-color:#4e44ce;color:#fff}.wallet-button.connect:hover{background-color:#3a30b0}.wallet-button.connect.connecting{background-color:#4e44ceaa;cursor:wait}.wallet-button.disconnect{background-color:#f44336;color:#fff}.wallet-button.disconnect:hover{background-color:#d32f2f}.wallet-button:disabled{opacity:.7;cursor:not-allowed}.wallet-connected{display:flex;align-items:center;gap:12px}.wallet-address{font-family:monospace;font-size:14px;color:#333}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-header{background-color:#2d3748;padding:0 2rem;border-bottom:1px solid #4a5568;position:sticky;top:0;z-index:1000}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:70px}.logo-link{text-decoration:none}.logo-text{color:#fff;font-size:1.8rem;font-weight:700;font-family:Georgia,serif;margin:0}.desktop-nav{display:none;align-items:center;gap:2rem}@media (min-width: 1024px){.desktop-nav{display:flex}}.nav-item{color:#cbd5e0;text-decoration:none;font-weight:500;padding:.5rem 0;position:relative;transition:color .2s ease}.nav-item:hover{color:#fff}.nav-item.active{color:#fff;font-weight:700}.nav-item.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:#4a90e2}.nav-item.special-action{background-color:#4a90e233;color:#a3c7f7;padding:8px 16px;border-radius:8px;font-weight:700;transition:background-color .2s,color .2s}.nav-item.special-action:hover{background-color:#4a90e266;color:#fff}.nav-item.special-action.active{background-color:#4a90e2;color:#fff}.nav-item.special-action.active:after{display:none}.header-actions{display:flex;align-items:center;gap:1rem}.hamburger-button{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}@media (min-width: 1024px){.hamburger-button{display:none}}.hamburger-line{width:30px;height:3px;background-color:#fff;border-radius:10px;transition:all .3s linear;position:relative;transform-origin:1px}.hamburger-button.open .hamburger-line:nth-child(1){transform:rotate(45deg)}.hamburger-button.open .hamburger-line:nth-child(2){opacity:0;transform:translate(20px)}.hamburger-button.open .hamburger-line:nth-child(3){transform:rotate(-45deg)}.mobile-nav-menu{display:flex;flex-direction:column;align-items:center;gap:2rem;background-color:#2d3748;position:absolute;top:70px;left:0;width:100%;padding:2rem 0;border-bottom:1px solid #4a5568}@media (min-width: 1024px){.mobile-nav-menu{display:none}}.site-footer{background-color:#2d3748;color:#a0aec0;padding:40px 20px;margin-top:40px}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.footer-section{flex:1;min-width:250px}.footer-section h1,.footer-section h2{color:#fff;margin-bottom:15px}.footer-section.about .logo-text{font-family:Georgia,serif;font-size:1.8rem}.footer-section.about p{line-height:1.6}.footer-section.links ul{list-style:none;padding:0}.footer-section.links ul li{margin-bottom:10px}.footer-section.links a,.footer-section.social a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-section.links a:hover,.footer-section.social a:hover{color:#fff}.footer-section.social a{display:block;margin-bottom:10px}.footer-bottom{text-align:center;margin-top:40px;padding-top:20px;border-top:1px solid #4a5568;font-size:.9rem}.market-card-v2{background:#fff;border:1px solid #e7eaf3;border-radius:12px;box-shadow:0 2px 8px #0000000a;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.market-card-v2:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000014}.card-link-wrapper-v2{display:flex;flex-direction:column;padding:1rem;text-decoration:none;color:inherit;height:100%}.card-top-section{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.card-icon-container{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#f0f2f5;border-radius:50%}.card-icon{width:20px;height:20px}.card-title-v2{font-size:1rem;font-weight:600;color:#1a202c;margin:0;line-height:1.3}.card-details-grid{display:grid;gap:.5rem;margin-bottom:1rem;flex-grow:1}.detail-item{display:flex;justify-content:space-between;align-items:center}.detail-label{font-size:.85rem;color:#64748b}.detail-value{font-size:.85rem;font-weight:600;color:#334155;text-align:right}.card-footer-v2{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e7eaf3;padding-top:.75rem}.view-market-prompt{font-size:.85rem;font-weight:700;color:#4338ca}.card-status-badge{padding:3px 8px;border-radius:9999px;font-size:.7rem;font-weight:700;text-transform:uppercase;white-space:nowrap}.status-open{background-color:#dcfce7;color:#166534}.status-resolved,.status-closed{background-color:#e2e8f0;color:#475569}.card-probability-section{margin-top:1rem;margin-bottom:1rem;flex-grow:1}.probability-bar{width:100%;height:10px;background-color:#ef4444;border-radius:9999px;overflow:hidden;margin:4px 0}.probability-fill{height:100%;background-color:#22c55e;border-radius:9999px;transition:width .3s ease-in-out}.outcome-probability{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.outcome-probability.yes .outcome-label{color:#15803d;font-weight:600}.outcome-probability.no .outcome-label{color:#b91c1c;font-weight:600}.outcome-percent{font-weight:700;font-family:monospace}.loading-spinner-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;min-height:150px;padding:20px;box-sizing:border-box}.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#007bff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.loading-spinner-overlay.small .spinner{width:24px;height:24px;border-width:3px}.loading-spinner-overlay.large .spinner{width:60px;height:60px;border-width:5px}.loading-message{margin-top:15px;font-size:1em;color:#333}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.prediction-list-page{max-width:1400px;margin:0 auto;padding:2rem 1rem}.featured-market-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin:20px 0 40px;text-align:center;box-shadow:0 4px 12px #0000000d}.featured-market-container h2{margin-top:0;margin-bottom:16px;font-size:1.75rem;color:#1a202c}.featured-market-container p{font-size:1.1rem;color:#4a5568;max-width:600px;margin:0 auto 24px}.featured-market-button{display:inline-block;background-color:#2d68e5;color:#fff;font-size:1.2rem;font-weight:700;padding:12px 32px;border-radius:8px;text-decoration:none;transition:background-color .2s ease,transform .1s ease}.featured-market-button:hover{background-color:#2052c0;transform:translateY(-2px)}.market-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.section-title{font-size:1.75rem;color:#1a202c;margin:0}.market-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem}.no-markets-message{text-align:center;padding:3rem;border:1px dashed #cbd5e0;border-radius:12px;background-color:#f8fafc;margin-top:2rem}.no-markets-message p{margin:.5rem 0;color:#475569}.how-to-guide-section{max-width:800px;margin:50px auto 0;padding-top:30px;border-top:1px solid #eee}.how-to-guide-section h2{text-align:center;font-size:2em;margin-bottom:30px;color:#333}.how-to-guide-section ol{list-style-position:inside;padding-left:0;line-height:1.8}.how-to-guide-section li{margin-bottom:1.5rem;color:#495057}.how-to-guide-section strong{color:#2d3748}.create-market-page{max-width:700px;margin:20px auto;padding:20px;background-color:#f9f9f9;border-radius:8px}.create-market-form .form-group{margin-bottom:20px}.create-market-form label{display:block;margin-bottom:8px;font-weight:700;color:#333}.create-market-form input[type=text],.create-market-form input[type=number],.create-market-form input[type=date],.create-market-form input[type=time],.create-market-form select,.create-market-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem}.create-market-form textarea{resize:vertical}.create-market-form input:focus,.create-market-form select:focus,.create-market-form textarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 .2rem #007bff40}.create-market-form small{display:block;font-size:.85em;color:#666;margin-top:5px}.form-group-inline{display:flex;gap:20px}.form-group-inline>div{flex:1}.form-message{padding:10px;margin-top:15px;border-radius:4px;text-align:center}.form-message.type-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-message.type-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.form-message.type-info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.guide-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem;background-color:#fff}.guide-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.guide-header h1{font-size:2.5rem;color:#1a202c;margin-bottom:1rem}.guide-header .intro-text{font-size:1.1rem;color:#4a5568;max-width:700px;margin:0 auto;line-height:1.6}.guide-section{margin-bottom:3rem}.guide-section h2{font-size:2rem;color:#2d3748;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #4a90e2}.guide-section h3{font-size:1.25rem;color:#1a202c;margin-top:1.5rem;margin-bottom:.75rem}.guide-section ol,.guide-section ul{padding-left:2rem;line-height:1.7;color:#4a5568}.guide-section li{margin-bottom:1rem}.guide-section li ul{margin-top:.5rem;margin-bottom:.5rem}.guide-section li ul li{margin-bottom:.5rem;font-size:.95rem}.guide-section a{color:#2b6cb0;font-weight:500;text-decoration:none}.guide-section a:hover{text-decoration:underline}.guide-section#disclaimer p{font-size:.9rem;color:#718096;line-height:1.5;border-left:3px solid #e2e8f0;padding-left:1rem}.prediction-form-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000008}.form-title{text-align:center;margin-top:0;margin-bottom:1.5rem;color:#334155;font-size:1.25rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-weight:600;color:#475569;margin-bottom:.5rem;font-size:.9rem}.form-input{width:100%;padding:12px;border:1px solid #cbd5e0;border-radius:8px;font-size:1rem;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.form-input:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e233}.radio-group{display:flex;flex-direction:column;gap:.75rem}.radio-option{display:flex;align-items:center;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:border-color .2s,background-color .2s}.radio-option:hover{border-color:#a0aec0}.radio-option input[type=radio]{margin-right:.75rem}.radio-option:has(input[type=radio]:checked){border-color:#2563eb;background-color:#eff6ff}.radio-option:has(input[type=radio]:checked) .radio-text{font-weight:700;color:#1e40af}.submit-button{width:100%;padding:12px;font-size:1.1rem;font-weight:700;color:#fff;background-color:#2563eb;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#1d4ed8}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}.form-message{text-align:center;padding:.75rem;border-radius:6px;margin-top:1rem;font-size:.9rem}.form-message.success{background-color:#dcfce7;color:#166534}.form-message.error{background-color:#fee2e2;color:#991b1b}.form-message.info{background-color:#e0f2fe;color:#0c4a6e}.market-odds-display-container-v2{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.market-odds-display-container-v2 h3{text-align:center;margin-top:0;margin-bottom:1.5rem;color:#334155}.odds-grid-v2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.odds-card{padding:1rem;border:2px solid transparent;border-radius:8px;text-align:center;display:flex;flex-direction:column;gap:.5rem}.odds-card.option-yes{background-color:#f0fdf4;border-color:#22c55e}.odds-card.option-no{background-color:#fff1f2;border-color:#ef4444}.card-label{font-weight:600;color:#475569}.probability-value{font-size:2rem;font-weight:700}.option-yes .probability-value{color:#166534}.option-no .probability-value{color:#991b1b}.payout-value{font-size:1.25rem;font-family:monospace;color:#334155;background-color:#e2e8f0;padding:4px 8px;border-radius:6px;display:inline-block;margin:0 auto}.pool-value{font-size:.85rem;color:#64748b;margin-top:.5rem}.market-detail-page-v2{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.market-header-v2{text-align:center;margin-bottom:2.5rem}.back-link-v2{display:block;text-align:left;margin-bottom:1.5rem;color:#475569;text-decoration:none;font-weight:500}.market-header-v2 h1{font-size:2.5rem;color:#1a202c;line-height:1.2;margin-bottom:1rem}.market-meta-v2{display:flex;justify-content:center;align-items:center;gap:1rem;color:#64748b}.market-body-v2{display:flex;flex-direction:column;gap:2.5rem}.market-action-zone{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media (min-width: 1024px){.market-action-zone{grid-template-columns:55% 1fr}}.interaction-panel{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;height:100%}.interaction-notice{text-align:center;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px}.interaction-notice h3{font-size:1.5rem;color:#1a202c}.interaction-notice p{color:#475569;margin-bottom:1.5rem}.interaction-notice .button.primary.large{background-color:#2563eb;color:#fff;border:none;padding:12px 32px;font-size:1.1rem;font-weight:700;border-radius:8px;cursor:pointer;transition:background-color .2s}.interaction-notice .button.primary.large:hover{background-color:#1d4ed8}.market-rules-card{margin-top:2.5rem;background:linear-gradient(110deg,#1e3a8a,#3b82f6,#fbbf24);border-radius:20px;padding:3px;box-shadow:0 10px 30px #0003}.rules-card-inner{background:#1e293b;border-radius:18px;padding:1.5rem 2rem}.rules-card-header{display:flex;align-items:center;gap:15px;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.rules-icon{width:28px;height:28px;filter:invert(80%) sepia(50%) saturate(400%) hue-rotate(350deg) brightness(110%) contrast(90%)}.rules-card-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.rules-card-body p{margin:0;color:#cbd5e0;line-height:1.8;font-size:1rem}.rules-card-footer{text-align:right;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;font-weight:500;color:#fbbf24;font-style:italic}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff3e0;color:#333;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}a{color:#007bff;text-decoration:none}a:hover{text-decoration:underline}
