*{box-sizing:border-box;margin:0;padding:0}body{background:teal;font-family:Tahoma,"MS Sans Serif",Arial,sans-serif;font-size:11px;height:100vh;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;padding:16px}.desktop{display:flex;justify-content:center;align-items:flex-start;width:100%;height:100%;position:relative}.window{background:#d4d0c8;border-top:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #808080;border-bottom:2px solid #808080;width:100%;max-width:1200px;height:calc(100vh - 32px);max-height:calc(100vh - 32px);overflow:hidden;display:flex;flex-direction:column;box-shadow:2px 2px #000}.title-bar{background:linear-gradient(to right,navy,#1084d0);color:#fff;padding:3px 6px;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.title-bar-left{display:flex;align-items:center;gap:6px;font-weight:700;font-size:11px}.title-bar-icon{font-size:13px}.title-bar-buttons{display:flex;gap:2px}.win-btn{background:#d4d0c8;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #808080;border-bottom:1px solid #808080;color:#000;width:16px;height:14px;font-size:9px;cursor:pointer;padding:0}.win-btn:active{border-top:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #fff;border-bottom:1px solid #fff}.menu-bar{background:#d4d0c8;border-bottom:1px solid #808080;padding:2px 4px;display:flex;gap:2px}.menu-item{padding:2px 6px;cursor:pointer;font-size:11px}.menu-item:hover{background:navy;color:#fff}.error-banner{display:flex;align-items:center;gap:6px;padding:5px 10px;font-size:11px;border-bottom:1px solid}.error-banner-icon{flex:0 0 auto;font-size:12px}.error-banner-text{flex:1;line-height:1.4}.error-banner button{flex:0 0 auto;background:none;border:none;cursor:pointer;font-weight:700;font-size:12px;opacity:.7}.error-banner button:hover{opacity:1}.error-banner.warning{background:#fdd;border-color:#c00;color:#8b0000}.error-banner.warning button{color:#8b0000}.error-banner.info{background:#fff3cd;border-color:#c80;color:#640}.error-banner.info button{color:#640}.game-layout{display:flex;flex:1;overflow:hidden;min-height:0}.contact-panel{width:170px;min-width:170px;background:#d4d0c8;border-right:2px solid #808080;display:flex;flex-direction:column;overflow:hidden}.contact-panel-header{background:navy;color:#fff;padding:3px 6px;font-size:10px;font-weight:700}.contact-list{flex:1;overflow-y:auto;padding:4px 0}.contact-item{display:flex;align-items:flex-start;padding:3px 6px;gap:5px;cursor:default}.contact-item.active{background:navy;color:#fff}.contact-item.locked{opacity:.4}.contact-item.fired{opacity:.5;text-decoration:line-through}.contact-dot{width:8px;height:8px;border-radius:50%;margin-top:3px;flex-shrink:0}.dot-online{background:#0c0}.dot-away{background:#fa0}.dot-busy{background:#c00}.dot-offline{background:#888}.contact-name{font-size:10px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-role{font-size:9px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-item.active .contact-role{color:#aad4ff}.profiles-btn{margin:6px;padding:4px 6px;background:#d4d0c8;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #808080;border-bottom:1px solid #808080;cursor:pointer;font-size:10px;text-align:left}.profiles-btn:hover{background:#e8e8e8}.icq-logo{padding:4px 6px;font-size:9px;color:#888;border-top:1px solid #999}.chat-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0;background:#fff}.chat-header{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#d4d0c8;border-bottom:1px solid #808080}.sender-avatar{font-size:20px}.sender-details{flex:1}.sender-name-main{font-weight:700;font-size:12px;display:block}.sender-role{font-size:10px;color:#555}.level-badge{font-size:10px;background:navy;color:#fff;padding:2px 6px}.messages-area{flex:1;overflow-y:auto;min-height:0;padding:8px;display:flex;flex-direction:column;gap:6px;background:#fff}.msg-row{display:flex;flex-direction:column}.msg-row.outgoing{align-items:flex-end}.msg-meta{font-size:9px;color:#888;padding:0 4px 2px}.msg-bubble{max-width:85%;padding:6px 10px;font-size:11px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.msg-bubble.them{background:#dff0d8;border:1px solid #99cc99;align-self:flex-start}.msg-bubble.me{background:#d0e8ff;border:1px solid #6699cc;align-self:flex-end}.msg-bubble.feedback{background:#fffde7;border:1px solid #e6b800;width:100%}.msg-bubble.system{background:#f0f0f0;border:1px solid #ccc;color:#555;font-style:italic;font-size:10px;width:100%;text-align:center}.msg-bubble.news-event{background:#fff3cd;border:1px dashed #cc8800;color:#640;width:100%;font-size:10px}.typing-indicator{display:flex;align-items:center;gap:4px}.dots span{display:inline-block;animation:blink 1.2s infinite;font-size:14px}.dots span:nth-child(2){animation-delay:.2s}.dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}.footnote-bar{padding:4px 10px;background:#fff8e1;border-top:1px solid #e6b800;font-size:10px;color:#5a4000;font-style:italic}.choices-panel{padding:8px;background:#d4d0c8;border-top:2px solid #808080}.choices-label{font-size:10px;color:#555;margin-bottom:4px}.choices-grid{display:flex;flex-direction:column;gap:4px}.choice-btn{background:#d4d0c8;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #808080;border-bottom:1px solid #808080;padding:5px 10px;text-align:left;cursor:pointer;font-size:11px;font-family:Tahoma,"MS Sans Serif",Arial,sans-serif;display:flex;gap:6px}.choice-btn:hover:not(:disabled){background:#e8e8e8}.choice-btn:active{border-top:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #fff;border-bottom:1px solid #fff}.choice-btn:disabled{opacity:.5;cursor:default}.choice-letter{font-weight:700;color:navy;flex-shrink:0}.next-btn{background:navy;color:#fff;border:none;padding:7px 18px;cursor:pointer;font-family:Tahoma,"MS Sans Serif",Arial,sans-serif;font-size:11px}.next-btn:hover{background:#00a}.choices-loading{display:flex;align-items:center;justify-content:center;padding:10px 0;min-height:42px}.loading-dots span{display:inline-block;font-size:18px;color:#555;animation:blink 1.2s infinite}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}.ai-input-form{display:flex;flex-direction:column;gap:4px}.ai-input-label{font-size:10px;color:#555}.ai-input-row{display:flex;gap:6px;align-items:flex-end}.ai-textarea{flex:1;font-family:Tahoma,"MS Sans Serif",Arial,sans-serif;font-size:11px;padding:5px;border-top:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #fff;border-bottom:1px solid #fff;background:#fff;resize:none;line-height:1.4}.ai-textarea:focus{outline:1px solid #000080}.ai-send-btn{background:#d4d0c8;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #808080;border-bottom:1px solid #808080;padding:5px 12px;cursor:pointer;font-size:11px;font-family:Tahoma,"MS Sans Serif",Arial,sans-serif;white-space:nowrap;align-self:flex-end;height:28px}.ai-send-btn:hover:not(:disabled){background:#e8e8e8}.ai-send-btn:disabled{opacity:.5;cursor:default}.ai-hint{font-size:9px;color:#888}.character-panel{width:240px;min-width:240px;background:#d4d0c8;border-left:2px solid #808080;display:flex;flex-direction:column;overflow:hidden}.char-panel-header{background:navy;color:#fff;padding:3px 6px;display:flex;justify-content:space-between;align-items:center;font-size:10px;font-weight:700}.char-close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:12px}.char-list{flex:1;overflow-y:auto;padding:4px;display:flex;flex-direction:column;gap:6px}.char-card{background:#fff;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #808080;border-bottom:1px solid #808080;padding:6px}.char-card.char-fired{opacity:.5;background:#f5f5f5}.char-card-header{display:flex;align-items:flex-start;gap:6px;margin-bottom:4px}.char-avatar{font-size:18px;flex-shrink:0}.char-name{font-weight:700;font-size:10px}.char-role{font-size:9px;color:#555}.char-attitude{font-size:9px;font-weight:700;margin-left:auto;white-space:nowrap}.char-quirk{font-size:9px;color:#555;font-style:italic;margin-bottom:4px;line-height:1.3}.char-moods{display:flex;flex-direction:column;gap:2px}.mood-row{display:flex;align-items:center;gap:4px}.mood-label{font-size:8px;color:#555;width:48px;flex-shrink:0}.mood-track{flex:1;height:6px;background:#e0e0e0;border:1px solid #aaa;position:relative;overflow:hidden}.mood-fill{height:100%;transition:width .4s ease}.mood-center-line{position:absolute;left:50%;top:0;width:1px;height:100%;background:#888}.mood-val{font-size:8px;width:20px;text-align:right;font-weight:700}@keyframes ugly-blink-anim{0%,49%{opacity:1}50%,to{opacity:0}}.ugly-panel{width:220px;min-width:220px;border-left:4px ridge #ff00ff;overflow-y:auto;background:navy url(data:image/gif;base64,R0lGODlhCAAIAIAAAAAAAP///yH5BAEAAAEALAAAAAAIAAgAAAINhI+py+0Po5y02otnAQA7) repeat;color:#0f0;font-family:Comic Sans MS,Comic Sans,cursive,sans-serif;padding:4px}.ugly-marquee{background:#000;color:#ff0;font-size:10px;font-weight:700;padding:2px 0;border:2px dashed #ff0000;margin-bottom:6px}.ugly-section{background:#ff9;color:#000;border:3px double #ff00ff;padding:5px;margin-bottom:4px}.ugly-hdr{background:linear-gradient(90deg,red,#f90,#ff0,#0f0,#0cf,#c0f);color:#fff;text-shadow:1px 1px 0 #000;font-weight:700;font-size:11px;text-align:center;padding:3px;margin-bottom:4px;border:2px solid #000}.ugly-blink{animation:ugly-blink-anim 1s step-start infinite}.ugly-body{font-size:11px;line-height:1.35}.ugly-body p{margin-bottom:6px}.ugly-links a,.ugly-email a,.ugly-about a{color:#00e;text-decoration:underline;font-weight:700}.ugly-links a:visited,.ugly-email a:visited{color:#551a8b}.ugly-cta{font-weight:700;color:#c00}.ugly-hr{border:none;height:4px;background:repeating-linear-gradient(90deg,red 0,red 6px,#ff0 6px,#ff0 12px,#0f0 12px,#0f0 18px,#0cf 18px,#0cf 24px,#f0f 24px,#f0f 30px);margin:4px 0}.ugly-signup-btn{display:block;text-align:center;background:linear-gradient(#ff0,#f90);border:3px outset #ff0000;color:#c00;font-weight:700;font-size:12px;padding:6px;text-decoration:none;cursor:pointer;text-shadow:1px 1px 0 #fff}.ugly-signup-btn:hover{background:linear-gradient(#f90,#ff0)}.ugly-signup-btn:active{border-style:inset}.ugly-footer{text-align:center;padding:4px 0}.ugly-counter{background:#000;color:#0f0;font-family:Courier New,monospace;font-size:10px;border:2px inset #888;padding:2px;margin-bottom:4px}.ugly-counter span{letter-spacing:2px}.ugly-badges{display:flex;justify-content:center;gap:4px;margin-bottom:4px;flex-wrap:wrap}.ugly-badge{background:#000;color:#ff0;font-size:8px;font-weight:700;border:1px solid #ffff00;padding:2px 4px}.ugly-construction{font-size:10px;font-weight:700;color:#ff0;animation:ugly-blink-anim .6s step-start infinite}.status-bar{background:#d4d0c8;border-top:2px solid #808080;padding:2px 6px;display:flex;align-items:center;gap:4px;min-height:22px}.status-segment{padding:1px 6px;border-top:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #fff;border-bottom:1px solid #fff;font-size:10px;white-space:nowrap}.score-label{color:#333}.score-bar-wrap{display:flex;align-items:center;gap:4px}.score-bar{width:80px;height:10px;background:#fff;border:1px solid #808080}.score-bar-fill{height:100%;transition:width .4s ease}.score-bar-fill.low{background:#c00}.score-bar-fill.mid{background:#c60}.score-bar-fill.high{background:#006400}.score-bar-fill.bankrupt{background:#8b0000}.score-bar-wrap.bankrupt .score-bar{border-color:#8b0000;background:#3a0000;animation:bankrupt-pulse 1.1s ease-in-out infinite}.score-bar-wrap.bankrupt span{color:#8b0000;font-weight:700}@keyframes bankrupt-pulse{0%,to{box-shadow:0 0 #8b000000}50%{box-shadow:0 0 4px 1px #c00c}}.menu-item.menu-end{color:#8b0000;font-weight:700}.menu-item.menu-end:hover{background:#8b0000;color:#fff}.menu-item.menu-end-confirm{color:#8b0000}.menu-end-yes{text-decoration:underline;cursor:pointer;font-weight:700}.menu-end-yes:hover{color:#c00}.menu-end-no{text-decoration:underline;cursor:pointer}.menu-end-no:hover{color:navy}.pastgames-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00002073;display:flex;align-items:center;justify-content:center;z-index:1000}.pastgames-modal{width:min(560px,92vw);max-height:82vh;overflow-y:auto;background:#d4d0c8;border:2px solid #808080;border-top-color:#fff;border-left-color:#fff;box-shadow:3px 3px #0006;font-size:11px}.pastgames-header{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to right,navy,#1084d0);color:#fff;padding:4px 8px;font-weight:700;position:sticky;top:0}.pastgames-close{background:#d4d0c8;border:1px solid #808080;border-top-color:#fff;border-left-color:#fff;cursor:pointer;font-weight:700;padding:0 6px}.pastgames-empty{padding:24px 16px;color:#555;text-align:center}.pastgames-list{display:flex;flex-direction:column;padding:8px;gap:6px}.pastgames-item{display:flex;align-items:center;gap:8px;text-align:left;background:#fff;border:1px solid #b0b0b0;padding:8px;cursor:pointer}.pastgames-item:hover{background:#eef2fb;border-color:navy}.pastgames-item-dot{width:8px;height:8px;border-radius:50%;flex:0 0 auto}.pastgames-item-dot.win{background:#006400}.pastgames-item-dot.lose{background:#8b0000}.pastgames-item-main{display:flex;flex-direction:column;flex:1}.pastgames-item-company{font-weight:700;color:navy}.pastgames-item-sub{font-size:10px;color:#666}.pastgames-item-cta{font-size:10px;color:navy}.pastgames-detail{padding:10px 12px}.pastgames-back{background:#d4d0c8;border:1px solid #808080;border-top-color:#fff;border-left-color:#fff;cursor:pointer;padding:2px 8px;margin-bottom:8px}.pastgames-detail-head{margin-bottom:10px}.pastgames-detail-company{font-size:14px;font-weight:700;color:navy}.pastgames-detail-tagline{font-style:italic;color:#555;font-size:10px;margin:2px 0}.pastgames-badge{display:inline-block;margin-top:4px;padding:2px 8px;color:#fff;font-weight:700;font-size:10px}.pastgames-badge.win{background:#006400}.pastgames-badge.lose{background:#8b0000}.pastgames-detail-title{font-weight:700;margin-top:4px}.pastgames-detail-meta{font-size:10px;color:#666;margin-top:2px}.pastgames-block{margin-top:12px}.pastgames-block-title{font-weight:700;color:navy;border-bottom:1px solid #b0b0b0;padding-bottom:2px;margin-bottom:4px}.pastgames-line{padding:2px 0;line-height:1.4}.pastgames-review{padding:4px 0;border-bottom:1px dotted #ccc}.pastgames-review-head{display:flex;justify-content:space-between;gap:8px}.pastgames-attitude{font-size:10px;color:#555;white-space:nowrap}.pastgames-review-text{color:#333;font-size:10px;margin-top:2px}.onboarding-checklist{display:flex;flex-direction:column;gap:8px}.checklist-intro{font-size:11px;line-height:1.5}.checklist-note{font-size:10px;color:#640;background:#fff3cd;border:1px dashed #cc8800;padding:4px 8px}.checklist-items{list-style:none;margin:0;padding:4px;max-height:260px;overflow-y:auto;border:1px solid #b0b0b0;background:#fff}.checklist-item{padding:3px 4px;border-bottom:1px dotted #e0e0e0}.checklist-item:last-child{border-bottom:none}.checklist-item label{display:flex;align-items:flex-start;gap:6px;cursor:pointer;font-size:11px;line-height:1.35}.checklist-item input{margin-top:2px;flex:0 0 auto}.checklist-item.done .checklist-item-label{color:#888;text-decoration:line-through}.checklist-actions{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.checklist-checkall{font-size:10px;padding:3px 8px;background:#eef2fb;border:1px solid #000080;cursor:pointer}.checklist-checkall:hover{background:#dde6f7}.checklist-submit{font-size:11px;padding:5px 14px;background:navy;color:#fff;border:1px solid #000060;cursor:pointer}.checklist-submit:disabled{background:#b0b0b0;border-color:#999;cursor:not-allowed}.prd-doc-box{display:flex;align-items:center;gap:8px;padding:8px 10px;margin:6px 0;background:#f0f0f0;border:1px solid #b0b0b0;color:#888;font-size:10px;cursor:not-allowed;filter:grayscale(1)}.prd-doc-icon{font-size:18px;opacity:.5}.prd-doc-label{font-style:italic}.story-row{width:100%}.story-beat{display:flex;align-items:flex-start;gap:8px;width:100%;padding:6px 8px 6px 4px;border-left:3px solid #000080;background:linear-gradient(to right,#eef2fb,#f8f9fc);position:relative}.story-beat-node{flex:0 0 auto;font-size:13px;line-height:1.3}.story-beat-text{font-size:11px;color:#1a2a5a;font-weight:600;line-height:1.45}.feed-header{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#d4d0c8;border-bottom:1px solid #808080}.feed-header-icon{font-size:16px}.feed-header-text{display:flex;flex-direction:column}.feed-header-title{font-weight:700;font-size:12px}.feed-header-sub{font-size:9px;color:#555}.feed-nav-btn{margin:4px 6px;padding:4px 8px;background:#d4d0c8;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #808080;border-bottom:1px solid #808080;cursor:pointer;font-size:10px;text-align:left;font-family:Tahoma,"MS Sans Serif",Arial,sans-serif}.feed-nav-btn:hover{background:#e8e8e8}.feed-nav-btn.active{background:navy;color:#fff;border-color:navy}.feed-onboarding-card{background:#f8f8f4;border:1px solid #ccc;border-left:3px solid #000080;padding:8px 10px;margin:4px 0;display:flex;flex-direction:column;gap:6px}.feed-card-sender{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.feed-card-avatar{font-size:20px;flex-shrink:0}.feed-card-sender-info{flex:1;min-width:0}.feed-card-name{font-weight:700;font-size:11px}.feed-card-role{font-size:9px;color:#555}.feed-card-subject{font-size:10px;color:navy;font-weight:700;margin-left:auto}.feed-card-text{font-size:11px;line-height:1.5;white-space:pre-wrap}.feed-choices{margin-top:4px}.feed-card-result{background:#fffde7;border:1px solid #e6b800;padding:6px 8px;display:flex;flex-direction:column;gap:3px}.feed-card-chosen{font-size:11px;font-weight:700}.feed-card-feedback{font-size:11px;line-height:1.4}.feed-card-delta{font-size:10px;font-weight:700}.feed-loading-hint{font-size:10px;color:#888;margin-left:6px}.feed-wait-hint{font-size:11px;color:navy;font-style:italic;text-align:center;padding:8px}.msg-bubble.notification{background:#e8f0ff;border:1px solid #7799cc;color:#039;width:100%;display:flex;align-items:center;gap:8px;cursor:pointer}.msg-bubble.notification:hover{background:#d4e4ff}.notif-avatar{font-size:16px;flex-shrink:0}.notif-cta{font-size:10px;opacity:.7}.msg-bubble.chaos-event{background:#fff0e0;border:1px dashed #cc4400;color:#7a2a00;width:100%;font-size:10px}.contact-item.clickable{cursor:pointer}.contact-item.clickable:hover{background:#e8e0d0}.unread-dot{width:8px;height:8px;border-radius:50%;background:#c00;flex-shrink:0;animation:pulse-unread 1.2s infinite}@keyframes pulse-unread{0%,to{opacity:1}50%{opacity:.4}}.back-btn{background:#d4d0c8;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #808080;border-bottom:1px solid #808080;padding:2px 8px;cursor:pointer;font-size:10px;font-family:Tahoma,"MS Sans Serif",Arial,sans-serif;white-space:nowrap}.back-btn:hover{background:#e8e8e8}.back-btn:active{border-top:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #fff;border-bottom:1px solid #fff}.offline-badge{font-size:9px;color:#888;margin-left:auto}.readonly-hint{font-size:10px;color:#888;text-align:center;padding:8px;font-style:italic}.typing-bubble{padding:8px 12px}.bsod-screen{position:absolute;top:0;right:0;bottom:0;left:0;background:#00a;color:#fff;font-family:Courier New,Courier,monospace;font-size:11px;display:flex;align-items:flex-start;justify-content:center;padding:24px;overflow-y:auto;z-index:200}.bsod-content{max-width:680px;width:100%;display:flex;flex-direction:column;gap:12px}.bsod-sad{font-size:80px;line-height:1;margin-bottom:4px}.bsod-headline{font-size:13px;line-height:1.6}.bsod-progress{font-size:12px}.bsod-error-code{font-size:11px}.bsod-divider{border-top:1px solid rgba(255,255,255,.3);margin:4px 0}.bsod-section{display:flex;flex-direction:column;gap:3px}.bsod-section-title{font-size:10px;opacity:.7;margin-bottom:4px;letter-spacing:1px}.bsod-line{font-size:11px;word-break:break-word}.bsod-feedback-row{display:flex;gap:10px;font-size:10px;flex-wrap:wrap}.bsod-char-name{opacity:.7;white-space:nowrap;flex-shrink:0}.bsod-char-feedback{font-style:italic}.bsod-restart-hint{font-size:11px;margin-top:4px}.bsod-restart-btn{background:#fff;color:#00a;border:none;padding:6px 16px;font-family:Courier New,Courier,monospace;font-size:11px;cursor:pointer;align-self:flex-start;margin-top:4px}.bsod-restart-btn:hover{background:#ddd}.bsod-generating{display:flex;flex-direction:column;gap:10px;font-size:14px}.bsod-cursor{animation:blink-cursor 1s step-end infinite}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.desc-section{display:flex;flex-direction:column;gap:4px}.desc-label{font-size:11px;font-weight:700;color:#333}.desc-hint{font-weight:400;color:#888}.desc-textarea{font-family:Tahoma,"MS Sans Serif",Arial,sans-serif;font-size:11px;padding:5px;border-top:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #fff;border-bottom:1px solid #fff;background:#fff;resize:none;line-height:1.4}.desc-textarea:focus{outline:1px solid #000080}.desc-wordcount{font-size:10px;color:#888;text-align:right}.desc-wordcount.over{color:#c00;font-weight:700}.resume-section{margin:-4px 0}.resume-btn{background:#e8f0d8;border:1px solid #66aa00;color:#360;padding:5px 12px;font-size:11px;font-family:Tahoma,"MS Sans Serif",Arial,sans-serif;cursor:pointer}.resume-btn:hover{background:#d8e8c0}.gen-message{font-size:12px;color:#333;font-style:italic;min-height:20px;text-align:center;animation:fade-msg .4s ease}@keyframes fade-msg{0%{opacity:0}to{opacity:1}}.splash-screen{flex:1;padding:24px 32px;display:flex;flex-direction:column;gap:14px;overflow-y:auto}.splash-title{font-size:18px;font-weight:700;color:navy}.splash-subtitle{font-size:11px;line-height:1.6;color:#333}.splash-tag{font-size:10px;color:#888;font-style:italic}.start-btn{align-self:flex-start;background:navy;color:#fff;border:none;padding:8px 20px;font-size:12px;font-family:Tahoma,"MS Sans Serif",Arial,sans-serif;cursor:pointer;margin-top:4px}.start-btn:hover{background:#00a}.generating-msg{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;color:#555}.gen-spinner{font-size:32px;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gen-sub{font-size:10px;color:#888;font-style:italic;text-align:center}.splash-screen.generating{cursor:wait}.gen-hourglass{font-size:32px;display:inline-block;animation:hourglass-flip 2s ease-in-out infinite}@keyframes hourglass-flip{0%{transform:rotate(0)}40%{transform:rotate(0)}50%{transform:rotate(180deg)}90%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.gen-reveal-enter{animation:gen-pop-in .35s ease-out}@keyframes gen-pop-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.gen-char-count{font-weight:400;color:#888;font-size:10px}.start-btn:disabled{background:#a0a0a0;cursor:not-allowed;color:#e0e0e0}.start-btn-loading{font-size:10px;color:#888;font-style:italic}.company-reveal{display:flex;flex-direction:column;gap:8px}.company-name-reveal{font-size:16px;font-weight:700;color:navy}.company-tagline{font-size:12px;color:#555;font-style:italic}.company-story{font-size:11px;line-height:1.5}.market-conditions{font-size:11px}.market-conditions ul{padding-left:16px;margin-top:4px}.market-conditions li{margin-bottom:3px;line-height:1.4}.team-preview{font-size:11px}.team-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.team-member-preview{display:flex;align-items:center;gap:6px;background:#f0f0f0;padding:4px 8px;border:1px solid #ccc}.team-member-name{font-weight:700;font-size:10px}.team-member-role{font-size:9px;color:#555}.endgame-screen{flex:1;padding:32px;display:flex;flex-direction:column;gap:12px}.endgame-result{font-size:28px;font-weight:700}.endgame-result.win{color:#006400}.endgame-result.lose{color:#8b0000}.endgame-title{font-size:16px;font-weight:700;color:navy}.endgame-lines{display:flex;flex-direction:column;gap:6px;font-size:12px;line-height:1.5}.endgame-score-display{font-size:11px;color:#555;margin-top:4px}.clippy-overlay{position:absolute;bottom:60px;right:-2px;display:flex;flex-direction:row-reverse;align-items:flex-end;gap:0;z-index:100;pointer-events:all;animation:clippy-enter .3s ease-out}@keyframes clippy-enter{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.clippy-bubble{background:#ffffc0;border:2px solid #000;border-radius:6px 6px 0;padding:8px 10px;max-width:180px;box-shadow:2px 2px #888;position:relative;margin-right:6px}.clippy-bubble:after{content:"";position:absolute;right:-10px;bottom:8px;border:5px solid transparent;border-left-color:#000}.clippy-text{font-size:10px;line-height:1.5;margin-bottom:7px;color:#000}.clippy-options{display:flex;flex-direction:column;gap:3px}.clippy-btn{background:#d4d0c8;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #808080;border-bottom:1px solid #808080;font-size:10px;font-family:Tahoma,"MS Sans Serif",Arial,sans-serif;padding:3px 6px;text-align:left;cursor:pointer}.clippy-btn:hover{background:navy;color:#fff}.clippy-btn:active{border-top:1px solid #808080;border-left:1px solid #808080;border-right:1px solid #fff;border-bottom:1px solid #fff}.clippy-body{display:flex;flex-direction:column;align-items:center;gap:2px;background:#d4d0c8;border:1px solid #808080;padding:6px 4px 4px;box-shadow:1px 1px #000}.clippy-icon{font-size:28px;line-height:1}.clippy-eyes{display:flex;gap:4px;margin-top:2px}.clippy-eye{width:5px;height:5px;background:navy;border-radius:50%;display:inline-block;animation:clippy-blink 3s infinite}.clippy-eye:last-child{animation-delay:.1s}@keyframes clippy-blink{0%,90%,to{transform:scaleY(1)}95%{transform:scaleY(.1)}}.msg-row.outgoing .msg-reaction{align-self:flex-end;margin-top:-6px;margin-right:8px;font-size:13px;background:#f0f0f0;border:1px solid #d0d0d0;border-radius:10px;padding:1px 7px;width:fit-content}
