@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background:#f0ede6;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#0000002e}.app{background:#f0ede6;height:100vh;display:flex}.canvas-area{flex:1;position:relative;overflow:hidden}.canvas-area canvas{display:block}.stats-bar{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffd9;border:1px solid #0000000f;border-radius:14px;justify-content:space-between;align-items:center;padding:10px 20px;display:flex;position:absolute;top:16px;left:16px;right:16px;box-shadow:0 1px 3px #0000000a,0 8px 24px #0000000f}.stats-left{align-items:center;gap:20px;display:flex}.logo{align-items:center;gap:8px;display:flex}.logo-icon{color:#fff;background:linear-gradient(135deg,#6c5ce7,#a855f7);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.logo-text{color:#2a1f14;letter-spacing:-.3px;font-size:14px;font-weight:600}.stats-divider{background:#00000014;width:1px;height:24px}.stat{align-items:center;gap:8px;display:flex}.stat-icon{font-size:15px}.stat-info{flex-direction:column;display:flex}.stat-value{color:#2a1f14;letter-spacing:-.3px;font-size:15px;font-weight:700;line-height:1.1}.stat-label{color:#888;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:500}.hire-btn{color:#fff;cursor:pointer;letter-spacing:-.2px;background:linear-gradient(135deg,#6c5ce7,#a855f7);border:none;border-radius:10px;align-items:center;gap:6px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 8px #6c5ce74d}.hire-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6c5ce766}.hire-btn:active{transform:translateY(0)}.hire-btn span{font-size:16px;font-weight:300}.feed{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffb3;border-left:1px solid #0000000f;flex-direction:column;width:300px;display:flex}.feed-stats{border-bottom:1px solid #0000000f;grid-template-columns:1fr 1fr;gap:8px;padding:16px 16px 12px;display:grid}.feed-stats .stat{background:#00000005;border-radius:8px;padding:8px 10px}.feed-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.feed-title{color:#2a1f14;letter-spacing:-.3px;font-size:14px;font-weight:600}.feed-badge{color:#6c5ce7;background:#6c5ce71a;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.feed-list{flex:1;padding:8px 12px;overflow-y:auto}.feed-empty{text-align:center;color:#aaa;margin-top:60px;font-size:12px}.feed-item{border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:4px;padding:10px 12px;transition:background .15s;display:flex}.feed-item:hover{background:#00000005}.feed-item-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.feed-item-body{flex:1;min-width:0}.feed-item-top{align-items:center;gap:6px;margin-bottom:2px;display:flex}.feed-item-name{color:#2a1f14;font-size:12px;font-weight:600}.feed-item-channel{background:currentColor;opacity:.6;letter-spacing:.5px;-webkit-background-clip:text;background-clip:text;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700}.feed-item-text{color:#666;font-size:12px;line-height:1.4}.feed-item-time{color:#bbb;margin-top:2px;font-size:10px}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:380px;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-header h3{color:#1a1a2e;margin:0;font-size:16px;font-weight:600}.modal-close{color:#999;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:22px;line-height:1}.modal-body{padding:16px 20px}.modal-label{color:#888;text-transform:uppercase;letter-spacing:.5px;margin-top:14px;margin-bottom:6px;font-size:11px;font-weight:600;display:block}.modal-label:first-child{margin-top:0}.modal-input{box-sizing:border-box;border:1.5px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.modal-input:focus{border-color:#6c5ce7}.modal-channels{flex-wrap:wrap;gap:6px;display:flex}.modal-channel-btn{cursor:pointer;border:1.5px solid;border-radius:8px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.modal-channel-btn:hover{opacity:.85}.modal-swatches{gap:6px;display:flex}.modal-swatch{cursor:pointer;border:2px solid #0000;border-radius:8px;width:28px;height:28px;transition:all .15s}.modal-swatch:hover{transform:scale(1.1)}.modal-swatch.active{border-color:#6c5ce7;box-shadow:0 0 0 2px #6c5ce74d}.modal-footer{border-top:1px solid #f0f0f0;justify-content:flex-end;gap:8px;padding:14px 20px;display:flex}.modal-cancel{color:#666;cursor:pointer;background:#fff;border:1.5px solid #e0e0e0;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500}.modal-confirm{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6c5ce7,#a855f7);border:none;border-radius:8px;padding:8px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #6c5ce74d}.modal-confirm:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6c5ce766}.modal-arrow{cursor:pointer;color:#666;background:#fff;border:1.5px solid #e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .15s;display:flex}.modal-arrow:hover{color:#6c5ce7;background:#6c5ce70d;border-color:#6c5ce7}
