@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Space+Mono:wght@400;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#000;background-color:#fcfbf7;min-height:100vh;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}.container{flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;padding:30px 20px;display:flex;position:relative}.top-toggles{z-index:10;gap:10px;display:flex;position:absolute;top:15px;right:20px}.sound-toggle-btn{cursor:pointer;background:#fff;border:2px solid #000;padding:5px 10px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;transition:all .1s;box-shadow:2px 2px #000}.sound-toggle-btn:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #000}.sound-toggle-btn.active{background:#0f6}.header{border-bottom:4px solid #000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:20px;display:flex}.brand{cursor:pointer;align-items:center;gap:16px;display:flex}.teddy-icon{flex-shrink:0;width:52px;height:52px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.brand:hover .teddy-icon{transform:scale(1.15)rotate(5deg)}.title{letter-spacing:-1.5px;font-family:Space Grotesk,sans-serif;font-size:38px;font-weight:700;line-height:1}.subtitle{color:#444;margin-top:4px;font-family:Space Mono,monospace;font-size:12px}.btn-launch{color:#fff;background:#ff007a;padding:12px 20px;font-size:13px;box-shadow:4px 4px #000}.btn-launch:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #000}.header-nav{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.nav-link-btn{cursor:pointer;background:#fff;border:2.5px solid #000;padding:8px 14px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;transition:all .1s;box-shadow:3px 3px #000}.nav-link-btn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px #000}.nav-link-btn:active{transform:translate(1px,1px);box-shadow:1px 1px #000}.nav-link-btn.active{color:#fff;box-shadow:none;background:#000;transform:none}.auth-link{background:#ffc700}.logout-link{color:#fff;background:#ff4a4a}.logout-link:hover{background:#d43f3f}.hero-section{grid-template-columns:1.2fr .8fr;align-items:center;gap:40px;margin-top:10px;margin-bottom:48px;display:grid}@media (width<=850px){.hero-section{grid-template-columns:1fr;gap:28px}}.hero-content{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.hero-badge{background:#00e0ff;border:2.5px solid #000;padding:6px 12px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;box-shadow:3px 3px #000}.hero-title{letter-spacing:-2px;font-size:48px;font-weight:700;line-height:1.05}.hero-desc{color:#444;font-size:17px;line-height:1.55}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-btn-large{padding:16px 30px;font-size:13px}.bg-yellow{background:#ffc700!important}.bg-yellow:hover{background:#e0b000!important}.hero-visual{justify-content:center;align-items:center;display:flex}.large-teddy-frame{cursor:pointer;background:#fff;border:4px solid #000;flex-direction:column;align-items:center;gap:14px;padding:28px;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:8px 8px #000}.large-teddy-frame:hover{transform:scale(1.06)rotate(3deg)}.giant-teddy{width:210px;height:210px}.visual-caption{color:#666;text-transform:uppercase;letter-spacing:.5px;font-size:11px}.features-showcase{border-top:4px dashed #000;margin-top:20px;margin-bottom:56px;padding-top:44px}.section-title{letter-spacing:-1.5px;margin-bottom:32px;font-size:34px;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:28px;display:grid}.feature-card{background:#fff;border:3.5px solid #000;flex-direction:column;gap:14px;padding:24px;transition:transform .15s;display:flex;box-shadow:5px 5px #000}.feature-card:hover{transform:translate(-3px,-3px);box-shadow:8px 8px #000}.feat-emoji{background:#f3f3f3;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:34px;display:flex}.feature-card h3{font-size:18px;font-weight:700}.feature-card p{color:#555;font-size:13px;line-height:1.5}.testimonials-section{border-top:4px dashed #000;margin-bottom:20px;padding-top:44px}.testimonials-grid{grid-template-columns:1fr 1fr;gap:32px;margin-top:28px;display:grid}@media (width<=650px){.testimonials-grid{grid-template-columns:1fr;gap:20px}}.testimonial-card{background:#fff;border:3.5px solid #000;flex-direction:column;justify-content:space-between;padding:28px;display:flex;box-shadow:6px 6px #000}.testimonial-card.rotate-left{transform:rotate(-1.5deg)}.testimonial-card.rotate-right{transform:rotate(1.5deg)}.testimonial-card:hover{transform:none}.testimonial-card .quote{color:#111;font-size:16px;font-style:italic;line-height:1.5}.testimonial-card .quote-author{text-align:right;color:#555;margin-top:16px;font-family:Space Mono,monospace;font-size:12px;font-weight:700}.stats-dashboard{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:28px;display:grid}@media (width<=768px){.stats-dashboard{grid-template-columns:1fr;gap:12px}}.stat-card{background:#fff;border:3px solid #000;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:5px 5px #000}.stat-card:after{content:"";background:#000;width:100%;height:6px;position:absolute;top:0;left:0}.stat-card:first-child:after{background:#ffc700}.stat-card:nth-child(2):after{background:#00e0ff}.stat-card:nth-child(3):after{background:#0f6}.stat-value{color:#000;font-family:Space Mono,monospace;font-size:32px;font-weight:700}.stat-label{color:#555;text-transform:uppercase;letter-spacing:1px;margin-top:4px;font-family:Space Mono,monospace;font-size:11px}.app-grid{grid-template-columns:1fr 340px;gap:28px;display:grid}@media (width<=950px){.app-grid{grid-template-columns:1fr}}.main-content-area{flex-direction:column;gap:24px;display:flex}.toolbar{background:#fff;border:3px solid #000;flex-direction:column;gap:16px;padding:16px;display:flex;box-shadow:4px 4px #000}.filter-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.categories-wrapper{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cat-label{text-transform:uppercase;font-family:Space Mono,monospace;font-size:12px;font-weight:700}.categories-list{flex-wrap:wrap;gap:6px;display:flex}.cat-pill{color:#000;cursor:pointer;background:#fff;border:2px solid #000;padding:6px 14px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;transition:all .1s;box-shadow:2px 2px #000}.cat-pill:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #000}.cat-pill.active{color:#fff;box-shadow:none;background:#000;transform:none}.status-toggle{background:#fff;border:2px solid #000;gap:2px;padding:2px;display:flex}.status-btn{cursor:pointer;background:0 0;border:none;padding:6px 12px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;transition:background .15s}.status-btn.active{color:#fff;background:#000}.search-box{width:100%;position:relative}.search-box input{background:#fff;border:2.5px solid #000;outline:none;width:100%;padding:14px 18px;font-family:Space Grotesk,sans-serif;font-size:14px;box-shadow:3px 3px #000}.search-box input:focus{box-shadow:5px 5px #000}.clear-btn{cursor:pointer;background:0 0;border:none;font-size:16px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.campaign-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:24px;display:grid}@media (width<=500px){.campaign-grid{grid-template-columns:1fr}}.campaign-card{background:#fff;border:3.5px solid #000;flex-direction:column;justify-content:space-between;gap:16px;padding:24px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;box-shadow:5px 5px #000}.campaign-card:hover{transform:translate(-3px,-3px);box-shadow:8px 8px #000}.funded-card{background:#f0fff4}.card-top{justify-content:space-between;align-items:center;display:flex}.badge{color:#000;background:#00e0ff;border:1.5px solid #000;padding:4px 10px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.status-badge{background:#fff;border:2px solid #000;padding:3px 8px;font-family:Space Mono,monospace;font-size:11px;font-weight:700}.funded-badge{color:#000;background:#0f6}.campaign-title{font-size:21px;font-weight:700;line-height:1.2}.campaign-tagline{color:#555;font-size:13px;line-height:1.45}.progress-container{flex-direction:column;gap:8px;display:flex}.progress-bar-bg{background:#fff;border:2.5px solid #000;width:100%;height:14px;overflow:hidden}.progress-bar-fill{background:#000;height:100%;transition:width .5s ease-out}.progress-stats{justify-content:space-between;font-family:Space Mono,monospace;font-size:11px;display:flex}.card-bottom{border-top:2px dashed #000;justify-content:space-between;align-items:center;padding-top:14px;display:flex}.creator-info{color:#555;flex-direction:column;gap:2px;font-family:Space Mono,monospace;font-size:11px;display:flex}.creator-name{color:#000;font-weight:700}.btn{color:#000;cursor:pointer;background:#fff;border:2.5px solid #000;padding:10px 18px;font-family:Space Mono,monospace;font-size:12px;font-weight:700;transition:all .1s;box-shadow:3px 3px #000}.btn:hover{transform:translate(-1px,-1px);box-shadow:4px 4px #000}.btn:active{transform:translate(1px,1px);box-shadow:1px 1px #000}.btn-primary{color:#fff;background:#000}.btn-primary:hover{background:#222}.aside-panel{flex-direction:column;gap:24px;display:flex}.beanomatic-widget{border:3.5px solid #00;background:#fff;padding:20px;position:sticky;top:30px;box-shadow:6px 6px #000}.widget-header{border-bottom:2.5px solid #000;margin-bottom:16px;padding-bottom:14px}.widget-badge{background:#ffc700;border:1.5px solid #000;padding:2px 6px;font-family:Space Mono,monospace;font-size:10px;font-weight:700}.widget-title{margin-top:8px;font-size:18px;font-weight:700}.widget-desc{color:#666;margin-top:4px;font-size:12px}.slot-machine{flex-direction:column;gap:16px;display:flex}.slot-screen{text-align:center;background:#ffde4d;border:3px solid #000;justify-content:center;align-items:center;min-height:140px;padding:16px;display:flex;box-shadow:inset 3px 3px #00000026}.slot-placeholder{color:#000;font-family:Space Mono,monospace;font-size:12px;font-weight:700}.slot-spin-content{flex-direction:column;gap:4px;font-family:Space Mono,monospace;font-size:13px;font-weight:700;display:flex}.slot-spin-word{opacity:.8;animation:.1s linear infinite blur-text}@keyframes blur-text{0%{filter:blur(1px);transform:translateY(-5px)}50%{filter:blur(2px);transform:translateY(5px)}to{filter:blur(1px);transform:translateY(-5px)}}.slot-result-content{flex-direction:column;gap:8px;display:flex}.result-title{text-transform:uppercase;font-size:15px;font-weight:700}.result-tagline{color:#333;font-size:12px;font-style:italic}.result-meta{border-top:1.5px dashed #000;margin-top:4px;padding-top:4px;font-family:Space Mono,monospace;font-size:11px}.slot-controls{flex-direction:column;gap:8px;display:flex}.slot-lever-btn{background:#ffc700}.slot-launch-btn{background:#0f6}.auth-view-container{justify-content:center;align-items:center;padding:40px 0;display:flex}.auth-card{background:#fff;border:3.5px solid #000;width:100%;max-width:480px;padding:24px;box-shadow:8px 8px #000}.auth-tabs{background:#f4f4f4;border-bottom:3px solid #000;margin-bottom:18px;padding:2px;display:flex}.auth-tab-btn{cursor:pointer;text-align:center;background:0 0;border:none;flex:1;padding:12px;font-family:Space Mono,monospace;font-size:13px;font-weight:700;transition:all .15s}.auth-tab-btn.active{color:#fff;background:#000}.auth-form{flex-direction:column;gap:12px;display:flex}.error-alert{color:#fff;background:#ff4a4a;border:2px solid #000;margin-bottom:8px;padding:10px;font-family:Space Mono,monospace;font-size:12px;font-weight:700}.demo-tip{background:#e8fff0;border:2px solid #000;margin-bottom:8px;padding:12px;font-size:11px;line-height:1.5}.auth-submit-btn{width:100%;margin-top:10px;font-size:13px;color:#000!important;background:#0f6!important}.creator-view{flex-direction:column;gap:28px;display:flex}.creator-dashboard-header{border-bottom:3.5px solid #000;padding-bottom:18px}.creator-badge{color:#fff;background:#ff007a;border:1.5px solid #000;margin-bottom:8px;padding:3px 8px;font-family:Space Mono,monospace;font-size:10px;font-weight:700;display:inline-block}.creator-grid{grid-template-columns:1.2fr .8fr;gap:28px;display:grid}@media (width<=850px){.creator-grid{grid-template-columns:1fr}}.studio-card{background:#fff;border:3.5px solid #000;margin-bottom:28px;padding:24px;box-shadow:6px 6px #000}.studio-card h3{border-bottom:2.5px solid #000;margin-bottom:12px;padding-bottom:6px;font-size:20px;font-weight:700}.studio-card-header{border-bottom:2.5px solid #000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.studio-card-header h3{border:none;margin:0;padding:0}.empty-creator-state{text-align:center;color:#666;background:#fafafa;border:2px dashed #ccc;padding:40px 16px;font-size:12px;line-height:1.6}.creator-campaigns-list{flex-direction:column;gap:12px;display:flex}.creator-camp-item{background:#fdfdfd;border:2.5px solid #000;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.camp-item-details{flex-direction:column;gap:4px;display:flex}.creator-dashboard-form{flex-direction:column;gap:12px;margin-top:14px;display:flex}.creator-dashboard-form input,.creator-dashboard-form select,.creator-dashboard-form textarea{border:2.5px solid #000;outline:none;width:100%;padding:11px 14px;font-family:Space Grotesk,sans-serif;font-size:13px}.input-hint{color:#666;margin-top:-6px;font-size:10px;display:block}.profile-view{justify-content:center;padding:20px 0;display:flex}.profile-card{background:#fff;border:3.5px solid #000;width:100%;max-width:800px;padding:32px;box-shadow:8px 8px #000}.profile-header-split{border-bottom:3.5px solid #000;align-items:center;gap:28px;padding-bottom:28px;display:flex}@media (width<=600px){.profile-header-split{text-align:center;flex-direction:column}}.profile-avatar-giant{background:#ffc700;border:3px solid #000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;font-size:48px;display:flex;box-shadow:4px 4px #000}.profile-meta-info{flex-direction:column;align-items:flex-start;gap:8px;display:flex}@media (width<=600px){.profile-meta-info{align-items:center}}.bio-quote{color:#333;font-size:15px;font-style:italic;line-height:1.4}.profile-badges-row{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.profile-stat-badge{background:#e8fff0;border:2px solid #000;padding:4px 10px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;box-shadow:2px 2px #000}.profile-history-section{margin-top:32px}.profile-history-section h3{border-bottom:2.5px solid #000;padding-bottom:6px;font-size:20px;font-weight:700}.empty-history{text-align:center;color:#666;padding:40px;font-size:12px;line-height:1.6}.history-pledges-list{flex-direction:column;gap:14px;margin-top:20px;display:flex}.history-pledge-item{background:#fdfdfd;border:2.5px solid #000;justify-content:space-between;align-items:center;padding:16px;display:flex;box-shadow:3px 3px #000}.pledge-item-left{flex-direction:column;gap:4px;display:flex}.pledge-date{color:#666;font-size:10px}.pledge-item-right{background:#0f6;border:2px solid #000;padding:6px 12px;font-family:Space Mono,monospace;font-size:14px;font-weight:700}.disabled-input{color:#666;cursor:not-allowed;background:#f0f0f0!important}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border:3.5px solid #000;flex-direction:column;gap:16px;width:100%;max-width:600px;max-height:90vh;padding:24px;display:flex;position:relative;overflow-y:auto;box-shadow:8px 8px #000}.detailed-modal{max-width:950px;height:85vh}.modal-head{border-bottom:3px solid #000;justify-content:space-between;align-items:flex-start;padding-bottom:14px;display:flex}.modal-campaign-title{margin-top:8px;font-size:26px;font-weight:700}.close-btn{color:#fff;cursor:pointer;background:#ff4a4a;border:2px solid #000;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all 50ms;display:flex;box-shadow:2px 2px #000}.close-btn:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #000}.modal-tabs{background:#f4f4f4;border-bottom:3px solid #000;gap:4px;padding:2px;display:flex}.tab-btn{cursor:pointer;text-align:center;background:0 0;border:none;flex:1;padding:10px 16px;font-family:Space Mono,monospace;font-size:12px;font-weight:700;transition:all .15s}.tab-btn.active{color:#fff;background:#000}.tab-btn:hover:not(.active){background:#e5e5e5}.modal-body{flex:1;padding-right:8px;overflow-y:auto}.detail-split-layout{grid-template-columns:1fr 360px;align-items:start;gap:24px;display:grid}@media (width<=800px){.detail-split-layout{grid-template-columns:1fr}}.section-subtitle{text-transform:uppercase;border-bottom:2px solid #000;margin-bottom:10px;padding-bottom:4px;font-size:16px;font-weight:700}.section-desc{color:#666;margin-top:-6px;margin-bottom:12px;font-family:Space Mono,monospace;font-size:11px}.description-text{color:#333;margin-bottom:24px;font-size:14px;line-height:1.6}.stretch-goals-box{margin-bottom:28px}.stretch-timeline{flex-direction:column;gap:12px;padding-left:20px;display:flex;position:relative}.stretch-timeline:before{content:"";z-index:1;background:#000;width:4px;position:absolute;top:0;bottom:0;left:28px}.stretch-node{z-index:2;background:#fff;border:2px solid #000;align-items:center;gap:14px;padding:8px 12px;display:flex;position:relative;box-shadow:2px 2px #000}.stretch-node.unlocked{background:#e8fff0}.stretch-node.locked{background:#fafafa;border-style:dashed}.stretch-status-icon{background:#fff;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;display:flex}.stretch-info{flex:1}.stretch-value{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.stretch-label{color:#444;font-size:12px}.unlocked-badge{background:#0f6;border:1px solid #000;padding:2px 6px;font-family:Space Mono,monospace;font-size:9px;font-weight:700}.budget-simulator-box{background:#fff;border:3px solid #000;margin-bottom:20px;padding:16px;box-shadow:4px 4px #000}.slider-wrapper{margin-bottom:16px}.neubrutal-slider{-webkit-appearance:none;background:#fff;border:2px solid #000;outline:none;width:100%;height:10px}.neubrutal-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#00e0ff;border:2.5px solid #000;width:20px;height:20px;box-shadow:1.5px 1.5px #000}.budget-breakdown-bars{flex-direction:column;gap:12px;display:flex}.budget-bar-item{flex-direction:column;gap:4px;display:flex}.budget-bar-labels{justify-content:space-between;font-family:Space Mono,monospace;font-size:11px;display:flex}.budget-bar-bg{background:#fff;border:2px solid #000;height:12px;overflow:hidden}.budget-bar-fill{height:100%;transition:width .3s}.pledge-sticky-card{border:3.5px solid #00;background:#fff;padding:20px;position:sticky;top:10px;box-shadow:6px 6px #000}.goal-meter-summary{background:#fdfdfd;border:2px solid #000;grid-template-columns:1fr 1fr;margin-bottom:16px;padding:10px;display:grid}.stat-chunk{flex-direction:column;align-items:center;display:flex}.stat-chunk:first-child{border-right:2px dashed #000}.chunk-val{font-family:Space Mono,monospace;font-size:20px;font-weight:700}.chunk-lbl{color:#666;text-transform:uppercase;font-family:Space Mono,monospace;font-size:10px}.form-label{margin-bottom:4px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;display:block}.pledge-form input[type=text],.pledge-form input[type=number],.custom-amount-input{border:2px solid #000;outline:none;width:100%;margin-bottom:12px;padding:10px 12px;font-family:Space Grotesk,sans-serif;font-size:13px}.emoji-select-row{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.emoji-btn{cursor:pointer;background:#fff;border:2px solid #000;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex;box-shadow:1px 1px #000}.emoji-btn.active{box-shadow:none;background:#ffc700;transform:translate(1px,1px)}.preset-pledges{flex-wrap:wrap;gap:4px;margin-bottom:8px;display:flex}.preset-btn{cursor:pointer;text-align:center;background:#fff;border:2px solid #000;flex:1;padding:6px 8px;font-family:Space Mono,monospace;font-size:11px;font-weight:700;box-shadow:1.5px 1.5px #000}.preset-btn.active{color:#fff;box-shadow:none;background:#000;transform:translate(1px,1px)}.pledge-submit-btn{color:#000;background:#0f6;border:2.5px solid #000;width:100%;margin-top:6px}.modal-rewards-list{border-top:2px dashed #ccc;flex-direction:column;gap:8px;margin-top:18px;padding-top:14px;display:flex}.reward-section-title{color:#444;font-family:Space Mono,monospace;font-size:11px;font-weight:700}.reward-tier-pill{cursor:pointer;background:#fdfbf7;border:2.5px solid #000;align-items:center;gap:12px;padding:8px 12px;transition:all .1s;display:flex;box-shadow:2px 2px #000}.reward-tier-pill:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #000}.reward-tier-pill.unlocked{background:#e8fff0;border-color:#000}.tier-min-pledge{color:#000;background:#ffc700;border:1.5px solid #000;padding:2px 6px;font-family:Space Mono,monospace;font-size:14px;font-weight:700}.tier-details{flex-direction:column;display:flex}.tier-title{font-size:12px;font-weight:700}.tier-perk{color:#555;margin-top:1px;font-size:10px}.community-layout{flex-direction:column;gap:24px;display:flex}.comment-post-box{background:#fff;border:3px solid #000;padding:16px;box-shadow:4px 4px #000}.guestbook-inline-form{flex-direction:column;gap:10px;margin-top:10px;display:flex}.inline-row{grid-template-columns:1fr 140px;gap:10px;display:grid}.guestbook-inline-form input,.guestbook-inline-form select{border:2px solid #000;outline:none;padding:8px 12px;font-family:Space Grotesk,sans-serif;font-size:13px}.guestbook-inline-form textarea{resize:vertical;border:2px solid #000;outline:none;min-height:60px;padding:8px 12px;font-family:Space Grotesk,sans-serif;font-size:13px}.sticky-notes-board{background:#ebd8bd;border:4px solid #000;min-height:250px;padding:24px;box-shadow:inset 4px 4px #0000001a}.sticky-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}.sticky-note-card{background:#ff8;border:2px solid #000;flex-direction:column;justify-content:space-between;min-height:150px;padding:16px;transition:transform .2s;display:flex;position:relative;box-shadow:4px 4px #000}.sticky-note-card:hover{z-index:10;transform:rotate(0)scale(1.05)!important}.sticky-note-card:nth-child(2n){background:#cff}.sticky-note-card:nth-child(3n){background:#fcf}.sticky-note-card:nth-child(4n){background:#cfc}.note-pin{text-shadow:1.5px 1.5px #0000004d;font-size:18px;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.note-header{border-bottom:1.5px dashed #0003;align-items:center;gap:8px;margin-bottom:6px;padding-bottom:6px;display:flex}.note-emoji{font-size:16px}.note-author{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.note-text{color:#222;flex:1;font-size:12px;font-style:italic}.note-date{color:#666;text-align:right;margin-top:8px;font-family:Space Mono,monospace;font-size:9px}.updates-timeline{flex-direction:column;gap:20px;margin-top:14px;padding-left:20px;display:flex;position:relative}.updates-timeline:before{content:"";background:#000;width:3px;position:absolute;top:0;bottom:0;left:5px}.timeline-item{gap:14px;display:flex;position:relative}.timeline-node{z-index:2;background:#ff007a;border:3px solid #000;border-radius:50%;width:13px;height:13px;position:absolute;top:20px;left:-20px}.timeline-card{background:#fff;border:3px solid #000;flex:1;padding:16px;box-shadow:4px 4px #000}.timeline-card-header{border-bottom:1.5px dashed #ccc;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:8px;display:flex}.update-title{font-size:16px;font-weight:700}.update-date{color:#666;font-family:Space Mono,monospace;font-size:10px}.update-body{color:#333;margin-bottom:12px;font-size:13px;line-height:1.5}.update-reactions-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.reactions-label{color:#555;font-family:Space Mono,monospace;font-size:11px}.react-btn{cursor:pointer;background:#fff;border:2px solid #000;align-items:center;gap:6px;padding:4px 8px;transition:all 50ms;display:flex;box-shadow:1.5px 1.5px #000}.react-btn:hover{transform:translate(-1px,-1px);box-shadow:2.5px 2.5px #000}.react-emoji{font-size:13px}.react-count{font-family:Space Mono,monospace;font-size:11px;font-weight:700}.polls-list{flex-direction:column;gap:20px;margin-top:14px;display:flex}.poll-item-card{background:#fff;border:3px solid #000;padding:20px;box-shadow:5px 5px #000}.poll-question{margin-bottom:14px;font-size:16px;font-weight:700}.poll-options-list{flex-direction:column;gap:10px;display:flex}.poll-option-row-btn{cursor:pointer;text-align:left;background:#fff;border:2.5px solid #000;padding:12px 16px;transition:all .1s;display:flex;position:relative;overflow:hidden;box-shadow:2px 2px #000}.poll-option-row-btn:hover{transform:translate(-1px,-1px);box-shadow:3.5px 3.5px #000}.option-percentage-bar{opacity:.15;background:#00e0ff;transition:width .4s ease-out;position:absolute;top:0;bottom:0;left:0}.poll-option-row-btn:hover .option-percentage-bar{opacity:.25}.option-content-flex{z-index:2;justify-content:space-between;width:100%;display:flex;position:relative}.option-label-text{font-size:13px;font-weight:700}.option-votes-stat{font-family:Space Mono,monospace;font-size:11px}.poll-total-votes{color:#666;margin-top:12px;font-family:Space Mono,monospace;font-size:11px;display:block}.launch-modal{max-width:600px}.form-body{flex-direction:column;gap:12px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (width<=500px){.form-row{grid-template-columns:1fr}}.modal-body input,.modal-body select,.modal-body textarea{background:#fff;border:2px solid #000;outline:none;width:100%;padding:10px 14px;font-family:Space Grotesk,sans-serif;font-size:13px}.modal-body input:focus,.modal-body select:focus,.modal-body textarea:focus{border-width:2.5px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:14px;display:flex}.loading-card,.empty-card{text-align:center;background:#fff;border:3.5px solid #000;flex-direction:column;align-items:center;gap:16px;padding:48px 24px;font-family:Space Mono,monospace;display:flex;box-shadow:6px 6px #000}.spinner{border:5px solid #eee;border-top-color:#000;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.floating-audio-btn{cursor:pointer;z-index:999;background:#fff;border:3px solid #000;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;padding:0;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:28px;right:28px;box-shadow:4px 4px #000}.floating-audio-btn:hover{transform:scale(1.08)translate(-1px,-1px);box-shadow:6px 6px #000}.floating-audio-btn.playing{animation:2s ease-in-out infinite gentle-bounce}@keyframes gentle-bounce{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-6px)scale(1.04)}}.audio-avatar{background:#fdfdfd;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.bean-real-img{object-fit:cover;object-position:top center;width:100%;height:100%}.audio-badge{color:#fff;background:#000;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:flex;position:absolute;bottom:-4px;right:-4px}.footer{text-align:center;color:#555;border-top:3px solid #000;margin-top:48px;margin-bottom:20px;padding-top:20px;font-family:Space Mono,monospace;font-size:11px}
/*# sourceMappingURL=public.6adc76f3.css.map */
