.tw-deployment-main-container { max-width: 1200px; margin: 40px auto; font-family: 'Chakra Petch', sans-serif; background: #000; border: 1px solid #1a1a1a; position: relative; }
        .tw-briefing-hero { position: relative; height: 250px; background: #111 url('https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&fit=crop&q=80&w=1200') center/cover; display: flex; align-items: center; padding: 0 40px; border-bottom: 2px solid #adff00; }
        .tw-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, #000 40%, transparent 100%); }
        .tw-hero-content { position: relative; z-index: 5; display: flex; justify-content: space-between; width: 100%; align-items: center; }
        .tw-hero-text h1 { color: #adff00; font-size: 2.5rem; margin: 0; text-transform: uppercase; }
        .tw-hero-text p { color: #888; max-width: 450px; font-size: 0.9rem; }
        .tw-label-alt { color: #ff0055; font-size: 0.7rem; font-weight: bold; letter-spacing: 2px; }
        .tw-hero-stats { display: flex; gap: 20px; }
        .tw-hero-stat-item { background: rgba(255,255,255,0.05); padding: 10px 20px; border-left: 2px solid #adff00; display: flex; flex-direction: column; min-width: 100px; }
        .tw-hero-stat-item .n { color: #fff; font-weight: bold; font-size: 1.2rem; }
        .tw-hero-stat-item .l { color: #555; font-size: 0.6rem; text-transform: uppercase; }
        .tw-deploy-grid { display: block; padding: 40px; }
        .tw-console-box { background: #050505; border-left: 3px solid #00e5ff; padding: 15px; font-family: monospace; font-size: 0.8rem; color: #00e5ff; margin-bottom: 30px; min-height: 50px; }
        .tw-selection-group { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 30px; }
        .tw-field-box label { display: block; color: #adff00; font-size: 0.75rem; margin-bottom: 10px; font-weight: bold; }
        .tw-input-cyber { width: 100%; background: #111; border: 1px solid #333; color: #fff; padding: 10px; font-size: 0.8rem; border-bottom: none; box-sizing: border-box; }
        .tw-select-cyber { width: 100%; background: #080808; border: 1px solid #222; color: #00e5ff; padding: 10px; font-size: 0.8rem; outline: none; box-sizing: border-box; }
        .tw-select-cyber option { font-size: 0.8rem; }
        .tw-btn-deploy { width: 100%; padding: 20px; background: #adff00; color: #000; border: none; font-weight: 900; cursor: pointer; clip-path: polygon(0 0, 98% 0, 100% 20%, 100% 100%, 2% 100%, 0 80%); transition: background 0.3s; text-color: #000; text-transform: uppercase; }
        .tw-btn-deploy:disabled { background: #1a1a1a; color: #333; cursor: not-allowed; }
        .tw-btn-deploy:hover:not(:disabled) { background: #fff; }
        .tw-pulse-stat { animation: tw-pulse 2s infinite; }
        @keyframes tw-pulse { 0% { opacity: 1; } 50% { opacity: 0.5; } 100% { opacity: 1; } }
        .tw-glitch-shake { animation: tw-shake 0.3s cubic-bezier(.36,.07,.19,.97) both; border-color: #ff0055 !important; box-shadow: 0 0 40px rgba(255, 0, 85, 0.4); }
        @keyframes tw-shake {
            10%, 90% { transform: translate3d(-1px, 0, 0); }
            20%, 80% { transform: translate3d(2px, 0, 0); }
            30%, 50%, 70% { transform: translate3d(-4px, 0, 0); }
            40%, 60% { transform: translate3d(4px, 0, 0); }
        }
        .tw-world-lock-note { margin-top: 16px; padding: 14px 18px; border: 1px solid #333; background: #050505; font-size: 0.8rem; color: #777; }
        .tw-world-lock-note h4 { margin: 0 0 6px; font-size: 0.8rem; color: #adff00; letter-spacing: 1px; }
        .tw-inject-overlay { position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,0.88); display: flex; align-items: center; justify-content: center; }
        .tw-inject-overlay[hidden] { display: none; }
        .tw-spinner-box { display: flex; flex-direction: column; align-items: center; gap: 20px; color: #adff00; font-family: 'Chakra Petch', sans-serif; font-size: 0.85rem; letter-spacing: 2px; text-transform: uppercase; text-align: center; }
        .tw-spinner { width: 60px; height: 60px; border: 3px solid #1a1a1a; border-top-color: #adff00; border-right-color: #ff0055; clip-path: polygon(0 0, 98% 0, 100% 20%, 100% 100%, 2% 100%, 0 80%); animation: tw-spin 0.9s linear infinite; }
        @keyframes tw-spin { to { transform: rotate(360deg); } }
