*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#333;background:#f5f5f5}a{color:inherit;text-decoration:none}.app-root{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1 1;display:flex;flex-direction:column}.main-content{flex:1 1;padding:2rem;max-width:1200px;width:100%;margin:0 auto}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary{background:#0070f3;color:white}.btn-primary:hover{background:#0051cc}.btn-primary:disabled{background:#ccc;cursor:not-allowed}.btn-secondary{background:#6c757d;color:white}.btn-secondary:hover{background:#5a6268}.btn-danger{background:#dc3545;color:white}.btn-danger:hover{background:#c82333}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem}.form-input:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 3px rgba(0,112,243,.1)}.form-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;min-height:120px;resize:vertical}.form-textarea:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 3px rgba(0,112,243,.1)}.form-select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem;background:white}.form-select:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 3px rgba(0,112,243,.1)}.card{background:white;border-radius:.5rem;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1);margin-bottom:1rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.card-title{font-size:1.25rem;font-weight:600;color:#333}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}.status-pending{background:#fff3cd;color:#856404}.status-processing{background:#cfe2ff;color:#084298}.status-ready{background:#d1e7dd;color:#0f5132}.status-failed{background:#f8d7da;color:#842029}.alert{padding:1rem;border-radius:.5rem;margin-bottom:1rem}.alert-success{background:#d1e7dd;color:#0f5132;border:1px solid #badbcc}.alert-error{background:#f8d7da;color:#842029;border:1px solid #f5c2c7}.alert-info{background:#cfe2ff;color:#084298;border:1px solid #b6d4fe}.spinner{border:3px solid #f3f3f3;border-top-color:#0070f3;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{background:white;border-bottom:1px solid #eee;padding:1rem 2rem;min-height:80px;position:relative}.header-content{max-width:1200px;margin:0 auto;justify-content:space-between;position:relative}.header-content,.header-title{display:flex;align-items:center}.header-title{font-size:1.5rem;font-weight:600;color:#333;gap:16px;flex-shrink:0}.header-nav{display:flex;gap:1.5rem;align-items:center}.header-link{color:#666;font-weight:500;transition:color .2s;text-decoration:none}.header-link:hover{color:#0070f3}.header-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.header-menu-toggle span{width:24px;height:2px;background:#333;transition:all .3s ease;border-radius:2px}.header-menu-toggle.active span:first-child{transform:rotate(45deg) translate(7px,7px)}.header-menu-toggle.active span:nth-child(2){opacity:0}.header-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.header{padding:1rem}.header-title{font-size:1.25rem}.header-title img{width:64px!important;height:64px!important}.header-menu-toggle{display:flex}.header-nav{display:none;position:absolute;top:100%;left:0;right:0;background:white;border-top:1px solid #eee;flex-direction:column;align-items:flex-start;padding:1rem;gap:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:1000}.header-nav.mobile-open{display:flex}.header-link{width:100%;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.header-link:last-child{border-bottom:none}.balance-display{padding:.75rem 0;background:transparent;border-bottom:1px solid #f0f0f0}.balance-display,.header-user-section{width:100%;flex-direction:column;align-items:flex-start}.header-user-section{gap:.75rem;padding-top:.75rem;border-top:1px solid #f0f0f0}.header-user-section .header-link{border-bottom:none;padding:.5rem 0}.header-user-section .btn{width:100%;justify-content:center}}@media (min-width:769px){.header-menu-toggle{display:none}}.balance-display{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8f9fa;border-radius:.5rem}.balance-label{color:#666;font-size:.875rem}.balance-value{font-weight:600;color:#0070f3}.reels-workspace-container{height:calc(100vh - 100px);display:flex;flex-direction:column;background-color:#f5f5f5;margin:0;padding:0}.reels-workspace-header{background-color:white;border-bottom:1px solid #e5e7eb;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.reels-workspace-header-left{display:flex;align-items:center;gap:16px;flex:1 1;min-width:0}.reels-workspace-title{margin:0;font-size:18px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reels-workspace-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.reels-toggle-button{padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;font-size:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.reels-toggle-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.reels-toggle-indicator{color:#1d4ed8;font-size:20px;line-height:1;margin-left:4px}.reels-workspace-content{flex:1 1;display:flex;overflow:hidden;position:relative}.reels-projects-sidebar{width:300px;border-right:1px solid #e5e7eb;flex-shrink:0;height:100%;overflow:hidden;background-color:#f9fafb}.reels-chat-main{flex:1 1;display:flex;flex-direction:column;min-width:0;background-color:white}.reels-pipeline-sidebar{width:300px;border-left:1px solid #e5e7eb;flex-shrink:0;height:100%;overflow:hidden;background-color:#f9fafb}@media (max-width:1024px){.reels-pipeline-sidebar,.reels-projects-sidebar{position:absolute;top:0;bottom:0;background-color:white;box-shadow:2px 0 8px rgba(0,0,0,.1);z-index:100;transition:transform .3s ease}.reels-projects-sidebar{left:0}.reels-pipeline-sidebar{right:0;box-shadow:-2px 0 8px rgba(0,0,0,.1)}.reels-projects-sidebar:not(.mobile-visible){transform:translateX(-100%)}.reels-pipeline-sidebar:not(.mobile-visible){transform:translateX(100%)}}@media (max-width:768px){.reels-workspace-container{height:calc(100vh - 80px)}.reels-workspace-header{padding:12px 16px}.reels-workspace-title{font-size:16px}.reels-toggle-button{width:36px;height:36px;padding:6px;font-size:14px}}