@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#f3f4f6;--text-primary:#111827;--text-secondary:#6b7280;--card-bg:#fff;--card-border:#e5e7eb;--primary:#cf0;--primary-hover:#b3e600;--col-Idea:#f59e0b33;--col-Skript:#3b82f633;--col-Filming:#ec489933;--col-Cutting:#10b98133;--col-Ready:#14b8a633;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}body{background:var(--bg-color);color:var(--text-primary);font-family:var(--font-family);min-height:100vh;margin:0;padding:0;overflow-x:hidden}#root{flex-direction:column;height:100vh;display:flex}header{justify-content:space-between;align-items:center;padding:2rem 3rem;display:flex}header h1{letter-spacing:-.5px;color:var(--text-primary);margin:0;font-size:1.8rem;font-weight:700}.board{flex:1;align-items:flex-start;gap:1.5rem;padding:0 3rem 2rem;display:flex;overflow-x:auto}.column{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;flex-direction:column;flex:0 0 320px;gap:1rem;height:fit-content;max-height:80vh;padding:1.2rem;display:flex;overflow-y:auto;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.column-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.column-title{letter-spacing:.5px;text-transform:uppercase;color:var(--text-secondary);font-size:1rem;font-weight:600}.column-count{color:var(--text-secondary);background:#f3f4f6;border-radius:999px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.video-card{border:1px solid var(--card-border);background:#fff;border-radius:16px;flex-direction:column;gap:1rem;padding:1.2rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 2px #0000000d}.video-card:hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.video-card.clickable{cursor:pointer;border:2px solid #0000}.video-card.clickable:hover{border-color:var(--primary)}.video-title{word-wrap:break-word;font-size:1.05rem;font-weight:600;line-height:1.4}.video-meta{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.claude-tag{background-color:var(--primary);color:#000;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:.15rem .4rem;font-size:.65rem;font-weight:700}.card-actions{gap:.5rem;display:flex}.card-btn{border:1px solid var(--card-border);color:var(--text-primary);cursor:pointer;background:#f9fafb;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:.4rem;font-size:.8rem;transition:all .2s;display:flex}.card-btn:hover{background:#f3f4f6;border-color:#d1d5db}.card-btn:disabled{opacity:.3;cursor:not-allowed}.play-btn{background:var(--primary);color:#000;border:none;font-weight:600}.play-btn:hover{background:var(--primary-hover);border-color:#0000}.fab{background:var(--primary);color:#000;cursor:pointer;z-index:100;border:none;border-radius:32px;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:3rem;right:3rem;box-shadow:0 10px 25px -5px #cf06}.fab:hover{transform:scale(1.08)translateY(-2px);box-shadow:0 15px 30px -5px #ccff0080}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal{background:var(--card-bg);border:1px solid var(--card-border);border-radius:24px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;box-shadow:0 25px 50px -12px #00000040}.modal h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem}.form-group{flex-direction:column;flex:1;gap:.5rem;margin-bottom:1.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.form-group input,.form-group textarea{border:1px solid var(--card-border);color:var(--text-primary);background:#f9fafb;border-radius:12px;outline:none;width:100%;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group textarea{resize:vertical;min-height:200px}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px #cf03}.modal-actions{justify-content:flex-end;gap:1rem;margin-top:auto;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:.8rem 1.5rem;font-family:inherit;font-weight:600;transition:all .2s}.btn-secondary{color:var(--text-secondary);background:#f3f4f6}.btn-secondary:hover{color:var(--text-primary);background:#e5e7eb}.btn-primary{background:var(--primary);color:#000}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.teleprompter-overlay{color:#fff;z-index:2000;background:#000;flex-direction:column;display:flex;position:fixed;inset:0}.teleprompter-content{flex:1;justify-content:center;padding:0 4rem;display:flex;position:relative;overflow:hidden}.teleprompter-text{white-space:pre-wrap;width:100%;max-width:1000px;padding-top:50vh;padding-bottom:50vh;font-size:4rem;font-weight:700;line-height:1.4;transition:transform .1s linear;position:absolute;top:0}.teleprompter-controls{background:#111;border-top:1px solid #333;justify-content:space-between;align-items:center;padding:1.5rem 3rem;display:flex}.speed-control{align-items:center;gap:1rem;display:flex}.speed-control label{color:#aaa;font-weight:600}.speed-control input[type=range]{width:200px;accent-color:var(--primary)}.tp-btn{color:#fff;cursor:pointer;background:0 0;border:1px solid #333;border-radius:8px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.tp-btn:hover{background:#222}.tp-btn.primary{background:var(--primary);color:#000;border:none}.tp-btn.primary:hover{background:var(--primary-hover)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
