@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500;600;700&family=DM+Mono:wght@400;500&display=swap);:root{--bg:#080808;--surface:#101010;--card:#161616;--card2:#1c1c1c;--border:#262626;--border2:#303030;--red:#e8000d;--red-dark:#a8000a;--red-glow:#e8000d1f;--red-glow2:#e8000d0f;--text:#f2f2f2;--text2:#aaa;--text3:#666;--white:#fff;--received:#4f7fe8;--accepted:#a259e8;--inprogress:#e8c547;--awaiting:#e87c47;--completed:#4fc4a0;--paid:#3de87a;--radius:10px;--radius-sm:6px;--shadow:0 4px 24px #00000080;--shadow-sm:0 2px 8px #0000004d}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#080808;background:var(--bg);color:#f2f2f2;color:var(--text);font-family:Inter,sans-serif;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%}button{cursor:pointer}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#101010;background:var(--surface)}::-webkit-scrollbar-thumb{background:#303030;background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#666;background:var(--text3)}.sr-only{clip:rect(0,0,0,0);height:1px;overflow:hidden;position:absolute;width:1px}.nxt-logo{align-items:center;display:inline-flex;font-family:Bebas Neue,sans-serif;font-size:1.7rem;gap:0;letter-spacing:.06em;line-height:1;position:relative}.nxt-logo,.nxt-logo .logo-x{color:#fff;color:var(--white)}.nxt-logo .logo-swoop{bottom:-3px;height:4px;left:0;pointer-events:none;position:absolute;right:0}.nxt-logo svg.swoop-svg{display:block;overflow:visible;width:100%}.btn{align-items:center;border:none;border-radius:6px;border-radius:var(--radius-sm);display:inline-flex;font-size:.88rem;font-weight:600;gap:6px;letter-spacing:.01em;padding:10px 22px;transition:all .18s;white-space:nowrap}.btn-primary{background:#e8000d;background:var(--red);color:#fff}.btn-primary:hover{background:#ff1520;box-shadow:0 0 20px #e8000d1f;box-shadow:0 0 20px var(--red-glow);transform:translateY(-1px)}.btn-secondary{background:#1c1c1c;background:var(--card2);border:1px solid #303030;border:1px solid var(--border2);color:#f2f2f2;color:var(--text)}.btn-secondary:hover{border-color:#666;border-color:var(--text3)}.btn-ghost{background:#0000;border:1px solid #262626;border:1px solid var(--border);color:#aaa;color:var(--text2)}.btn-ghost:hover{border-color:#e8000d;border-color:var(--red);color:#e8000d;color:var(--red)}.btn-sm{font-size:.8rem;padding:7px 16px}.btn-lg{font-size:1rem;padding:14px 32px}.btn-danger{background:#0000;border:1px solid #e85c474d;color:#e85c47}.btn-danger:hover{background:#e85c471a}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.form-group{margin-bottom:16px}.form-group label{color:#aaa;color:var(--text2);display:block;font-size:.78rem;font-weight:500;margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{background:#101010;background:var(--surface);border:1px solid #262626;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#f2f2f2;color:var(--text);font-size:.9rem;outline:none;padding:10px 13px;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#e8000d;border-color:var(--red);box-shadow:0 0 0 3px #e8000d1f;box-shadow:0 0 0 3px var(--red-glow)}.form-group textarea{line-height:1.5;min-height:90px;resize:vertical}.form-group select option{background:#161616;background:var(--card)}.form-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.form-row-3{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr 1fr}.form-error{color:#e8000d;color:var(--red);font-size:.78rem;margin-top:4px}.card{background:#161616;background:var(--card);border:1px solid #262626;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);padding:24px}.card-sm{padding:16px}.section-label{align-items:center;color:#e8000d;color:var(--red);display:flex;font-family:DM Mono,monospace;font-size:.68rem;gap:8px;letter-spacing:.14em;margin-bottom:14px;text-transform:uppercase}.section-label:after{background:#262626;background:var(--border);content:"";flex:1 1;height:1px}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.72rem;font-weight:600;letter-spacing:.03em;padding:3px 10px}.stage-received{background:#4f7fe81a;border:1px solid #4f7fe833;color:#4f7fe8;color:var(--received)}.stage-accepted{background:#a259e81a;border:1px solid #a259e833;color:#a259e8;color:var(--accepted)}.stage-inprogress{background:#e8c5471a;border:1px solid #e8c54733;color:#e8c547;color:var(--inprogress)}.stage-awaiting{background:#e87c471a;border:1px solid #e87c4733;color:#e87c47;color:var(--awaiting)}.stage-completed{background:#4fc4a01a;border:1px solid #4fc4a033;color:#4fc4a0;color:var(--completed)}.stage-paid{background:#3de87a1a;border:1px solid #3de87a33;color:#3de87a;color:var(--paid)}.modal-backdrop{align-items:center;background:#000000bf;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.modal-box{background:#161616;background:var(--card);border:1px solid #262626;border:1px solid var(--border);border-radius:14px;max-height:90vh;max-width:700px;overflow-y:auto;position:relative;width:100%}.modal-header{align-items:flex-start;display:flex;justify-content:space-between;padding:24px 28px 0}.modal-header h2{color:#e8000d;color:var(--red);font-family:Bebas Neue,sans-serif;font-size:1.8rem;letter-spacing:.05em}.modal-close{background:none;border:none;border-radius:4px;color:#666;color:var(--text3);font-size:1.3rem;padding:4px;transition:color .15s}.modal-close:hover{color:#f2f2f2;color:var(--text)}.modal-body{padding:20px 28px 28px}.tab-bar{border-bottom:1px solid #262626;border-bottom:1px solid var(--border);display:flex;gap:2px;margin-bottom:20px}.tab-btn-inner{background:#0000;border:none;border-bottom:2px solid #0000;color:#666;color:var(--text3);font-size:.85rem;font-weight:600;margin-bottom:-1px;padding:9px 18px;transition:all .15s}.tab-btn-inner.active{border-bottom-color:#e8000d;border-bottom-color:var(--red);color:#e8000d;color:var(--red)}.tab-btn-inner:hover:not(.active){color:#aaa;color:var(--text2)}.app-shell{display:flex;min-height:100vh}.sidebar{background:#101010;background:var(--surface);border-right:1px solid #262626;border-right:1px solid var(--border);bottom:0;display:flex;flex-direction:column;flex-shrink:0;left:0;position:fixed;top:0;width:240px;z-index:100}.sidebar-logo{border-bottom:1px solid #262626;border-bottom:1px solid var(--border);padding:22px 20px}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;padding:14px 10px}.nav-item{align-items:center;border:1px solid #0000;border-radius:6px;border-radius:var(--radius-sm);color:#666;color:var(--text3);display:flex;font-size:.88rem;font-weight:500;gap:10px;padding:10px 12px;transition:all .15s}.nav-item.active,.nav-item:hover{background:#161616;background:var(--card);color:#f2f2f2;color:var(--text)}.nav-item.active{border-color:#262626;border-color:var(--border)}.nav-item .nav-icon{flex-shrink:0;font-size:1rem;text-align:center;width:18px}.nav-divider{background:#262626;background:var(--border);height:1px;margin:8px 10px}.sidebar-footer{border-top:1px solid #262626;border-top:1px solid var(--border);padding:14px 10px}.sidebar-user{gap:10px;padding:8px 10px}.sidebar-user,.user-avatar{align-items:center;display:flex}.user-avatar{background:#e8000d;background:var(--red);border-radius:50%;flex-shrink:0;font-size:.85rem;font-weight:700;height:34px;justify-content:center;width:34px}.user-info{flex:1 1;min-width:0}.user-name{font-size:.82rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{color:#666;color:var(--text3);font-size:.7rem;text-transform:capitalize}.main-content{flex:1 1;margin-left:240px;min-height:100vh}.page-content{max-width:1400px;padding:32px}.page-header{margin-bottom:28px}.page-header h1{color:#f2f2f2;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:2.4rem;letter-spacing:.05em;line-height:1}.page-header p{color:#aaa;color:var(--text2);font-size:.9rem;margin-top:6px}.page-header-row{align-items:flex-end;display:flex;justify-content:space-between}.stat-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:28px}.stat-card{background:#161616;background:var(--card);border:1px solid #262626;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);padding:20px}.stat-label{color:#666;color:var(--text3);font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.1em;margin-bottom:8px;text-transform:uppercase}.stat-value{font-family:Bebas Neue,sans-serif;font-size:2.4rem;letter-spacing:.03em;line-height:1}.stat-sub{color:#666;color:var(--text3);font-size:.75rem;margin-top:4px}.dropzone{border:2px dashed #262626;border:2px dashed var(--border);border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;padding:20px;text-align:center;transition:all .2s}.dropzone.active,.dropzone:hover{background:#e8000d0f;background:var(--red-glow2);border-color:#e8000d;border-color:var(--red)}.dropzone-text{color:#666;color:var(--text3);font-size:.82rem;margin-top:6px}.file-chip{grid-gap:8px;align-items:center;background:#101010;background:var(--surface);border:1px solid #262626;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);display:grid;gap:8px;grid-template-columns:1fr auto auto;margin-top:6px;padding:7px 11px}.file-chip-name{font-size:.8rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-chip-size{color:#666;color:var(--text3);font-family:DM Mono,monospace;font-size:.72rem;white-space:nowrap}.file-chip-rm{background:none;border:none;border-radius:3px;color:#666;color:var(--text3);font-size:.85rem;padding:0 2px}.file-chip-rm:hover{color:#e8000d;color:var(--red)}.chat-wrap{display:flex;flex-direction:column;height:100%}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:16px}.chat-bubble{border-radius:12px;font-size:.88rem;line-height:1.5;max-width:72%;padding:10px 14px}.chat-bubble.mine{align-self:flex-end;background:#e8000d;background:var(--red);border-bottom-right-radius:3px;color:#fff}.chat-bubble.theirs{align-self:flex-start;background:#1c1c1c;background:var(--card2);border-bottom-left-radius:3px;color:#f2f2f2;color:var(--text)}.chat-meta{color:#666;color:var(--text3);font-size:.68rem;margin-top:3px}.chat-input-bar{border-top:1px solid #262626;border-top:1px solid var(--border);display:flex;gap:8px;padding:12px 16px}.chat-input-bar input{background:#101010;background:var(--surface);border:1px solid #262626;border:1px solid var(--border);border-radius:20px;color:#f2f2f2;color:var(--text);flex:1 1;font-size:.88rem;outline:none;padding:9px 16px}.chat-input-bar input:focus{border-color:#e8000d;border-color:var(--red)}.kanban-wrap{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:repeat(6,minmax(200px,1fr));overflow-x:auto;padding-bottom:16px}.k-col{background:#161616;background:var(--card);border:1px solid #262626;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);min-height:300px;overflow:hidden}.k-col-header{align-items:center;border-bottom:1px solid #262626;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:11px 13px}.k-col-stripe{height:3px}.k-col-title{font-family:DM Mono,monospace;font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.k-col-count{background:#101010;background:var(--surface);border-radius:10px;color:#666;color:var(--text3);font-size:.72rem;padding:2px 8px}.k-col-cards{display:flex;flex-direction:column;gap:7px;min-height:200px;padding:8px}.k-empty{border:2px dashed #262626;border:2px dashed var(--border);border-radius:6px;border-radius:var(--radius-sm);color:#303030;color:var(--border2);font-size:.75rem;padding:24px 10px;text-align:center}.k-card{background:#101010;background:var(--surface);border:1px solid #262626;border:1px solid var(--border);border-radius:6px;border-radius:var(--radius-sm);cursor:pointer;padding:11px 11px 11px 14px;position:relative;transition:all .18s}.k-card:hover{border-color:#e8000d66;box-shadow:0 4px 16px #0006}.k-card-accent{border-radius:3px 0 0 3px;bottom:0;left:0;position:absolute;top:0;width:3px}.k-card-num{color:#e8000d;color:var(--red);font-family:DM Mono,monospace;font-size:.66rem;margin-bottom:3px}.k-card-name{font-size:.85rem;font-weight:600;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.k-card-meta{color:#666;color:var(--text3);font-size:.73rem}.k-card-badges{display:flex;flex-wrap:wrap;gap:4px;margin-top:7px}.k-card-actions{display:flex;gap:4px;margin-top:8px}.k-move-btn{background:#0000;border:1px solid #262626;border:1px solid var(--border);border-radius:4px;color:#666;color:var(--text3);flex:1 1;font-size:.68rem;padding:4px;transition:all .15s}.k-move-btn:hover{border-color:#e8000d;border-color:var(--red);color:#e8000d;color:var(--red)}.progress-track{gap:0;margin:28px 0;overflow-x:auto;padding:4px 0}.progress-track,.track-step{align-items:center;display:flex}.track-step{flex:1 1;flex-direction:column;min-width:90px;position:relative}.track-step:not(:last-child):after{background:#262626;background:var(--border);content:"";height:2px;left:50%;position:absolute;top:18px;width:100%;z-index:0}.track-step.done:not(:last-child):after{background:#e8000d;background:var(--red)}.track-dot{align-items:center;background:#101010;background:var(--surface);border:2px solid #262626;border:2px solid var(--border);border-radius:50%;display:flex;font-size:.75rem;height:36px;justify-content:center;transition:all .3s;width:36px;z-index:1}.track-step.done .track-dot{background:#e8000d;background:var(--red);border-color:#e8000d;border-color:var(--red);color:#fff}.track-step.current .track-dot{background:#101010;background:var(--surface);border-color:#e8000d;border-color:var(--red);box-shadow:0 0 0 4px #e8000d1f;box-shadow:0 0 0 4px var(--red-glow);color:#e8000d;color:var(--red)}.track-label{color:#666;color:var(--text3);font-size:.7rem;font-weight:500;margin-top:6px;text-align:center}.track-step.current .track-label,.track-step.done .track-label{color:#aaa;color:var(--text2)}.pub-nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080808e6;border-bottom:1px solid #262626;border-bottom:1px solid var(--border);height:68px;justify-content:space-between;left:0;padding:0 48px;position:fixed;right:0;top:0;z-index:500}.pub-nav,.pub-nav-links{align-items:center;display:flex}.pub-nav-links{gap:32px}.pub-nav-links a{color:#aaa;color:var(--text2);font-size:.88rem;font-weight:500;transition:color .15s}.pub-nav-links a:hover{color:#f2f2f2;color:var(--text)}.pub-nav-actions{display:flex;gap:10px}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding:120px 48px 80px;position:relative}.hero-bg{z-index:0}.hero-bg,.hero-grid{inset:0;position:absolute}.hero-grid{background-image:linear-gradient(#262626 1px,#0000 0),linear-gradient(90deg,#262626 1px,#0000 0);background-image:linear-gradient(var(--border) 1px,#0000 1px),linear-gradient(90deg,var(--border) 1px,#0000 1px);background-size:60px 60px;opacity:.3}.hero-glow{background:radial-gradient(circle,#e8000d26 0,#0000 65%);height:700px;pointer-events:none;position:absolute;right:-100px;top:-200px;width:700px}.hero-content{max-width:700px;position:relative;z-index:1}.hero-tag{align-items:center;background:#e8000d1f;background:var(--red-glow);border:1px solid #e8000d40;border-radius:20px;color:#e8000d;color:var(--red);display:inline-flex;font-size:.78rem;font-weight:600;gap:8px;letter-spacing:.05em;margin-bottom:24px;padding:6px 14px;text-transform:uppercase}.hero h1{color:#fff;color:var(--white);font-family:Bebas Neue,sans-serif;font-size:clamp(3.5rem,7vw,6rem);letter-spacing:.04em;line-height:.95;margin-bottom:24px}.hero h1 span{color:#e8000d;color:var(--red)}.hero p{color:#aaa;color:var(--text2);font-size:1.1rem;line-height:1.7;margin-bottom:36px;max-width:540px}.hero-cta{display:flex;flex-wrap:wrap;gap:14px}.pub-section{padding:100px 48px}.pub-section-alt{background:#101010;background:var(--surface);border-bottom:1px solid #262626;border-bottom:1px solid var(--border);border-top:1px solid #262626;border-top:1px solid var(--border)}.section-tag{color:#e8000d;color:var(--red);font-family:DM Mono,monospace;font-size:.72rem;letter-spacing:.14em;margin-bottom:14px;text-transform:uppercase}.section-title{color:#fff;color:var(--white);font-family:Bebas Neue,sans-serif;font-size:clamp(2rem,4vw,3rem);letter-spacing:.04em;line-height:1.05;margin-bottom:16px}.section-sub{color:#aaa;color:var(--text2);font-size:1rem;line-height:1.7;max-width:560px}.services-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:48px}.service-card{background:#161616;background:var(--card);border:1px solid #262626;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);padding:28px;transition:all .2s}.service-card:hover{border-color:#e8000d;border-color:var(--red);box-shadow:0 8px 32px #0006;transform:translateY(-2px)}.service-icon{font-size:2rem;margin-bottom:14px}.service-title{font-size:1rem;font-weight:700;margin-bottom:8px}.service-desc{color:#aaa;color:var(--text2);font-size:.88rem;line-height:1.6}.how-steps{grid-gap:24px;counter-reset:steps;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:48px}.how-step{background:#161616;background:var(--card);border:1px solid #262626;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);counter-increment:steps;padding:28px;position:relative}.how-step:before{color:#e8000d;color:var(--red);content:counter(steps,"0"counter(steps));font-family:Bebas Neue,sans-serif;font-size:3.5rem;line-height:1;opacity:.15;position:absolute;right:20px;top:16px}.how-step-title{font-size:.95rem;font-weight:700;margin-bottom:8px}.how-step-desc{color:#aaa;color:var(--text2);font-size:.85rem;line-height:1.6}.why-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:40px}.why-item{align-items:flex-start;background:#161616;background:var(--card);border:1px solid #262626;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);display:flex;gap:14px;padding:20px}.why-icon{flex-shrink:0;font-size:1.4rem}.why-title{font-size:.9rem;font-weight:600;margin-bottom:4px}.why-desc{color:#aaa;color:var(--text2);font-size:.82rem;line-height:1.5}.pub-footer{background:#101010;background:var(--surface);border-top:1px solid #262626;border-top:1px solid var(--border);padding:48px}.footer-inner{align-items:center;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-inner,.footer-links{display:flex;gap:24px}.footer-links a{color:#666;color:var(--text3);font-size:.82rem;transition:color .15s}.footer-links a:hover{color:#aaa;color:var(--text2)}.footer-copy{color:#666;color:var(--text3);font-size:.78rem}.auth-page{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:40px 20px}.auth-box{max-width:440px;width:100%}.auth-logo{margin-bottom:32px;text-align:center}.auth-card{background:#161616;background:var(--card);border:1px solid #262626;border:1px solid var(--border);border-radius:14px;padding:36px}.auth-card h2{color:#f2f2f2;color:var(--text);font-family:Bebas Neue,sans-serif;font-size:1.9rem;letter-spacing:.05em;margin-bottom:6px}.auth-card p{color:#aaa;color:var(--text2);font-size:.88rem;margin-bottom:24px}.auth-divider{color:#666;color:var(--text3);font-size:.78rem;margin:18px 0;position:relative;text-align:center}.auth-divider:before{background:#262626;background:var(--border);content:"";height:1px;left:0;position:absolute;right:0;top:50%}.auth-divider span{background:#161616;background:var(--card);padding:0 12px;position:relative}.auth-footer{color:#666;color:var(--text3);font-size:.82rem;margin-top:20px;text-align:center}.auth-footer a{color:#e8000d;color:var(--red);font-weight:600}.spinner{animation:spin .8s linear infinite;border:3px solid #262626;border-top-color:#e8000d;border:3px solid var(--border);border-radius:50%;border-top-color:var(--red);height:28px;width:28px}@keyframes spin{to{transform:rotate(1turn)}}.loading-page{align-items:center;display:flex;justify-content:center;min-height:100vh}.tag-red{background:#e8000d1f;background:var(--red-glow);border:1px solid #e8000d33;border-radius:4px;color:#e8000d;color:var(--red);font-family:DM Mono,monospace;font-size:.68rem;letter-spacing:.1em;padding:2px 8px;text-transform:uppercase}.divider{background:#262626;background:var(--border);height:1px;margin:20px 0}.empty-state{color:#666;color:var(--text3);padding:60px 20px;text-align:center}.empty-state-icon{font-size:3rem;margin-bottom:12px;opacity:.5}.empty-state p{font-size:.88rem}@media (max-width:1024px){.sidebar{width:200px}.main-content{margin-left:200px}}@media (max-width:768px){.sidebar{display:none}.main-content{margin-left:0}.pub-nav{padding:0 20px}.hero{padding:100px 20px 60px}.pub-section{padding:60px 20px}.kanban-wrap{grid-template-columns:repeat(3,minmax(180px,1fr))}}
/*# sourceMappingURL=main.1a292030.css.map*/