@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wdth,wght@0,75..100,400..700;1,75..100,400..700&display=swap";.project-card{background:#f3f4f6;border-radius:20px;overflow:hidden;cursor:pointer;transition:transform .2s;box-shadow:0 2px 8px #00000008}.project-card:hover{transform:scale(1.03)}.project-card__image-container{aspect-ratio:16/9;background:#e5e7eb;width:100%;overflow:hidden}.project-card__image{width:100%;height:100%;object-fit:cover;display:block}.project-card__content{padding:24px}.project-card__title{font-size:1.25rem;font-weight:700;margin-bottom:8px}.project-card__desc{color:#666;margin-bottom:16px;font-size:.95rem}.project-card__progress-section{margin-bottom:16px}.project-card__progress-labels{display:flex;justify-content:space-between;font-size:.95rem;margin-bottom:4px}.project-card__progress-label{color:#666}.project-card__progress-value{font-weight:600}.project-card__progress-bar-bg{height:8px;background:#e5e7eb;border-radius:8px;overflow:hidden}.project-card__progress-bar-fill{height:100%;background:#111;border-radius:8px;transition:width .3s}.project-card__stats{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.project-card__stat{display:flex;align-items:center;gap:4px}.project-card__stat--positive{color:#059669}.project-card__stat--negative{color:#dc2626}.project-card__stat--time{color:#666}@media (orientation: landscape){nav{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:transparent;border:.15rem solid #C1272D}html,#root{background-color:#fff9ef}nav ul{display:flex;gap:1rem}#manifestation,#markets{font-size:2rem;font-weight:400;font-family:Instrument Sans,sans-serif;color:#c1272d}#markets{margin-top:-1.5vh}#nav-links{list-style:none;display:flex;gap:20rem}#nav-links a{font-size:2rem;font-weight:400;font-family:Instrument Sans,sans-serif;color:#c1272d;font-style:italic}.home-connect-btn,.home-profile-btn{font-size:1rem;font-weight:400;font-family:Instrument Sans,sans-serif;font-style:italic;background-color:#c1272d;color:#fff9ef;border-radius:10rem;padding:.5rem 1rem;border:none;cursor:pointer;transition:background-color .3s ease}#headline{display:flex;flex-direction:column;align-items:center;justify-content:center;border:.15rem solid #C1272D;border-top:none}#headline h1{color:#c1272d;margin-top:5vh;font-family:Instrument Sans,sans-serif;font-size:8rem;font-weight:400}#headline h2{margin-top:1vh;color:#bc4347;font-family:Instrument Sans,sans-serif;font-style:italic;font-size:1.5rem;font-weight:400;margin-bottom:1vh}#pagination{display:flex;gap:.75rem;margin-top:2vh;margin-bottom:3vh;background-color:#c1272d;border-radius:10rem;padding:.5rem .75rem}#pagination button{color:#fff9ef;width:.66rem;height:.66rem;border-radius:10rem;border:none;background-color:#fff9ef4d;cursor:pointer;transition:background-color .3s ease}#pagination button.active{background-color:#fff9ef}#category-tabs{display:flex;justify-content:center;align-items:center;border:.15rem solid #C1272D;border-top:none;padding:.75rem}#category-tabs ul{list-style:none;display:flex;gap:10rem}#category-tabs li{font-size:2rem;font-weight:400;font-family:Instrument Sans,sans-serif;color:#c1272d}#category-tabs li a{text-decoration:underline;color:#c1272d;font-style:italic}#projects-grid{width:80vw;margin-left:10vw;margin-right:10vw;border-left:.15rem solid #C1272D}.home-projects-grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:start}.project-card{width:19.925vw;height:19.925vw;padding:1rem;border:.15rem solid #C1272D;border-radius:0;border-top:none;border-left:none;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:transparent}.project-card:hover{transform:none!important;transition:none!important;background-color:#c1272d}.project-card:hover #projectName{color:#fff9ef}.project-card:hover #projectCreator{color:#f5c7c4}.project-card:hover #projectTimeLeft,.project-card:hover #projectTarget{color:#fff9ef}.project-card:hover #projectCurrent{color:#4d6ff9}.project-card:hover #projectPositiveFunds{color:#36b85b}.project-card:hover #projectNegativeFunds{color:#ff6565}.project-card-image{width:12vw;height:12vw;object-fit:cover;aspect-ratio:1/1}.project-card-info{display:flex;flex-direction:row;flex-wrap:nowrap;align-content:center;justify-content:center;align-items:flex-start;margin-top:1.5vh;margin-bottom:1vh}#projectName{font-size:1.15rem;font-weight:400;font-family:Instrument Sans,sans-serif;color:#c1272d}#projectCreator{font-size:.85rem;font-weight:400;font-family:Instrument Sans,sans-serif;color:#bab0b0}.project-card-funding-info{display:flex;flex-direction:column;align-items:flex-end}.project-card-name-container{width:50%}#projectName{color:#c1272d}#projectCreator{color:#bab0b0}#projectTimeLeft,#projectTarget{color:#c1272d}#projectCurrent{color:#00f}#projectPositiveFunds{color:green}#projectNegativeFunds{color:red}}.project-page-container{min-height:100vh;background:#fff;font-family:Instrument Sans,sans-serif;background-color:#fff9ef}.project-page-content-wrapper{display:flex;align-items:flex-start}.project-page-header{padding:1rem;border-bottom:.15rem solid #C1272D;display:flex;justify-content:space-between;align-items:center}.project-page-back-btn{display:flex;align-items:center;gap:8px;color:#666;background:none;border:none;font-size:1rem;cursor:pointer;transition:color .2s;margin-bottom:16px}.project-page-back-btn:hover{color:#111}.project-page-content-wrapper{padding:24px}.project-page-main-grid{padding-left:3rem;display:grid;grid-template-columns:1fr;gap:5rem;max-width:67vw;margin:0 auto 2rem}.project-page-main-grid{grid-template-columns:1fr 1fr}.project-page-image-container{aspect-ratio:16/9;background:#e5e7eb;border-radius:24px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-page-image-container{aspect-ratio:1/1}.project-page-image{width:100%;height:100%;object-fit:cover;display:block}.project-page-info{display:flex;flex-direction:column;justify-content:space-between;padding:32px 0}.project-page-title-section{margin-bottom:32px}.project-page-title{font-size:2.5rem;font-weight:700;margin-bottom:12px;line-height:1.1;color:#c1272d;padding:0}.project-page-description{color:#666;font-size:1.2rem}.project-page-progress-bar-bg{position:relative;height:12px;background:#e5e7eb;border-radius:8px;overflow:hidden;margin-top:24px}.project-page-progress-bar-positive{position:absolute;left:0;top:0;height:100%;background:#13ad13;border-radius:8px 0 0 8px;transition:width .3s}.project-page-progress-bar-negative{position:absolute;right:0;top:0;height:100%;background:#dc2626;border-radius:0 8px 8px 0;transition:width .3s}.project-page-tabs-section{max-width:1200px;margin:0 auto}.project-page-tabs{display:flex;gap:8px;margin-bottom:16px;padding:0 16px}.project-page-tab-btn{flex:1;padding:12px 0;border-radius:10px;background:#f3f4f6;color:#666;border:none;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.project-page-tab-btn:hover{background:#e5e7eb}.project-page-tab-btn.active{background:#c1272d;color:#fff}.project-page-tab-content{background:#f3f4f6;border-radius:16px;padding:32px;min-height:200px;margin-bottom:32px}.project-page-section-title{font-weight:700;font-size:1.3rem;margin-bottom:16px}.project-page-section-text{color:#444;line-height:1.7}.project-page-contribution-panel{background:#fafafa;border-radius:16px;padding:32px;max-width:500px;margin:0 auto;box-shadow:0 2px 8px #00000008}.project-page-contribution-title{font-weight:700;font-size:1.2rem;margin-bottom:24px}.project-page-wallet-status{margin-bottom:24px;padding:12px 16px;border-radius:8px;font-size:1rem}.project-page-wallet-status.connected{background:#e6f9ed;border:1px solid #34d399;color:#047857}.project-page-wallet-status.not-connected{background:#fffbe6;border:1px solid #fde68a;color:#b45309}.project-page-wallet-text{font-size:1rem}.project-page-contribution-type-group{margin-bottom:24px}.project-page-label{display:block;color:#666;font-size:.98rem;margin-bottom:8px}.project-page-contribution-type-btns{display:flex;gap:12px}.project-page-type-btn{flex:1;padding:14px 0;border-radius:8px;border:none;font-size:1rem;font-weight:500;background:#f3f4f6;color:#666;cursor:pointer;transition:background .2s,color .2s}.project-page-type-btn.positive{background:#059669;color:#fff}.project-page-type-btn.negative{background:#dc2626;color:#fff}.project-page-type-btn.disabled{opacity:.5;cursor:not-allowed}.project-page-contribution-amount-group{margin-bottom:24px}.project-page-amount-input{width:100%;padding:16px;border:1px solid #d1d5db;border-radius:8px;font-size:1.1rem;background:#f9fafb;color:#222;transition:border .2s}.project-page-amount-input:focus{outline:none;border:1.5px solid #111}.project-page-amount-input:disabled{background:#f3f4f6;color:#aaa;cursor:not-allowed}.project-page-contribute-btn{width:100%;padding:18px 0;border-radius:8px;font-weight:600;font-size:1.1rem;background:#111;color:#fff;border:none;cursor:pointer;transition:background .2s}.project-page-contribute-btn:hover:not(.disabled){background:#222}.project-page-contribute-btn.disabled{background:#e5e7eb;color:#aaa;cursor:not-allowed}@media (max-width: 768px){.project-page-content-wrapper{padding:8px}.project-page-main-grid{gap:16px}.project-page-tab-content,.project-page-contribution-panel{padding:16px}}.profile-container{min-height:100vh;background:#fff9ef}.profile-header{padding:24px;border-bottom:1px solid #e5e7eb}.profile-back-btn{display:flex;align-items:center;gap:8px;color:#4b5563;background:none;border:none;font-size:1rem;margin-bottom:16px;cursor:pointer;transition:color .2s}.profile-back-btn:hover{color:#000}.profile-content{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:flex-start;border-top:1px solid #C1272D}.profile-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 1024px){.profile-grid{grid-template-columns:1fr 3fr}}.profile-stats-section{display:flex;flex-direction:column;gap:24px;width:25vw;padding:2rem;border-right:1px solid #C1272D;max-height:90vh;overflow-y:scroll}.profile-image-placeholder{aspect-ratio:1 / 1;background:#fff9ef;border-radius:24px;display:flex;align-items:center;justify-content:center}.profile-user-icon{color:#9ca3af}.profile-wallet-status{border-radius:12px;padding:16px;border:1px solid}.profile-wallet-connected{background:#f0fdf4;border-color:#bbf7d0}.profile-wallet-disconnected{background:#fefce8;border-color:#fde68a}.profile-wallet-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.profile-wallet-label{font-size:.95rem;font-weight:500}.profile-wallet-connected .profile-wallet-label{color:#166534}.profile-wallet-disconnected .profile-wallet-label{color:#a16207}.profile-wallet-warning{margin-bottom:4px}.profile-wallet-warning-text{font-size:.85rem;color:#a16207}.profile-wallet-address{font-size:.85rem;color:#166534;font-family:monospace}.profile-disconnect-btn{color:#dc2626;background:none;border:none;font-size:.95rem;font-weight:500;cursor:pointer;transition:color .2s}.profile-disconnect-btn:hover{color:#991b1b}.profile-stats-list{display:flex;flex-direction:column;gap:12px}.profile-stat{background:#fff9ef;border-radius:10px;padding:16px}.profile-stat-label{font-size:.95rem;color:#6b7280}.profile-stat-value{font-size:2rem;font-weight:700}.profile-stat-value-won{color:#16a34a}.profile-projects-section{display:flex;flex-direction:column;width:75vw;padding:2rem;float:right;height:90vh;border-left:1px solid #C1272D;font-family:Instrument Sans,sans-serif;text-align:center}.profile-projects-title{font-size:2rem;font-weight:700;margin-bottom:24px}.profile-projects-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){.profile-projects-grid{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.profile-projects-grid{grid-template-columns:1fr 1fr 1fr}}.profile-project-card{aspect-ratio:1 / 1;background:#fff9ef;border-radius:12px;padding:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;cursor:pointer;transition:background .2s}.profile-project-card:hover{background:#e5e7eb}.profile-project-name{font-weight:600}.profile-project-funding{font-size:1rem;color:#6b7280;margin-top:8px}.profile-loading,.profile-no-projects{color:#6b7280;font-style:italic;text-align:center;padding:24px;grid-column:1 / -1}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.modal-header h2{margin:0;color:#1f2937;font-size:1.5rem;font-weight:600}.modal-close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;color:#6b7280;transition:all .2s}.modal-close-btn:hover{background-color:#f3f4f6;color:#374151}.modal-form{padding:0 24px 24px}.form-group{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:.875rem}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#c1272d;box-shadow:0 0 0 3px #c1272d1a}.form-group textarea{resize:vertical;min-height:80px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;border:none}.btn-primary{background-color:#c1272d;color:#fff}.btn-primary:hover:not(:disabled){background-color:#a01e26}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-secondary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background-color:#e5e7eb}.btn-secondary:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px;border-radius:6px;font-size:.875rem}.profile-image-placeholder{position:relative;transition:all .2s}.profile-image-placeholder:hover .profile-image-overlay{opacity:1}.profile-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;border-radius:50%;opacity:0;transition:opacity .2s}.profile-nft-image{transition:all .2s}.profile-nft-image:hover{transform:scale(1.05)}.nft-modal-content{padding:0 24px 24px}.nft-search-section{display:flex;gap:12px;margin-bottom:24px}.nft-search-input{flex:1;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem}.nft-search-input:focus{outline:none;border-color:#c1272d;box-shadow:0 0 0 3px #c1272d1a}.nft-loading{text-align:center;padding:48px 24px;color:#6b7280}.loading-spinner{width:32px;height:32px;border:3px solid #f3f4f6;border-top:3px solid #C1272D;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nft-empty{text-align:center;padding:48px 24px;color:#6b7280}.nft-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;max-height:400px;overflow-y:auto}.nft-item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s;background:#fff}.nft-item:hover{border-color:#c1272d;box-shadow:0 4px 12px #c1272d26;transform:translateY(-2px)}.nft-image-container{width:100%;height:150px;overflow:hidden;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center}.nft-image{width:100%;height:100%;object-fit:cover;transition:transform .2s}.nft-item:hover .nft-image{transform:scale(1.05)}.nft-info{padding:12px}.nft-name{font-size:.875rem;font-weight:600;color:#1f2937;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nft-collection{font-size:.75rem;color:#6b7280;margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nft-description{font-size:.75rem;color:#9ca3af;margin:0;line-height:1.4}@media (max-width: 640px){.form-row{grid-template-columns:1fr}.modal-content{margin:10px;max-height:95vh}.nft-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.nft-search-section{flex-direction:column}}.image-upload-area{position:relative;border:2px dashed #d1d5db;border-radius:8px;padding:24px;text-align:center;background-color:#f9fafb;transition:all .2s}.image-upload-area:hover{border-color:#c1272d;background-color:#fef2f2}.image-url-input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;margin-bottom:12px}.upload-placeholder{font-size:1.125rem;color:#6b7280;font-weight:500}.contribution-row{display:flex;gap:12px;align-items:center}.contribution-row input{flex:1}.btn-sign{padding:12px 20px;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-sign:hover:not(:disabled){background-color:#e5e7eb}.btn-sign:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}.modal-form{max-height:80vh;overflow-y:auto}.form-group textarea[rows="6"]{min-height:120px}.form-group textarea[rows="4"]{min-height:100px}.form-help{display:block;margin-top:4px;font-size:.75rem;color:#6b7280;line-height:1.4}.modal-form input,.modal-form textarea{color:#1f2937!important}.modal-form input::placeholder,.modal-form textarea::placeholder{color:#9ca3af!important}@media (max-width: 640px){.contribution-row{flex-direction:column;align-items:stretch}.btn-sign{width:100%}}@media (orientation: landscape){.text-container{display:grid;grid-template-columns:70vw 2vw 24vw}button{z-index:100}#nav-container{padding-left:.5vw;padding-top:4vh}a{color:#fff;text-decoration:underline}#Container.light-mode a{color:#c1272d;text-decoration:underline}#nav-container a{font-size:1.5vw;text-decoration:none}#nav-container button{font-size:1.5vw;text-decoration:none;background:none;border:none;color:#fff;cursor:pointer;padding:0;margin:0;font-family:inherit;font-weight:inherit;transition:opacity .2s ease}#nav-container button:hover{opacity:.7}#nav-container button.nav-active{font-size:2vw;font-weight:600;opacity:1}#Container.light-mode #nav-container button{color:#c1272d}#Container{background-image:url(/assets/Lapis-CgOdXKeg.png);background-size:cover;background-position:center;background-repeat:no-repeat;height:calc(var(--vh, 1vh) * 100);width:calc(var(--vw, 1vw) * 100);overflow:hidden;font-family:Instrument Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;transition:background-image .3s ease-in-out}#Container.loading{background-image:none;background-color:#1e1e1e}#Container.light-mode.loading{background-color:#fff9ef}#Content{margin:1.5vh 1.5vw;background-color:#1e1e1e;height:97vh;width:97vw;padding:1vh 1vw;display:grid;grid-template-rows:1fr 2fr}.header-container{position:relative;z-index:10;transition:transform .05s ease-out}h1{color:#fff;font-size:8rem;font-weight:400;font-family:Instrument Sans,sans-serif;margin:0;padding-left:1vw}hr{width:97.5%;border:1px solid gray;margin-left:1.5vw;transition:margin-top .05s ease-out}#PersonalLogo{width:100px;height:100px;position:absolute;left:92.5vw;bottom:1vh;z-index:100}#MainText{color:#fff;width:65vw;margin-left:1.5vw;margin-top:4.5vh;font-family:Instrument Sans,sans-serif;font-size:2rem;overflow-y:scroll;height:55vh;scrollbar-width:none}#SideText{color:#fff;width:20vw;height:45vh;overflow-y:scroll;margin-left:1.5vw;margin-top:4.5vh;position:absolute;left:75vw;top:35vh;font-family:Instrument Sans,sans-serif;font-size:2rem}.button-hidden{display:none}#Container.light-mode{background-color:#fff}#Container.light-mode #Content{background-color:#fff9ef}#Container.light-mode hr{width:97.5%;border:1px solid #C1272D;margin-left:1.5vw}#Container.light-mode h1{color:#c1272d}#SideTextDivider{display:none}#Container.light-mode #MainText,#Container.light-mode #SideText{color:#c1272d}#Container.light-mode #SideTextDivider{display:none}.button-toggle-mode{position:absolute;right:2.5vw;top:2.5vh;background:none;border:none;cursor:pointer;padding:0}.h1-main{margin-bottom:0;margin-top:1vh;height:13vh}.h1-sub{margin-top:0}#MainText.relative{position:relative}.footnote-number{background:none;border:none;color:inherit;font-size:.7em;vertical-align:super;cursor:pointer;padding:0;margin:0;text-decoration:underline;font-family:inherit;font-weight:inherit;line-height:1;display:inline}.footnote-number-display{font-size:.8em;vertical-align:super;font-family:inherit;font-weight:inherit}.text-section h2{font-size:1.5em;font-weight:600;margin-bottom:.5em;margin-top:0}.text-section h3{font-size:1.2em;font-weight:500;margin-bottom:.3em;margin-top:1em}.text-section p{margin-bottom:.8em;line-height:1.6}.text-section pre{background-color:#ffffff1a;padding:.5em;border-radius:4px;font-family:monospace;font-size:.9em;margin:.5em 0;overflow-x:auto}#Container.light-mode .text-section pre{background-color:#0000001a}}@media (orientation: portrait){#nav-container button{font-size:4vh;text-decoration:none;background:none;border:none;color:#fff;cursor:pointer;padding:0;margin:0;font-family:inherit;font-weight:inherit;transition:opacity .2s ease}#nav-container button:hover{opacity:.7}#nav-container button.nav-active{font-size:5vh;font-weight:600;opacity:1}#Container.light-mode #nav-container button{color:#c1272d}#Container{background-image:url(/assets/Lapis-CgOdXKeg.png);background-size:cover;background-position:center;background-repeat:no-repeat;height:calc(var(--vh, 1vh) * 100);width:calc(var(--vw, 1vw) * 100);overflow:hidden;font-family:Instrument Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}#Content{margin:1.5vh 2.5vw;background-color:#1e1e1e;padding:1vh 2vw;display:grid;grid-template-rows:15vh 85vh;height:97vh}.header-container{position:relative;z-index:10;transition:transform .05s ease-out;align-self:flex-start}#Container.light-mode{background-color:#fff}#Container.light-mode #Content{background-color:#fff9ef}h1{color:#fff;font-size:6vh;font-weight:400;font-family:Instrument Sans,sans-serif;margin:0;padding-left:0vw;text-align:left;align-self:flex-start}#Container.light-mode h1,#Container.light-mode #MainText,#Container.light-mode #SideText{color:#c1272d}#PersonalLogo{height:8vh;position:absolute;left:85vw;bottom:.75vh;z-index:100}.button-toggle-mode{position:absolute;right:2.5vw;top:2.5vh;background:none;border:none;cursor:pointer;padding:0}.h1-main{margin-bottom:0;margin-top:-1vh;height:8vh}.h1-sub{margin-top:-2.5vh}#MainText.relative{position:relative}#MainText{color:#fff;width:85vw;margin:0 auto;font-family:Instrument Sans,sans-serif;font-size:5vw;overflow-y:scroll;height:75vh;text-align:left;padding:0;display:block;overflow-x:hidden;scrollbar-width:none}#nav-container{display:none}#SideText{font-family:Instrument Sans,sans-serif;font-size:1.25rem;color:#fff;display:none}#Container.light-mode hr{margin-top:1em;margin-bottom:1em;width:97.5%;border:1px solid #C1272D;margin-left:1.5vw}hr{margin-top:.5vh;margin-bottom:.5vh;width:97.5%;border:1px solid gray;margin-left:1.5vw;transition:margin-top .05s ease-out}.footnote-link{color:inherit;text-decoration:underline;transition:opacity .2s ease}.footnote-link:hover{opacity:.7}#Container.light-mode .footnote-link{color:#c1272d}.footnote-number{background:none;border:none;color:inherit;font-size:.7em;vertical-align:super;cursor:pointer;padding:0;margin:0;text-decoration:underline;font-family:inherit;font-weight:inherit;line-height:1;display:inline}.footnote-number-display{font-size:.8em;vertical-align:super;font-family:inherit;font-weight:inherit}.text-section h2{font-size:1.5em;font-weight:600;margin-bottom:.5em;margin-top:0}.text-section h3{font-size:1.2em;font-weight:500;margin-bottom:.3em;margin-top:1em}.text-section p{margin-bottom:.8em;line-height:1.6}.text-section pre{background-color:#ffffff1a;padding:.5em;border-radius:4px;font-family:monospace;font-size:.9em;margin:.5em 0;overflow-x:auto}#Container.light-mode .text-section pre{background-color:#0000001a}.footnote-popup{background-color:#000000e6;border:1px solid #666;border-radius:8px;padding:1rem;margin-top:.5rem;max-width:400px;animation:fadeIn .3s ease}#Container.light-mode .footnote-popup{background-color:#fffffff2;border:1px solid #C1272D}.footnote-content{margin:0;font-size:.9em;line-height:1.4}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}}.simulator-container{max-width:1400px;margin:0 auto;padding:2rem;font-family:Instrument Sans,sans-serif;background:linear-gradient(135deg,#1e1e1e,#2d2d2d);min-height:100vh;color:#fff}.simulator-header{text-align:center;margin-bottom:3rem;position:relative}.simulator-header h1{font-size:3rem;font-weight:600;margin-bottom:1rem;background:linear-gradient(135deg,#c1272d,#ff6b6b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.simulator-header p{font-size:1.2rem;color:#ccc;max-width:600px;margin:0 auto}.back-button{position:absolute;top:1rem;left:0rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#ccc;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit;font-size:1rem;text-decoration:none}.back-button:hover{background:#c1272d33;color:#c1272d;border-color:#c1272d}.simulator-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;border-bottom:2px solid #333;padding-bottom:1rem}.tab{background:none;border:none;color:#ccc;font-size:1.1rem;font-weight:500;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit}.tab:hover{background:#c1272d1a;color:#c1272d}.tab.active{background:#c1272d;color:#fff;box-shadow:0 4px 12px #c1272d4d}.simulator-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.simulation-panel{background:#ffffff0d;border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-info{margin-bottom:2rem}.project-info h3{font-size:1.5rem;margin-bottom:1.5rem;color:#c1272d}.funding-progress{margin-bottom:1.5rem}.progress-bar{width:100%;height:12px;background:#ffffff1a;border-radius:6px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#c1272d,#ff6b6b);border-radius:6px;transition:width .5s ease}.progress-text{font-size:.9rem;color:#ccc;text-align:center}.funding-breakdown{display:flex;flex-direction:column;gap:.75rem}.funding-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.funding-item:last-child{border-bottom:none}.funding-item .label{font-weight:500}.funding-item .value{font-weight:600}.funding-item .value.positive{color:#4caf50}.funding-item .value.negative{color:#ff6b6b}.resolution-banner{margin-top:1.5rem;padding:1rem;border-radius:8px;text-align:center;font-weight:600;font-size:1.1rem}.resolution-banner.success{background:#4caf5033;border:1px solid #4CAF50;color:#4caf50}.resolution-banner.failure{background:#ff6b6b33;border:1px solid #FF6B6B;color:#ff6b6b}.contribution-panel{margin-bottom:2rem}.contribution-panel h3{font-size:1.5rem;margin-bottom:1.5rem;color:#c1272d}.contribution-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#ccc}.form-group input{padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#fff;font-family:inherit;font-size:1rem;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#c1272d;box-shadow:0 0 0 2px #c1272d33}.form-group input::placeholder{color:#888}.position-toggle{display:flex;gap:.5rem}.toggle-btn{flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff0d;color:#ccc;cursor:pointer;transition:all .3s ease;font-family:inherit;font-size:1rem}.toggle-btn:hover{background:#ffffff1a}.toggle-btn.active{background:#c1272d;border-color:#c1272d;color:#fff}.add-contribution-btn{padding:1rem;background:linear-gradient(135deg,#c1272d,#ff6b6b);border:none;border-radius:8px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;font-family:inherit}.add-contribution-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #c1272d4d}.add-contribution-btn:disabled{opacity:.5;cursor:not-allowed}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.demo-btn,.resolve-btn,.reset-btn{flex:1;min-width:120px;padding:.75rem 1rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;font-size:.9rem}.demo-btn{background:linear-gradient(135deg,#ff6b6b,#ff8e8e);color:#fff}.resolve-btn{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff}.reset-btn{background:#ffffff1a;color:#ccc;border:1px solid rgba(255,255,255,.2)}.demo-btn:hover,.resolve-btn:hover,.reset-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.resolve-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.results-panel{background:#ffffff0d;border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contributors-list h3{font-size:1.5rem;margin-bottom:1.5rem;color:#c1272d}.contributors-section{margin-bottom:2rem}.contributors-section h4{font-size:1.1rem;margin-bottom:1rem;color:#ccc;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.contributor-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;margin-bottom:.5rem;border-radius:8px;background:#ffffff0d;border-left:4px solid}.contributor-item.positive{border-left-color:#4caf50}.contributor-item.negative{border-left-color:#ff6b6b}.contributor-info{display:flex;flex-direction:column;gap:.25rem}.contributor-item .name{font-weight:500}.contributor-item .amount{font-weight:600;color:#c1272d}.contributor-percentages{display:flex;flex-direction:column;align-items:flex-end}.percentage-range{font-size:.8rem;color:#ccc;font-weight:500}.rewards-panel{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.rewards-panel h3{font-size:1.5rem;margin-bottom:1.5rem;color:#c1272d}.reward-item{background:#ffffff0d;border-radius:12px;padding:1.5rem;margin-bottom:1rem;border:1px solid rgba(255,255,255,.1)}.reward-item.positive{border-left:4px solid #4CAF50}.reward-item.negative{border-left:4px solid #FF6B6B}.reward-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.reward-header .name{font-weight:600;font-size:1.1rem}.reward-header .type{font-size:.9rem;color:#ccc}.reward-breakdown{display:flex;flex-direction:column;gap:.5rem}.reward-line{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0}.reward-line.total{border-top:1px solid rgba(255,255,255,.1);padding-top:.5rem;margin-top:.5rem;font-weight:600;color:#c1272d}.explanation-content{max-width:800px;margin:0 auto;background:#ffffff0d;border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.explanation-section{margin-bottom:2.5rem}.explanation-section h3{font-size:1.5rem;margin-bottom:1rem;color:#c1272d}.explanation-section p{line-height:1.6;margin-bottom:1rem;color:#ccc}.explanation-section ul{list-style:none;padding:0}.explanation-section li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);color:#ccc}.explanation-section li:last-child{border-bottom:none}.explanation-section code{background:#c1272d33;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;color:#ff6b6b;display:block;margin:.5rem 0;white-space:pre-wrap}.examples-content{max-width:1000px;margin:0 auto}.example-scenario{background:#ffffff0d;border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.example-scenario h3{font-size:1.5rem;margin-bottom:1.5rem;color:#c1272d}.scenario-details{background:#ffffff0d;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.scenario-details p{margin-bottom:.5rem;color:#ccc}.scenario-outcome{background:#c1272d1a;border-radius:8px;padding:1.5rem;border:1px solid rgba(193,39,45,.3)}.scenario-outcome h4{color:#c1272d;margin-bottom:1rem}.scenario-outcome ul{list-style:none;padding:0}.scenario-outcome li{padding:.5rem 0;border-bottom:1px solid rgba(193,39,45,.2);color:#ccc}.scenario-outcome li:last-child{border-bottom:none}@media (max-width: 1024px){.simulator-content{grid-template-columns:1fr;gap:2rem}.simulator-container{padding:1rem}.simulator-header h1{font-size:2.5rem}}@media (max-width: 768px){.simulator-tabs{flex-direction:column;gap:.5rem}.tab{text-align:center}.action-buttons,.position-toggle{flex-direction:column}.simulator-header h1{font-size:2rem}.simulation-panel,.results-panel{padding:1.5rem}}@media (max-width: 480px){.simulator-container{padding:.5rem}.simulator-header h1{font-size:1.8rem}.simulation-panel,.results-panel{padding:1rem}.reward-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (orientation: portrait){.back-button{top:unset;position:absolute;bottom:-16.5rem;left:2.5rem}}html{overflow-y:hidden}.mana-container{min-height:100vh;display:flex;flex-direction:column}.mana-header{background-color:#fff9ef;border-bottom:1px solid #C1272D;display:flex;justify-content:flex-start;align-items:center}.mana-header h1{margin:0;color:#c1272d;font-size:2.5rem;font-weight:400;padding:1rem 2rem;font-family:Instrument Sans,sans-serif;line-height:3.8vh}.mana-header-image{aspect-ratio:1/1;height:100%;border-right:2px solid #C1272D;align-items:center;display:flex;padding:.5rem}.mana-grid{flex:1;display:grid;grid-template-columns:2fr 1fr;background-color:#fff9ef}.left-column{display:grid;grid-template-rows:1fr 1fr;overflow-y:scroll}.right-column{overflow-y:scroll;height:90vh}.right-column h2{margin-top:0;margin-bottom:1rem;color:#c1272d;font-size:2.5rem;font-weight:500}.left-top,.left-bottom,.right-column{background-color:#fff9ef;padding:1.5rem;border:1px solid #C1272D}.left-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.left-arrow,.right-arrow{font-family:Inter,sans-serif;background:none;border:none;font-size:8rem;cursor:pointer;color:#c1272d;padding:.5rem;border-radius:50%;transition:background-color .2s}.image-container{display:flex;justify-content:center;align-items:center}.image-container img{max-width:100%;max-height:50vh;object-fit:contain}.left-top h2,.left-bottom h2{margin-top:0;margin-bottom:1rem;color:#c1272d;font-size:1.5rem;font-weight:500}.left-top p,.left-bottom p,.right-column p{margin:0;color:#666;line-height:1.6}.right-top{display:flex;justify-content:flex-end;align-items:flex-start;gap:1rem}#mana-icon{width:5rem;height:5rem}.tab-button{background:none;border:none;font-size:1rem;font-weight:500;color:#9907075a;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent}.tab-button:hover{color:#c1272d}.tab-button.active{color:#c1272d;text-decoration:underline}.left-bottom-header{display:flex;justify-content:flex-start;align-items:flex-start;gap:1rem;margin-bottom:1rem}.left-tab-button{background:none;border:none;font-size:2rem;font-weight:500;color:#99070758;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;font-family:Inter,sans-serif}.left-tab-button:hover{color:#c1272d}.left-tab-button.active{color:#c1272d;text-decoration:underline}.right-bottom{padding:.5rem 0;min-height:200px}.tab-content h3{margin-top:0;margin-bottom:1rem;color:#c1272d;font-size:1.3rem;font-weight:500}.tab-content p{margin-bottom:1rem;color:#666;line-height:1.6}.tab-content ul{margin:1rem 0;padding-left:1.5rem}.tab-content li{margin-bottom:.5rem;color:#666}.discussion-item{padding:.75rem;margin-bottom:.75rem;background-color:#c1272d0d;border-radius:6px;border-left:3px solid #C1272D}.discussion-item strong{color:#c1272d}.place-your-bet{width:75%;display:grid;justify-content:flex-end}.project-page-progress-bar-bg p{position:relative;top:-10px}.project-page-progress-bar-bg{height:2vh;border-radius:500px;color:#fff;margin-top:1rem;margin-bottom:1rem}.project-page-progress-bar-positive,.project-page-progress-bar-negative{padding:.25rem;display:flex;align-items:center}@media (max-width: 768px){.mana-grid{grid-template-columns:1fr}.left-column{grid-template-rows:auto auto}.mana-header h1{font-size:1.5rem}}.chat-lobbies-container{height:100%;display:flex;flex-direction:column;background-color:#fff9ef}.chat-lobbies-loading{padding:20px;text-align:center;color:#666;font-family:Inter,sans-serif;font-size:1rem}.chat-lobbies-header{padding:1.5rem;border-bottom:1px solid #C1272D;background:#fff9ef}.chat-lobbies-title{margin:0 0 8px;color:#c1272d;font-size:1.3rem;font-weight:500;font-family:Inter,sans-serif}.chat-lobbies-info{font-size:.9rem;color:#666;font-family:Inter,sans-serif}.chat-lobbies-status-connected{margin-left:12px;color:#059669}.chat-lobbies-status-disconnected{margin-left:12px;color:#dc2626}.chat-lobbies-create-button{margin-top:12px;padding:8px 16px;background:#c1272d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;font-family:Inter,sans-serif}.chat-lobbies-error{margin:1.5rem;padding:12px 16px;background:#fee2e2;border:1px solid #ef4444;border-radius:8px;color:#991b1b;font-size:.9rem;font-family:Inter,sans-serif}.chat-lobbies-retry-button{margin-left:8px;padding:6px 12px;background:#dc2626;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;font-family:Inter,sans-serif}.chat-lobbies-messages-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;height:60vh}.chat-lobbies-messages-container{height:50vh;overflow-y:scroll;padding:1.5rem;background:#fff9ef;position:relative;isolation:isolate}.chat-lobbies-empty-state{text-align:center;color:#666;padding:40px 20px;font-size:1rem;font-family:Inter,sans-serif}.chat-lobbies-empty-icon{margin-bottom:8px}.chat-lobbies-empty-subtitle{font-size:.9rem;margin-top:4px}.chat-lobbies-messages-list{display:flex;flex-direction:column;gap:1rem}.chat-lobbies-message{display:flex;flex-direction:column;padding:.75rem;background:#c1272d0d;border:1px solid rgba(193,39,45,.1);border-radius:6px;border-left:3px solid #C1272D}.chat-lobbies-message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.chat-lobbies-message-author{font-weight:600;color:#c1272d;font-size:.9rem;font-family:Inter,sans-serif}.chat-lobbies-message-time{color:#666;font-size:.8rem;font-family:Inter,sans-serif}.chat-lobbies-message-content{color:#666;line-height:1.6;font-size:.95rem;word-break:break-word;font-family:Inter,sans-serif}.chat-lobbies-input-container{padding:1.5rem;border-top:1px solid #C1272D;background:#fff9ef;bottom:0;z-index:10}.chat-lobbies-form{display:flex;gap:12px}.chat-lobbies-input{flex:1;padding:12px 16px;border:1px solid #C1272D;border-radius:8px;font-size:.95rem;background:#fff;color:#111827;font-family:Inter,sans-serif;outline:none}.chat-lobbies-input:disabled{background:#f3f4f6;color:#666}.chat-lobbies-send-button{padding:12px 20px;background:#c1272d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;font-family:Inter,sans-serif}.chat-lobbies-send-button:disabled{background:#9ca3af;cursor:not-allowed}.chat-lobbies-footer{font-size:.8rem;color:#666;margin-top:8px;text-align:center;font-family:Inter,sans-serif}.debug-container{padding:20px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;max-width:1400px;margin:0 auto;background-color:#f8f9fa;min-height:100vh;overflow-y:auto;height:100vh}.debug-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 4px 6px #0000001a}.debug-header h1{margin:0;font-size:2rem;font-weight:600}.debug-section{background:#fff;border:1px solid #e1e5e9;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.debug-section-header{background:#f8f9fa;padding:15px 20px;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;align-items:center}.debug-section-header h2{margin:0;font-size:1.2rem;color:#495057;font-weight:600}.debug-section-content{padding:20px}.config-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}@media (min-width: 768px){.config-grid{grid-template-columns:1fr 1fr 1fr 1fr}}.config-input-group{display:flex;flex-direction:column}.config-input-group label{font-weight:600;color:#495057;margin-bottom:5px;font-size:.9rem}.config-input-group input{padding:8px 12px;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.config-input-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea40}.status-indicator{padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-connected{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.status-disconnected{background-color:#fff3cd;color:#856404;border:1px solid #ffeaa7}.test-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}@media (min-width: 768px){.test-grid{grid-template-columns:1fr 1fr 1fr 1fr}}.debug-button{padding:10px 20px;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;text-transform:uppercase;letter-spacing:.5px}.debug-button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.debug-button-primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.debug-button-success{background-color:#28a745;color:#fff}.debug-button-success:hover{background-color:#218838;transform:translateY(-1px)}.debug-button-danger{background-color:#dc3545;color:#fff}.debug-button-danger:hover{background-color:#c82333;transform:translateY(-1px)}.debug-button-secondary{background-color:#6c757d;color:#fff}.debug-button-secondary:hover{background-color:#5a6268}.message-interface{display:flex;gap:10px;margin-bottom:15px}.message-input{flex:1;padding:10px 15px;border:1px solid #ced4da;border-radius:6px;font-size:.9rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.message-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea40}.messages-container{height:200px;overflow-y:auto;border:1px solid #e1e5e9;border-radius:6px;padding:15px;background-color:#f8f9fa}.message-item{margin-bottom:12px;padding:12px;background:#fff;border-radius:6px;border-left:4px solid #667eea;box-shadow:0 1px 3px #0000001a}.message-header{font-weight:600;font-size:.8rem;color:#495057;margin-bottom:5px;display:flex;justify-content:space-between;align-items:center}.message-content{color:#212529;line-height:1.4}.logs-container{height:200px;overflow-y:auto;border:1px solid #e1e5e9;border-radius:6px;padding:15px;background-color:#f8f9fa;font-size:.8rem}.log-entry{margin-bottom:8px;padding:8px;background:#fff;border-radius:4px;border-left:3px solid #667eea}.log-timestamp{color:#6c757d;font-size:.75rem;margin-bottom:2px}.log-message{color:#212529;font-weight:500}.log-data{margin-left:15px;margin-top:5px;font-size:.7rem;color:#495057;background:#f8f9fa;padding:8px;border-radius:3px;border:1px solid #e9ecef;white-space:pre-wrap;overflow-x:auto}.api-calls-container{height:200px;overflow-y:auto;border:1px solid #e1e5e9;border-radius:6px;padding:15px;background-color:#f8f9fa;font-size:.8rem}.api-call-entry{margin-bottom:10px;padding:10px;background:#fff;border-radius:4px;border-left:3px solid #28a745}.api-call-header{font-weight:600;color:#212529;margin-bottom:5px;display:flex;justify-content:space-between;align-items:center}.api-call-method{background:#28a745;color:#fff;padding:2px 6px;border-radius:3px;font-size:.7rem;font-weight:600;text-transform:uppercase}.api-call-status{padding:2px 6px;border-radius:3px;font-size:.7rem;font-weight:600}.status-200{background-color:#d4edda;color:#155724}.status-400,.status-500{background-color:#f8d7da;color:#721c24}.config-display{background:#f8f9fa;padding:15px;border-radius:6px;border:1px solid #e9ecef;font-size:.8rem;white-space:pre-wrap;overflow-x:auto;color:#495057}.empty-state{color:#6c757d;font-style:italic;text-align:center;padding:20px}.controls-row{display:flex;gap:10px;align-items:center;margin-bottom:15px}@media (max-width: 768px){.debug-container{padding:10px}.config-grid,.test-grid{grid-template-columns:1fr}.debug-section-header{flex-direction:column;gap:10px;align-items:flex-start}.controls-row{flex-direction:column;align-items:flex-start}}.poke-editor-section{background:#fff;border:1px solid #e1e5e9;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d;overflow:hidden}.poke-editor-header{background:#f8f9fa;padding:15px 20px;border-bottom:1px solid #e1e5e9}.poke-editor-header h3{margin:0;font-size:1.1rem;color:#495057;font-weight:600}.poke-editor-content{padding:20px}.poke-editor-grid{display:grid;grid-template-columns:1fr auto;gap:15px;align-items:end}.poke-editor-input-group{display:flex;flex-direction:column}.poke-editor-input-group label{font-weight:600;color:#495057;margin-bottom:8px;font-size:.9rem}.poke-json-textarea{width:100%;height:120px;padding:12px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;border:1px solid #ced4da;border-radius:6px;background-color:#f8f9fa;resize:vertical;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;line-height:1.4}.poke-json-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea40;background-color:#fff}.poke-json-textarea:invalid{border-color:#dc3545;box-shadow:0 0 0 2px #dc354540}.poke-execute-button{padding:12px 24px;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;text-transform:uppercase;letter-spacing:.5px;min-width:120px;height:fit-content}.poke-execute-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.poke-execute-button:active{transform:translateY(0)}.poke-button-create-lobby{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.poke-button-send-message{background:linear-gradient(135deg,#28a745,#1e7e34);color:#fff}.poke-button-create-group{background:linear-gradient(135deg,#6f42c1,#5a2d91);color:#fff}.poke-button-create-lobby:hover{box-shadow:0 4px 8px #007bff4d}.poke-button-send-message:hover{box-shadow:0 4px 8px #28a7454d}.poke-button-create-group:hover{box-shadow:0 4px 8px #6f42c14d}.poke-json-textarea{background:linear-gradient(transparent,transparent),linear-gradient(90deg,#f8f9fa,#f8f9fa);background-size:100% 1.4em;background-attachment:local}@media (max-width: 768px){.poke-editor-grid{grid-template-columns:1fr;gap:15px}.poke-execute-button{width:100%;min-width:auto}.poke-json-textarea{height:100px}}.logs-container::-webkit-scrollbar,.messages-container::-webkit-scrollbar,.api-calls-container::-webkit-scrollbar{width:6px}.logs-container::-webkit-scrollbar-track,.messages-container::-webkit-scrollbar-track,.api-calls-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.logs-container::-webkit-scrollbar-thumb,.messages-container::-webkit-scrollbar-thumb,.api-calls-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.logs-container::-webkit-scrollbar-thumb:hover,.messages-container::-webkit-scrollbar-thumb:hover,.api-calls-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,sans-serif;background:#fff;color:#222}
