html,body,#root{height:100%;width:100%;margin:0;padding:0;font-family:Inter,sans-serif;background:linear-gradient(to bottom right,#1f1f2e,#2c2c3a);color:#fff;overflow-x:hidden}*{box-sizing:border-box}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}html{font-size:16px}@media (max-width: 640px){html{font-size:15px}}@media (max-width: 480px){html{font-size:14px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,button,textarea,select{font-size:1rem}html{scroll-behavior:smooth}:root{--transition: all .2s ease-in-out}.login-wrapper{height:100vh;width:100vw;background:linear-gradient(to bottom right,#1f1f2e,#2c2c3a);display:flex;align-items:center;justify-content:center;padding:1rem}.login-box{background-color:#26263a;padding:2.5rem;border-radius:1.5rem;box-shadow:0 4px 20px #0006;border:1px solid rgba(255,255,255,.1);max-width:28rem;width:100%;text-align:center;display:flex;flex-direction:column;gap:1rem}.login-title{color:#fff;font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.login-input{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:none;font-size:1rem;margin-bottom:1rem;box-sizing:border-box}.login-button{width:100%;background-color:#2563eb;color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:.5rem;border:none;transition:background-color .2s ease;cursor:pointer}.login-button:hover{background-color:#1e40af}.login-error{color:#f87171;font-size:.9rem;margin-top:.5rem}.signup-link{margin-top:1rem;background:none;color:#60a5fa;border:none;font-size:.9rem;text-decoration:underline;cursor:pointer;display:inline-block}@media (max-width: 640px){.login-wrapper{padding:.5rem}.login-box{padding:1.25rem;border-radius:1rem;gap:.75rem}.login-title{font-size:1.4rem;margin-bottom:1.25rem}.login-button{padding:.65rem 1rem;font-size:1rem}.login-input{font-size:1rem;padding:.65rem .9rem}.signup-link{font-size:.85rem}}.dashboard-container{width:100%;padding:1rem;max-width:1280px;margin:0 auto}.dashboard-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}.dashboard-card{background-color:#26263a;height:auto;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 20px #0006;transition:all .3s ease}.dashboard-card:hover{box-shadow:0 0 20px #6c5dd399}.dashboard-card-content{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem}.dashboard-card-title{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.dashboard-card-text{font-size:.875rem;color:#fffc}.dashboard-banner{background:linear-gradient(to right,#7f00ff,#e100ff);border-radius:1.5rem;padding:2rem;color:#fff;text-align:center;margin-bottom:2rem;box-shadow:0 10px 25px #0000004d}.dashboard-banner-heading{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.dashboard-banner-text{font-size:1rem;opacity:.85;margin-bottom:1.25rem}.dashboard-banner-button{background-color:#fff;color:#7f00ff;font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;border:none;cursor:pointer;transition:background-color .3s ease}.dashboard-banner-button:hover{background-color:#e2e2e2}.dashboard-bottom-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-top:1.5rem}.dashboard-mini-card{background-color:#1f1f2e;color:#fff;border-radius:1rem;padding:1.25rem;text-align:center;box-shadow:0 2px 12px #0000004d;border:1px solid rgba(255,255,255,.05);transition:transform .2s ease}.dashboard-mini-card:hover{transform:translateY(-3px)}.dashboard-triple-panels{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}@media (min-width: 1024px){.dashboard-triple-panels{grid-template-columns:repeat(3,1fr)}}.dashboard-panel{background-color:#1a1a27;color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 16px #0000004d;border:1px solid rgba(255,255,255,.06)}.dashboard-chart-placeholder{margin-top:1rem;height:140px;background:#ffffff0d;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#fff9}@media (max-width: 768px){.dashboard-banner{padding:1.5rem}.dashboard-banner-heading{font-size:1.4rem}.dashboard-banner-text{font-size:.9rem}.dashboard-banner-button{font-size:.9rem;padding:.6rem 1.25rem}.dashboard-card-content{padding:1.25rem}.dashboard-card-title{font-size:1.25rem}.dashboard-card-text{font-size:.8rem}.dashboard-panel{padding:1.25rem}.dashboard-chart-placeholder{height:100px;font-size:.85rem}}.chat-view{flex:1;min-height:0;max-height:100%;overflow-y:auto;display:flex;flex-direction:column;background-color:#25253c;color:#fff}.chat-messages{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.chat-bubble.inbound{align-self:flex-start;background-color:#33354b;border:1px solid rgba(255,255,255,.06)}.chat-bubble.outbound{align-self:flex-end;background-color:#6c5dd3;border:1px solid rgba(255,255,255,.08)}.messages-page{padding:2rem;color:#fff}.messages-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.message-list{list-style:none;padding:0}.message-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1rem;margin-bottom:1rem}.message-header{display:flex;justify-content:space-between;font-weight:700;margin-bottom:.5rem}.chat-wrapper{height:calc(100vh - 4rem);overflow:hidden;display:flex;flex-direction:column}.chat-layout{display:flex;width:100%;height:100%;overflow:hidden;position:relative}.hamburger{position:fixed;top:10px;left:10px;z-index:30;font-size:2rem;color:#fff;background:transparent;border:none;cursor:pointer}.overlay{position:fixed;inset:0;z-index:20;background:#00000080}.chat-sidebar-wrapper{width:320px;background:#1e1e2f;transition:transform .3s ease;z-index:25}.chat-sidebar{height:100%;overflow-y:auto;overflow-x:hidden;padding:1rem;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column}.thread-item{padding:.75rem 1rem;border-radius:.75rem;background:#ffffff08;margin-bottom:.5rem;cursor:pointer;transition:background .2s ease}.thread-item:hover{background:#ffffff0f}.thread-item.active{background:#6c5dd333;border-left:3px solid #6c5dd3}.chat-main{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden;background:#101010;padding:1rem}.chat-column{display:flex;flex-direction:column;flex:1;min-height:0;max-height:100%;overflow:hidden}.chat-view{flex:1 1 auto;min-height:0;max-height:100%;overflow-y:auto;display:flex;flex-direction:column;background-color:#25253c;color:#fff}.chat-messages{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.chat-bubble{max-width:75%;padding:.75rem 1rem;border-radius:1.25rem;position:relative;font-size:.95rem;line-height:1.4;word-wrap:break-word;color:#fff;box-shadow:0 2px 12px #0003}.inbound{align-self:flex-start;background-color:#33354b;border:1px solid rgba(255,255,255,.06)}.outbound{align-self:flex-end;background-color:#6c5dd3;border:1px solid rgba(255,255,255,.08)}.chat-timestamp{display:block;font-size:.75rem;margin-top:.5rem;opacity:.6;text-align:right}.chat-composer{flex-shrink:0;background:#1e1e2f;padding:1rem;display:flex;align-items:center;gap:.75rem;border-top:1px solid rgba(255,255,255,.08);position:relative;z-index:1}.chat-composer input{flex:1;background:#2c2c3e;border:none;padding:.75rem 1rem;border-radius:1rem;color:#fff;font-size:.95rem;outline:none}.chat-composer button{background:#6c5dd3;color:#fff;border:none;padding:.65rem 1.2rem;border-radius:1rem;font-weight:700;cursor:pointer}@media (max-width: 768px){.hamburger{position:fixed;top:130px;left:12px;z-index:100;font-size:1.75rem;background:#6c5dd3;color:#fff;border:none;padding:.5rem .9rem;border-radius:8px;cursor:pointer;box-shadow:0 2px 8px #af1d1d66}.chat-composer{position:fixed;bottom:0;left:0;right:0;z-index:90}.chat-view{padding-bottom:100px}.chat-sidebar-wrapper{position:fixed;top:0;left:0;bottom:0;transform:translate(-100%);z-index:25}.chat-sidebar-wrapper.open{transform:translate(0)}.chat-main{padding-top:3rem}}.modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:999;display:flex;align-items:center;justify-content:center}.modal-panel{background:#1e1e2f;padding:2rem;border-radius:1rem;width:400px;color:#fff}.tab-row{display:flex;gap:1rem;margin-bottom:1rem}.tab{flex:1;padding:.5rem;border:none;background:#33354b;color:#fff;cursor:pointer;border-radius:.5rem}.tab.active{background:#6c5dd3}.tab-content input{width:100%;padding:.75rem;border-radius:.5rem;border:none;background:#2c2c3e;color:#fff}.method-group{margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}.radio-option{display:flex;align-items:center;gap:.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.start-button{background:#6c5dd3;color:#fff;padding:.5rem 1rem;border:none;border-radius:.5rem;cursor:pointer}.cancel-button{background:transparent;color:#fff;border:1px solid #555;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer}.contact-form-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f0f1ecc;display:flex;justify-content:center;align-items:center;z-index:1000}.contact-form-modal{background:#1e1e2f;border-radius:1rem;padding:2rem;width:90%;max-width:500px;box-shadow:0 20px 50px #0006;color:#fff}.contact-form-modal h2{margin-bottom:1rem;font-size:1.5rem}.contact-form-modal input,.contact-form-modal textarea{width:100%;background:#2c2c3e;border:none;padding:.75rem 1rem;border-radius:.75rem;color:#fff;font-size:.95rem;margin-bottom:1rem;outline:none;resize:none}.form-actions{display:flex;justify-content:flex-end;gap:.75rem}.form-actions button{background:#6c5dd3;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.75rem;font-weight:700;cursor:pointer;transition:background .2s ease}.form-actions button:hover{background:#5849c6}.form-actions button[type=button]{background:#445}.form-actions button[type=button]:hover{background:#3a3a4a}.contacts-page{padding:2rem;color:#fff;height:100%;display:flex;flex-direction:column}.contacts-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.contacts-header h1{font-size:1.75rem}.contacts-header button{background:#6c5dd3;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.75rem;font-weight:700;cursor:pointer;transition:background .2s ease}.contacts-header button:hover{background:#5849c6}.contact-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.contact-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.contact-item strong{font-size:1.1rem}.contact-item p{opacity:.8;margin:.25rem 0 0}.contact-actions{display:flex;gap:.75rem}.contact-actions button{background:#2c2c3e;color:#fff;border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:background .2s ease}.contact-actions button:hover{background:#3a3a4a}.modal{background:#181818;padding:30px;border-radius:16px;width:350px;color:#fff;box-shadow:0 0 15px #fff2}.modal select:focus,.modal input:focus{outline:2px solid #6c47ff}.modal-backdrop{position:fixed;inset:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999}.modal{background:#181818;padding:30px;border-radius:16px;width:400px;color:#fff;box-shadow:0 0 15px #fff2}.modal input,.modal select{width:100%;margin:8px 0;padding:10px;border-radius:8px;border:none;background:#2a2a2a;color:#fff;font-size:14px}.modal input[type=checkbox]{width:auto;margin-right:8px}.modal label{margin-top:12px;font-size:13px;color:#ccc;display:block}.modal-actions{margin-top:15px;display:flex;justify-content:space-between}.calendar-page{padding:2rem;background-color:#0b0f19;color:#f0f0f0;min-height:100vh;font-family:Inter,sans-serif}.calendar-page h1{font-size:2.25rem;margin-bottom:1rem;font-weight:600;color:#fff}.fc{background-color:#101624;border-radius:12px;padding:1rem;box-shadow:0 0 12px #00ffff1a}.fc-toolbar-title{font-size:1.5rem;color:#fff}.fc-button{background-color:#202c3b!important;border:none!important;color:#fff!important;padding:.5rem 1rem;border-radius:6px!important;transition:background-color .2s ease}.fc-button:hover{background-color:#2e3f57!important}.fc-button-primary:not(:disabled).fc-button-active{background-color:#00e0ff!important;color:#000!important}.fc-daygrid-day-number{color:#fff}.fc-day-today{background-color:#00ffff1a}.fc-event{background-color:#00e0ff!important;border:none!important;color:#000!important;font-weight:600;padding:2px 6px;border-radius:4px}.swiper-chat-overlay{position:fixed;inset:0;background:#00000080;z-index:999;display:flex;justify-content:center;align-items:center}.swiper-chat-box{background:#1a1a1a;width:400px;height:500px;border-radius:1rem;display:flex;flex-direction:column;overflow:hidden}.chat-header{padding:1rem;display:flex;justify-content:space-between;color:#fff;border-bottom:1px solid #333}.chat-body{flex:1;padding:1rem;overflow-y:auto;color:#eee;font-size:.9rem}.chat-footer{display:flex;padding:1rem;gap:.5rem;border-top:1px solid #333}.chat-footer input{flex:1;padding:.5rem;border-radius:6px;border:none;background:#2a2a2a;color:#fff}.chat-footer button{padding:.5rem 1rem;background:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer}.chat-line{margin-bottom:.5rem}.topbar{height:4rem;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;background-color:#1a1a27;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 1px 4px #0003}.topbar-title{font-size:1.5rem;font-weight:700;background:linear-gradient(to right,#c084fc,#ec4899);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.topbar-controls{display:flex;align-items:center;gap:1rem}.topbar-input{background-color:#262636;font-size:.875rem;padding:.5rem 1rem;color:#fff;border:none;border-radius:.5rem;outline:none}.chat-button{background-color:#4b4b60;color:#fff;border:none;padding:.5rem .75rem;border-radius:.5rem;font-size:1.2rem;cursor:pointer;transition:background .2s ease}.chat-button:hover{background-color:#5c5c75}.topbar-avatar{width:2rem;height:2rem;border-radius:9999px;cursor:pointer}@media (max-width: 640px){.topbar{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem;height:auto}.topbar-title{margin-left:3.5rem}.topbar-controls{width:100%;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.topbar-input{flex:1;font-size:.85rem}.chat-button{font-size:1rem;padding:.4rem .6rem}.topbar-avatar{width:1.75rem;height:1.75rem}.hide-on-mobile{display:none}}.sidebar{position:fixed;top:0;left:0;width:16rem;height:100vh;background-color:#1c1c2980;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-right:1px solid rgba(255,255,255,.1);z-index:20;display:flex;flex-direction:column;padding:2rem 1.5rem}.sidebar-header{margin-bottom:2rem}.sidebar-title{font-size:1.5rem;font-weight:700;background:linear-gradient(to right,#c084fc,#ec4899);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;letter-spacing:-.5px}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.25rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;color:#c084fc;text-decoration:none;transition:all .2s ease}.sidebar-link:hover{background-color:#805ad51a;color:#fff}.sidebar-link.active{background-color:#805ad54d;color:#fff;box-shadow:0 0 8px #6c5dd380}.sidebar-icon{font-size:1.125rem}.sidebar-label{font-size:.875rem}.sidebar-footer{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.75rem;color:#c084fc;opacity:.5}.hamburger-btn{position:fixed;top:1rem;left:1rem;z-index:30;background:#1c1c29e6;color:#fff;border:none;border-radius:.375rem;font-size:1.5rem;padding:.5rem .75rem;display:none}@media (max-width: 640px){.hamburger-btn{display:block}.sidebar{transform:translate(-100%);transition:transform .3s ease;padding-top:5rem}.sidebar.open{transform:translate(0)}}.layout-shell{display:flex;min-height:100vh;width:100%;max-width:100vw;background:linear-gradient(to bottom right,#1f1f2e,#2c2c3a);color:#fff;overflow-x:hidden;position:relative}.layout-glow{position:absolute;inset:0;overflow:hidden;z-index:-10}.glow{position:absolute;width:30rem;height:30rem;border-radius:9999px;filter:blur(120px)}.glow.purple{top:-15%;left:-15%;background-color:#a855f733}.glow.pink{bottom:-15%;right:-10%;background-color:#f472b633}.layout-main{display:flex;flex-direction:column;flex:1;margin-left:16rem;min-height:100vh;overflow:auto}.layout-content{flex-grow:1;width:100%;overflow-y:auto}@media (max-width: 640px){.layout-main{margin-left:0}}.swiper-ai-container{padding:2rem;max-width:1200px;margin:0 auto;color:#fff}.swiper-ai-header{text-align:center;margin-bottom:2rem}.swiper-ai-section{background:#1f1f2f;padding:1.5rem;margin-bottom:2rem;border-radius:1rem;box-shadow:0 0 15px #0003}.swiper-navbar{display:flex;justify-content:center;gap:1rem;padding:1rem 0;margin-bottom:2rem;border-bottom:2px solid #444}.swiper-tab{background:none;border:none;color:#ccc;font-size:1.1rem;padding:.5rem 1rem;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease}.swiper-tab:hover{color:#fff}.swiper-tab.active{color:#fff;border-bottom:2px solid #44aaff;font-weight:700}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.integration-card{background-color:#292944;padding:1rem;border-radius:1rem;box-shadow:0 0 10px #0003}.integration-header{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;margin-bottom:.5rem}.integration-icon{font-size:1.5rem}.integration-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.status-tag{font-size:.85rem;padding:.2rem .5rem;border-radius:.5rem}.connected{background-color:#28a745;color:#fff}.disconnected{background-color:#dc3545;color:#fff}button{background-color:#444cff;border:none;padding:.5rem 1rem;color:#fff;border-radius:.5rem;cursor:pointer}.permission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.permission-card{background-color:#2a2a40;padding:1rem;border-radius:1rem;box-shadow:0 0 10px #00000040;color:#fff}.permission-label{font-weight:600;font-size:1.1rem;margin-left:.5rem}.permission-desc{font-size:.9rem;color:#ccc;margin-top:.5rem}.training-container{width:100%;padding:2rem 1.5rem}.training-header{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;color:#fff}.training-subtext{color:#ffffffb3;margin-bottom:1.5rem}.training-tabs{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.training-tab{background:#1f1f2e;color:#ccc;padding:.5rem 1rem;border-radius:.75rem;border:1px solid #333;font-weight:600;cursor:pointer;transition:all .2s ease}.training-tab:hover{background:#292941;color:#fff}.training-tab.active{background:linear-gradient(to right,#7f00ff,#e100ff);color:#fff;border:none;box-shadow:0 0 12px #7f00ff66}.training-grid{max-width:1280px;margin:0 auto;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.training-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){.training-grid{grid-template-columns:repeat(3,1fr)}}.training-card{background-color:#26263a;border-radius:1.5rem;padding:1.5rem;color:#fff;box-shadow:0 4px 20px #0006}.training-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem}.training-input{margin-top:.5rem;background:none;border:1px solid #888;padding:.5rem;border-radius:.5rem;color:#fff}.training-textarea{width:100%;background-color:#1a1a27;border:1px solid #555;padding:.75rem;border-radius:.5rem;color:#fff;margin-top:.5rem;font-size:.95rem}.training-button{margin-top:1rem;background-color:#fff;color:#7f00ff;font-weight:600;padding:.6rem 1.25rem;border-radius:.75rem;border:none;cursor:pointer;transition:background-color .3s ease}.training-button:hover{background-color:#e2e2e2}.training-filelist,.training-summary{margin-top:1rem;padding-left:1rem;font-size:.875rem;color:#fffc;list-style:disc}.training-loading{margin-top:.75rem;color:gold;font-style:italic;animation:pulse 1.6s infinite}.training-response{margin-top:1rem;color:#7ee787;background-color:#1a1a27;border-left:4px solid #44ff99;padding:.75rem 1rem;border-radius:.5rem;white-space:pre-line;font-family:monospace;font-size:.9rem}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.subscription-box{position:relative;padding:1rem}.locked-overlay{text-align:center;background-color:#2e2e3e;padding:2rem;border-radius:1rem;color:#faa;margin-bottom:1.5rem;border:1px solid #ff4d4d}.plans-wrapper{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.blurred{opacity:.3;pointer-events:none}.plan-card{background-color:#2a2a44;padding:1.25rem;border-radius:1rem;width:280px;box-shadow:0 0 10px #0000004d;text-align:center}.plan-price{font-size:1.5rem;font-weight:700;margin:.5rem 0 1rem}.plan-card ul{list-style:none;padding:0;color:#bde0fe;text-align:left}.plan-card button{margin-top:1rem;padding:.5rem 1rem;background-color:#444cff;color:#fff;border-radius:.5rem;border:none;cursor:pointer}.alt-buy{margin-top:2rem;text-align:center;color:#ccc}.coin-manager{display:flex;flex-direction:column;gap:2rem}.coin-balance{background-color:#1e1e30;padding:1.5rem;border-radius:1rem;text-align:center}.coin-count{font-size:2rem;font-weight:700;margin:.5rem 0 1rem;color:#7ee787}.coin-actions button{margin:.25rem;background-color:#444cff;color:#fff;padding:.6rem 1rem;border-radius:.5rem;border:none;cursor:pointer}.coin-costs{background-color:#272744;padding:1rem;border-radius:1rem}.coin-costs ul{padding-left:1.25rem;color:#ccc}.insights-container{display:flex;flex-direction:column;gap:2rem}.insight-summary{background-color:#202035;padding:1.5rem;border-radius:1rem;color:#bde0fe}.insight-feed{background-color:#272744;padding:1rem;border-radius:1rem}.insight-feed ul{list-style:none;padding-left:0;color:#ccc}.insight-feed li{padding:.5rem 0;border-bottom:1px solid #333}.log-type{font-weight:700;margin-right:.5rem;color:#7ee787}.log-detail{color:#ddd}.log-meta{display:block;font-size:.85rem;color:#888;margin-top:.25rem}.website-container{padding:2rem 1.5rem;max-width:1280px;margin:0 auto}.website-hero{background:linear-gradient(to right,#7f00ff,#e100ff);border-radius:1.5rem;color:#fff;padding:2.5rem 2rem;text-align:center;margin-bottom:2.5rem;box-shadow:0 10px 25px #0000004d}.website-hero h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.website-hero p{font-size:1.1rem;opacity:.9;margin-bottom:1.25rem}.website-cta{background-color:#fff;color:#7f00ff;font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;border:none;cursor:pointer;transition:background-color .3s ease}.website-cta:hover{background-color:#e2e2e2}.website-packages-section{margin-bottom:4rem;text-align:center}.website-packages-section h2{font-size:1.75rem;margin-bottom:2rem;color:#fff}.website-package-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.website-package-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.website-package-grid{grid-template-columns:repeat(3,1fr)}}.package-card{background-color:#1f1f2e;padding:1.75rem;border-radius:1.5rem;color:#fff;box-shadow:0 4px 16px #00000059;display:flex;flex-direction:column;justify-content:space-between;text-align:left;transition:transform .2s ease}.package-card:hover{transform:translateY(-4px)}.package-card h3{font-size:1.3rem;margin-bottom:.5rem}.package-card .offer-price{font-size:1.1rem;color:#0fc;margin:.5rem 0 1rem}.package-card .offer-features{list-style:disc;padding-left:1.25rem;margin-bottom:1.5rem;font-size:.95rem;color:#ffffffd9}.package-card .website-buy-button{align-self:start;background-color:#0fc;color:#000;font-weight:600;padding:.6rem 1.25rem;border:none;border-radius:.75rem;cursor:pointer;transition:background-color .3s ease}.package-card .website-buy-button:hover{background-color:#00e2b5}.website-upsell-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.website-upsell-grid{grid-template-columns:repeat(2,1fr)}}.upsell-card{background-color:#1f1f2e;padding:1.5rem;border-radius:1rem;color:#fff;box-shadow:0 2px 12px #0000004d;border:1px solid rgba(255,255,255,.05)}.upsell-card h3{margin-bottom:.5rem;font-size:1.2rem}.upsell-card p{font-size:.95rem;opacity:.85}.website-value-section{margin-bottom:3rem;padding:2rem;background-color:#1a1a27;border-radius:1.5rem;color:#fff;box-shadow:0 4px 16px #0000004d;border:1px solid rgba(255,255,255,.06)}.website-value-section h2{margin-bottom:1rem}.website-value-section ul{padding-left:1.5rem;list-style:disc;font-size:.95rem;color:#fffc}.website-stats-section{background-color:#10101a;color:#fff;padding:2rem;border-radius:1.5rem;text-align:center;margin-bottom:3rem;box-shadow:0 4px 16px #0000004d}.website-stats-section h2{font-size:1.5rem;margin-bottom:.75rem}.website-stats-section p{font-size:1rem;opacity:.9}.website-footer-cta{text-align:center;margin-top:3rem}.website-footer-cta p{color:#ffffffd9;margin-bottom:1rem;font-size:1rem}.post-card{background-color:#26263a;padding:1.5rem;border-radius:1.25rem;color:#fff;box-shadow:0 4px 18px #0000004d;border:1px solid rgba(255,255,255,.05);margin-bottom:2rem}.post-header{display:flex;align-items:center;margin-bottom:1rem}.post-avatar{width:42px;height:42px;background-color:#7f00ff;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-right:.75rem;font-size:1rem}.post-user-meta{display:flex;flex-direction:column}.post-time{font-size:.8rem;color:#aaa}.post-content p{margin-bottom:1rem}.post-image{width:100%;border-radius:.75rem;margin-top:1rem}.post-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.post-actions button{background:none;border:none;color:#bbb;cursor:pointer;font-weight:600;transition:color .2s ease;padding:.4rem .75rem;border-radius:6px}.post-actions button:hover{color:#fff;background-color:#444cff33}.post-comments{margin-top:1rem;background:#1c1c2e;padding:.75rem;border-radius:.75rem}.post-comment-input{display:flex;gap:.5rem;margin-bottom:.75rem}.post-comment-input input{flex:1;background:#2c2c3c;border:1px solid #444;padding:.5rem;border-radius:6px;color:#fff}.post-comment-input button{background:#444cff;border:none;padding:.5rem .75rem;border-radius:6px;color:#fff;cursor:pointer}.post-comment{color:#cce5ff;font-size:.95rem;margin-top:.25rem}.comment-user{font-weight:700;color:#7ee787}.post-composer{background-color:#1e1e2f;border-radius:1.25rem;padding:1.25rem;box-shadow:0 4px 20px #00000059;margin-bottom:2rem;color:#fff;border:1px solid rgba(255,255,255,.05);transition:transform .2s ease}.post-composer:hover{transform:translateY(-2px)}.post-composer textarea{width:100%;min-height:80px;padding:1rem;background-color:#2a2a44;border:1px solid #444;border-radius:.75rem;color:#fff;font-size:1rem;resize:vertical}.char-warning{color:#fc0;font-size:.85rem;margin-top:.5rem}.image-preview{position:relative;margin-top:1rem;max-width:100%;border-radius:.75rem;overflow:hidden;border:1px solid #444}.image-preview img{width:100%;height:auto;border-radius:.75rem;object-fit:cover}.remove-image{position:absolute;top:6px;right:6px;background-color:#ff4d4d;color:#fff;border:none;border-radius:50%;padding:.4rem .6rem;cursor:pointer;font-size:.85rem;transition:background-color .2s ease}.remove-image:hover{background-color:#e60000}.composer-actions{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.image-upload-btn{background-color:#333;color:#fff;padding:.6rem 1rem;border-radius:.5rem;cursor:pointer;border:1px solid #555;font-size:.95rem;transition:background-color .2s ease}.image-upload-btn:hover{background-color:#444}.post-button{background-color:#7f00ff;color:#fff;padding:.6rem 1.2rem;border:none;border-radius:.5rem;cursor:pointer;font-weight:700;font-size:.95rem;transition:background-color .2s ease}.post-button:hover{background-color:#9c2eff}.friendsidebar-card{background-color:#1f1f2e;border-radius:1rem;padding:1.5rem;color:#fff;box-shadow:0 4px 16px #0000004d;border:1px solid rgba(255,255,255,.05)}.friend-suggestions{list-style:none;padding:0;margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.friend-suggestion{display:flex;align-items:center;gap:.75rem}.friend-avatar{width:38px;height:38px;background-color:#e100ff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.friend-info{flex:1;display:flex;flex-direction:column}.friend-info span{font-size:.85rem;color:#ccc}.friend-add-btn{background-color:#7f00ff;color:#fff;padding:.3rem .75rem;border:none;border-radius:.5rem;cursor:pointer;font-size:.85rem}.busybarnav-container{display:flex;justify-content:space-around;background:#1f1f2e;border-radius:1rem;padding:.5rem;margin-bottom:1.5rem;box-shadow:0 4px 12px #0000004d}.busybarnav-tab{background:transparent;border:none;color:#b5e4ff;font-weight:600;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.busybarnav-tab:hover{background:#ffffff0d}.busybarnav-tab.active{background-color:#444cff;color:#fff}.friend-card{background-color:#26263a;padding:1rem 1.25rem;border-radius:1rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 14px #0000004d;margin-bottom:1rem;border:1px solid rgba(255,255,255,.05);transition:transform .2s ease}.friend-card:hover{transform:translateY(-3px)}.friend-avatar{background:#7f00ff;color:#fff;width:42px;height:42px;font-weight:700;font-size:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.friend-info{flex:1;margin-left:1rem}.friend-info p{margin:0;font-size:.9rem;color:#bbb}.connect-btn{background-color:#7f00ff;border:none;color:#fff;padding:.5rem .9rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.connect-btn:hover{background-color:#9c2eff}.friend-search-input{width:100%;padding:.6rem;border-radius:.5rem;border:1px solid #444;background-color:#2a2a3d;color:#fff;margin-top:.5rem;margin-bottom:1rem}.explore-feed{flex:1;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;background:#1a1a2b;border-radius:1rem;color:#fff}.explore-feed h2{font-size:1.4rem;color:#7fdbff}.explore-feed-container{display:flex;gap:2rem;padding:1.5rem;align-items:flex-start}.explore-sidebar-wrapper{width:300px;flex-shrink:0}.usercard{display:flex;align-items:center;background-color:#2c2c45;padding:1rem;border-radius:1rem;margin-bottom:1rem;gap:1rem}.usercard-avatar{background-color:#6f00ff;color:#fff;font-weight:700;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.usercard-info{flex:1}.usercard-info p{margin:.25rem 0;font-size:.9rem;color:#ccc}.usercard-info button{margin-top:.5rem;background:#444cff;border:none;color:#fff;padding:.4rem .8rem;border-radius:.4rem;cursor:pointer;font-size:.85rem}.explore-sidebar{padding:1.5rem;background:#1f1f30;border-radius:1rem;color:#fff}.explore-sidebar h3{font-size:1.1rem;margin-bottom:1rem;color:#f06292}.explore-sidebar ul{list-style:none;padding:0;margin:0}.explore-sidebar li{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:.5rem}.activity-feed{background:#1d1d30;padding:1.5rem;border-radius:.75rem;margin-top:1.5rem;color:#fff}.activity-feed h2{margin-bottom:1rem;font-size:1.2rem;color:#7fdbff}.activity-item{display:flex;align-items:flex-start;margin-bottom:1rem}.activity-avatar{background:#7f00ff;color:#fff;font-weight:700;width:36px;height:36px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-right:.75rem;font-size:1rem}.activity-details{flex:1}.activity-time{display:block;font-size:.8rem;color:#aaa;margin-top:.25rem}.profile-sidebar{background-color:#1f1f30;border-radius:1rem;padding:1.5rem;color:#fff;box-shadow:0 4px 12px #0000004d}.profile-sidebar h3{margin-bottom:1rem;font-size:1.1rem;color:#7fdbff}.profile-sidebar ul{list-style:none;padding:0;margin:0}.profile-sidebar li{margin-bottom:.75rem}.profile-sidebar button{width:100%;background:none;border:none;color:#ccc;font-weight:600;text-align:left;padding:.5rem 0;cursor:pointer;transition:color .2s ease}.profile-sidebar button:hover{color:#fff}.market-feed{flex:1;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;background-color:#1a1a2b;border-radius:1rem;color:#fff}.market-feed h2{font-size:1.4rem;color:#7fdbff}.gig-card{background-color:#1e1e2f;border:1px solid #333;padding:1.5rem;border-radius:1rem;cursor:pointer;transition:border .2s,transform .2s}.gig-card:hover{border-color:#7f00ff;transform:translateY(-2px)}.gig-card-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.gig-card-header h3{font-size:1.1rem;color:#fff}.gig-card-header span{color:#aaa;font-size:.9rem}.gig-description{margin:.75rem 0;color:#ccc;font-size:.95rem}.gig-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.gig-tags span{background:#2a2a44;color:#7fdbff;padding:.3rem .6rem;border-radius:.4rem;font-size:.75rem}.gig-time{font-size:.8rem;color:#888}.job-detail{padding:2rem;background:#1a1a2b;border-radius:1rem;color:#fff;max-width:800px;margin:0 auto}.job-detail h2{font-size:1.6rem;margin-bottom:.5rem;color:#7fdbff}.company-name{font-size:.95rem;color:#aaa;margin-bottom:.25rem}.job-poster{font-size:.9rem;color:#bbb;margin-bottom:1rem}.job-description{background:#26263a;padding:1rem;border-radius:.75rem;margin-bottom:1rem;line-height:1.5}.job-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.job-tag{background:#7f00ff;padding:.4rem .9rem;border-radius:.5rem;font-size:.85rem;font-weight:700;color:#fff}.job-actions{display:flex;gap:1rem}.job-actions button{padding:.8rem 1.6rem;border:none;border-radius:.6rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s ease}button.apply{background:#28c76f;color:#111}button.message{background:#7f00ff;color:#fff}button.apply:hover,button.message:hover{opacity:.9}.filter-sidebar{width:240px;padding:2rem;background-color:#23233a;border-right:1px solid #333}.filter-sidebar h2{margin-bottom:2rem;font-size:1.3rem;color:#7fdbff}.filter-sidebar ul{list-style:none;padding:0}.filter-sidebar li{padding:.75rem 1rem;margin-bottom:1rem;cursor:pointer;border-radius:.5rem;background:#2a2a44;transition:background .2s;color:#ccc}.filter-sidebar li.active,.filter-sidebar li:hover{background:#7f00ff;color:#fff}.my-listings{padding:2rem;background:#1a1a2b;border-radius:1rem;color:#fff}.my-listings h2{font-size:1.4rem;margin-bottom:1.5rem;color:#7fdbff}.my-gig-card{display:flex;justify-content:space-between;background-color:#25253a;padding:1rem 1.5rem;margin-bottom:1rem;border-radius:.75rem;border:1px solid #333}.my-gig-card h3{margin:0;font-size:1.1rem}.posted-time{font-size:.8rem;color:#aaa}.actions{display:flex;gap:.75rem;align-items:center}.actions button{padding:.4rem .9rem;background:#7f00ff;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:700;transition:background .2s ease}.actions button.danger{background:#d72638}.actions button:hover{opacity:.9}.post-job-form{padding:2rem;background:#1a1a2b;border-radius:1rem;color:#fff;display:flex;flex-direction:column;gap:1rem}.post-job-form h2{font-size:1.4rem;color:#7fdbff}.post-job-form input,.post-job-form textarea{padding:.8rem 1rem;border:1px solid #333;border-radius:.5rem;background:#25253a;color:#fff;font-size:1rem}.post-job-form textarea{min-height:100px}.post-job-form button{background:#7f00ff;padding:.9rem 1.5rem;border:none;border-radius:.6rem;font-weight:700;color:#fff;font-size:1rem;cursor:pointer;transition:background .2s ease}.post-job-form button:hover{opacity:.9}.jobs-collab-container{display:flex;height:100%;background:#1a1a2b;color:#fff}.jobs-collab-main{flex:1;padding:2rem;overflow-y:auto}.profile-container{display:flex;padding:2rem;gap:2rem;background:#12121c;color:#fff;min-height:100vh}.profile-main{flex:2;display:flex;flex-direction:column;gap:1.5rem}.profile-sidebar{flex:1;background:#1e1e2e;padding:1.5rem;border-radius:1rem}.profile-header{background:#1a1a2b;border-radius:1rem;overflow:hidden;box-shadow:0 0 12px #0000004d}.profile-banner{height:120px;background:linear-gradient(90deg,#7f00ff,#e100ff)}.profile-info{display:flex;align-items:center;padding:1.5rem;gap:1.5rem}.profile-avatar{width:100px;height:100px;border-radius:100%;border:3px solid #7f00ff;object-fit:cover;background:#222}.profile-text h2{margin:0;font-size:1.5rem;color:#fff}.profile-text p{margin:.2rem 0;color:#bbb;font-size:.9rem}.profile-text span{color:#aaa;font-size:.85rem}.profile-statsbar{display:flex;justify-content:space-around;background:#212138;padding:1rem 2rem;border-radius:.75rem;margin-top:1rem;color:#fff}.stat-block{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:1.4rem;font-weight:700;color:#7fdbff}.stat-label{font-size:.85rem;color:#aaa;margin-top:.2rem}.about-section{background:#1d1d30;padding:1.5rem;border-radius:.75rem;color:#fff;margin-top:1.5rem}.about-section h2{font-size:1.3rem;color:#7fdbff;margin-bottom:1rem}.bio{font-size:1rem;line-height:1.5;margin-bottom:1rem;color:#ddd}.about-details div{margin-bottom:.5rem;font-size:.95rem}.about-details a{color:#00cfff;text-decoration:none}.about-details a:hover{text-decoration:underline}.report-bug{background-color:#1f1f2e;padding:2rem;border-radius:1.5rem;color:#fff;max-width:640px;margin:2rem auto;box-shadow:0 4px 16px #00000059;border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:1.25rem}.report-bug h2{font-size:1.5rem;font-weight:700;color:#7f00ff;margin-bottom:.5rem}.report-bug textarea{width:100%;min-height:120px;padding:1rem;font-size:1rem;background-color:#2a2a3d;color:#fff;border:none;border-radius:.75rem;resize:vertical;box-shadow:inset 0 0 6px #ffffff14}.report-bug button{align-self:start;background-color:#0fc;color:#1a1a27;font-weight:600;padding:.75rem 1.5rem;border:none;border-radius:.75rem;cursor:pointer;transition:background-color .3s ease}.report-bug button:hover{background-color:#00e2b5}.report-bug .confirmation{font-size:1rem;color:#0fc;background-color:#2a2a3d;padding:1rem;border-radius:.75rem;box-shadow:inset 0 0 8px #00ffcc26}.report-bug .error{color:#ff4d4d;font-size:.95rem}.feature-request{background-color:#1f1f2e;padding:2rem;border-radius:1.5rem;color:#fff;max-width:640px;margin:2rem auto;box-shadow:0 4px 16px #00000059;border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:1.25rem}.feature-request h2{font-size:1.5rem;font-weight:700;color:gold;margin-bottom:.5rem}.feature-request textarea{width:100%;min-height:120px;padding:1rem;font-size:1rem;background-color:#2a2a3d;color:#fff;border:none;border-radius:.75rem;resize:vertical;box-shadow:inset 0 0 6px #ffd70026}.feature-request button{align-self:start;background-color:gold;color:#1a1a27;font-weight:600;padding:.75rem 1.5rem;border:none;border-radius:.75rem;cursor:pointer;transition:background-color .3s ease}.feature-request button:hover{background-color:#ffc107}.feature-request .confirmation{font-size:1rem;color:#0fc;background-color:#2a2a3d;padding:1rem;border-radius:.75rem;box-shadow:inset 0 0 8px #00ffcc26}.feature-request .error{color:#ff4d4d;font-size:.95rem}.health-check{background-color:#1f1f2e;padding:2rem;border-radius:1.5rem;color:#fff;max-width:720px;margin:2rem auto;box-shadow:0 4px 16px #00000059;border:1px solid rgba(255,255,255,.06)}.health-check h2{font-size:1.5rem;font-weight:700;color:#0fc;margin-bottom:1.25rem;text-align:center}.health-check ul{list-style:none;padding:0;margin:0}.health-check li{display:flex;justify-content:space-between;align-items:center;background-color:#2a2a3d;padding:1rem 1.5rem;margin-bottom:1rem;border-radius:.75rem;box-shadow:inset 0 0 6px #00ffcc0f;font-size:1rem;color:#ffffffe6}.check-name{font-weight:600;color:#ffffffd9}.check-status{font-weight:700;color:#0fc}.troubleshooting-container{padding:2rem 1.5rem;color:#fff;background-color:#13131d;min-height:100vh}.troubleshooting-hero{background:linear-gradient(to right,#7f00ff,#e100ff);border-radius:1.5rem;padding:2.5rem 2rem;text-align:center;margin-bottom:2.5rem;box-shadow:0 10px 25px #0000004d}.troubleshooting-hero h1{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.troubleshooting-subtext{font-size:1.1rem;color:#ffffffd9;margin-bottom:0}.troubleshooting-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.troubleshooting-section{background-color:#1f1f2e;padding:2rem;border-radius:1.5rem;box-shadow:0 4px 16px #00000059;border:1px solid rgba(255,255,255,.05);flex:1 1 320px;max-width:420px;min-width:300px}.analytics-card{background-color:#1e1e1e;padding:24px;border-radius:12px;box-shadow:0 0 12px #00ffe026;color:#fff}.analytics-card h2{font-size:24px;margin-bottom:16px;color:#00ffe0}.analytics-subtext{font-size:16px;color:#ccc;margin-bottom:20px}.swiper-suggestions-list{list-style:none;padding-left:0;margin:0}.swiper-suggestions-list li{background-color:#292929;padding:16px;margin-bottom:12px;border-radius:8px;font-size:15px;line-height:1.6;color:#e0e0e0;border-left:4px solid #00ffe0;transition:background .2s}.swiper-suggestions-list li:hover{background-color:#333}.sales-page{padding:24px;color:#fff}.sales-subtext{font-size:16px;color:#ccc;margin-bottom:24px}.sales-content{margin-top:24px}.salesnav-container{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.salesnav-tab{padding:10px 16px;background-color:#1f1f1f;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background .2s,color .2s}.salesnav-tab:hover{background-color:#333}.salesnav-tab.active{background-color:#00ffe0;color:#000}.sales-card{background-color:#1e1e1e;padding:24px;border-radius:12px;box-shadow:0 0 12px #00ffe01a;color:#fff}.sales-card h2{font-size:22px;margin-bottom:16px;color:#00ffe0}.sales-card p{font-size:16px;color:#ccc;margin-top:4px}.invoice-table{width:100%;border-collapse:collapse;margin-top:20px}.invoice-table th,.invoice-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #333;color:#fff}.invoice-table th{background-color:#2a2a2a;color:#00ffe0}.invoice-table tr:hover{background-color:#2e2e2e}.invoice-list table{width:100%;border-collapse:collapse;margin-top:20px}.invoice-list th,.invoice-list td{padding:12px 14px;border-bottom:1px solid #444;text-align:left}.invoice-list th{background:#222;color:#eee}.invoice-list button{margin-right:8px;padding:6px 10px;border-radius:6px;border:none;background:#4b8bfd;color:#fff;cursor:pointer}.status-tag{padding:4px 8px;border-radius:6px;font-size:.85em}.status-tag.draft{background:#666;color:#eee}.status-tag.sent{background:#f0c040;color:#222}.status-tag.paid{background:#4caf50;color:#fff}.status-tag.overdue{background:#e53935;color:#fff}.invoice-editor{padding:20px;background:#1b1b1b;border-radius:12px;margin-top:20px}.invoice-editor h2{margin-bottom:16px}.invoice-editor label{display:block;margin-top:14px;font-weight:700}.invoice-editor input[type=text],.invoice-editor input[type=number],.invoice-editor input[type=date]{width:100%;padding:10px;margin-top:6px;background:#2a2a2a;border:1px solid #444;border-radius:6px;color:#fff}.line-item{display:flex;gap:10px;margin-top:10px;align-items:center}.line-item input{flex:1}.line-item button{background:#e53935;color:#fff;border:none;border-radius:6px;padding:6px 10px;cursor:pointer}.invoice-editor .invoice-total{margin-top:20px;font-size:1.2em}.invoice-editor .save-invoice{margin-top:20px;padding:10px 16px;background:#4caf50;color:#fff;border:none;border-radius:6px;font-size:1em;cursor:pointer}.details-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f0f0fd9;display:flex;justify-content:center;align-items:center;z-index:1000}.details-modal{background:#1f1f1f;padding:30px;border-radius:12px;width:90%;max-width:650px;color:#fff;box-shadow:0 0 25px #ffffff0d}.details-modal h3{margin-bottom:15px}.invoice-items{width:100%;margin-top:15px;border-collapse:collapse}.invoice-items th,.invoice-items td{padding:10px;text-align:left;border-bottom:1px solid #333}.totals{margin-top:20px;text-align:right}.status.paid{color:#4caf50}.status.unpaid{color:#f44336}.status.overdue{color:#ff9800}.close-btn{margin-top:20px;background:#444;color:#fff;padding:10px 16px;border:none;border-radius:8px;cursor:pointer}.send-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000}.send-modal{background:#1e1e1e;padding:24px;border-radius:12px;width:90%;max-width:500px;box-shadow:0 0 20px #ffffff1a}.send-modal h3{margin-bottom:20px}.send-modal label{display:block;margin-top:10px;font-weight:700}.send-modal input,.send-modal textarea{width:100%;padding:10px;margin-top:6px;background:#2c2c2c;border:1px solid #444;border-radius:6px;color:#fff}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.modal-actions .cancel{background:#777;color:#fff;padding:8px 14px;border:none;border-radius:6px;cursor:pointer}.modal-actions .send{background:#4caf50;color:#fff;padding:8px 14px;border:none;border-radius:6px;cursor:pointer}.swiperai-suggestions-card{background:#1d1d1d;color:#fff;padding:24px;border-radius:12px;box-shadow:0 0 20px #ffffff08;margin-top:20px}.swiperai-suggestions-card h3{margin-bottom:16px;font-size:20px;color:#a3e635}.swiperai-suggestions-card ul{list-style:none;padding:0;margin:0}.swiperai-suggestions-card li{margin-bottom:14px;line-height:1.6}.integrations-subtext{font-size:16px;color:#ccc;margin-bottom:24px}.integration-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.integration-card{background-color:#2a2a2a;padding:16px;border-radius:10px;border:1px solid #333;transition:background .2s}.integration-card h3{margin-top:0;color:#00ffe0}.integration-card p{color:#ccc;font-size:14px;margin-bottom:12px}.connect-btn{background-color:#00ffe0;color:#000;border:none;padding:8px 12px;border-radius:6px;font-weight:700;cursor:pointer}.connect-btn:hover{background-color:#00c9ba}.funnels-subtext{font-size:16px;color:#ccc;margin-bottom:24px}.funnel-stages{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.funnel-box{background-color:#2a2a2a;border:1px solid #333;padding:16px;border-radius:10px;text-align:center}.funnel-box h3{color:#00ffe0;margin-bottom:8px}.funnel-box p{color:#ccc;font-size:14px}.funnels-note{margin-top:24px;color:#999;font-style:italic}.funnel-box{cursor:pointer;transition:transform .2s}.funnel-box:hover{transform:scale(1.02);background:#1a1a1a}.drop-rate{font-size:.85rem;color:#ff6961}.stage-details{margin-top:1rem;background:#121212;padding:1rem;border-radius:8px}.stage-details ul{padding-left:1.2rem}.pipelines-subtext{font-size:16px;color:#ccc;margin-bottom:24px}.pipeline-board{display:flex;gap:16px;overflow-x:auto}.pipeline-column{flex:1;min-width:180px;background-color:#2a2a2a;border:1px solid #333;border-radius:10px;padding:12px}.pipeline-column h3{font-size:16px;margin-bottom:10px;color:#00ffe0}.pipeline-card{background-color:#333;border-radius:6px;padding:10px;margin-bottom:10px;font-size:14px;color:#fff;border-left:4px solid #00ffe0}.add-deal-form{display:flex;gap:.5rem;margin-bottom:1rem}.add-deal-form input,.add-deal-form select{padding:.4rem;border-radius:4px;border:1px solid #444;background:#111;color:#fff}.pipeline-card{background:#222;padding:.6rem;border-radius:6px;margin:.4rem 0;position:relative;cursor:pointer}.pipeline-card.selected{outline:2px solid #00bcd4}.pipeline-card .delete-btn{position:absolute;right:6px;top:6px;background:none;border:none;color:#ff5f5f;cursor:pointer}.deal-actions{margin-top:1rem;background:#151515;padding:1rem;border-radius:6px}.stage-options button{margin-right:.5rem;margin-top:.5rem}.cancel-btn{margin-top:1rem;color:#aaa}.subscriptions-subtext{font-size:16px;color:#ccc;margin-bottom:24px}.subscriptions-table{display:flex;flex-direction:column;gap:12px}.subscriptions-header,.subscriptions-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;background-color:#2a2a2a;padding:12px;border-radius:8px;font-size:14px;color:#eee}.subscriptions-header{background-color:#333;font-weight:700;color:#00ffe0}.subscriptions-row{background-color:#2d2d2d;border-left:4px solid #00ffe0}.subscriptions-row .active{color:#00ff90}.subscriptions-row .canceled{color:#ff5252}.subscriptions-note{margin-top:20px;font-style:italic;color:#aaa}.subscriptions-form{display:flex;gap:.5rem;margin-bottom:1rem}.subscriptions-form input,.subscriptions-form select{padding:.4rem;border-radius:4px;border:1px solid #444;background:#111;color:#fff}.subscriptions-header,.subscriptions-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;padding:.5rem}.subscriptions-header{background:#1a1a1a;font-weight:700}.subscriptions-row{border-bottom:1px solid #333}.subscriptions-row span{display:flex;align-items:center}.subscriptions-row button{margin-left:.4rem;background:none;border:none;color:#ff5f5f;cursor:pointer}.subscriptions-summary{margin-top:1rem;padding:1rem;background:#141414;border-radius:8px}.active{color:#4caf50}.canceled{color:#f44336}.transactions-subtext{font-size:16px;color:#ccc;margin-bottom:24px}.transaction-form{display:flex;gap:.5rem;margin-bottom:16px;flex-wrap:wrap}.transaction-form input,.transaction-form select{padding:.4rem .6rem;border-radius:6px;border:1px solid #444;background-color:#111;color:#fff;min-width:120px}.transaction-form button{background-color:#00ffe0;color:#000;font-weight:700;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background .2s ease}.transaction-form button:hover{background-color:#00ccb8}.transactions-table{display:flex;flex-direction:column;gap:12px}.transactions-header,.transactions-row{display:grid;grid-template-columns:1fr 1fr 1.5fr 1fr 1fr;background-color:#2a2a2a;padding:12px;border-radius:8px;font-size:14px;color:#eee}.transactions-header{background-color:#333;font-weight:700;color:#00ffe0}.transactions-row{background-color:#2d2d2d;border-left:4px solid #00ffe0}.transactions-row .success{color:#00ff90}.transactions-row .refunded{color:#ffa600}.transactions-row .failed,.transactions-row .negative{color:#ff4d4d}.transactions-summary{margin-top:20px;font-size:15px;font-weight:500;color:#fff}.transactions-summary strong{color:#00ffe0}.transactions-note{margin-top:20px;font-style:italic;color:#aaa}.clients-subtext{font-size:16px;color:#ccc;margin-bottom:24px}.client-form{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:20px}.client-form input,.client-form select,.client-form textarea{padding:.5rem;background-color:#111;color:#fff;border:1px solid #444;border-radius:6px;min-width:180px;font-size:14px}.client-form textarea{flex:1 1 100%;min-height:60px;resize:vertical}.client-form button{background-color:#00ffe0;color:#000;font-weight:700;padding:.6rem 1rem;border-radius:6px;border:none;cursor:pointer;transition:background .2s ease}.client-form button:hover{background-color:#00ccb8}.client-search{width:100%;padding:.5rem;margin:12px 0 20px;border:1px solid #444;border-radius:6px;background:#111;color:#fff}.clients-table{display:flex;flex-direction:column;gap:12px}.clients-header,.clients-row{display:grid;grid-template-columns:1.5fr 1.5fr 1fr 2fr 1.5fr 1.5fr 1.5fr 1fr;background-color:#2a2a2a;padding:12px;border-radius:8px;font-size:14px;color:#eee;align-items:center}.clients-header{background-color:#333;font-weight:700;color:#00ffe0}.clients-row{background-color:#2d2d2d;border-left:4px solid #00ffe0}.clients-row button{background:none;border:none;color:#ff5f5f;cursor:pointer;font-size:16px}.status.active{color:#00ff90;font-weight:700}.status.prospect{color:#ffa600;font-weight:700}.status.inactive{color:#ff4d4d;font-weight:700}.sales-card h2{font-size:24px;margin-bottom:16px;color:#00ffe0}.marketing-subtext{font-size:16px;color:#ccc;margin-bottom:24px}.marketing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.platform-card{background-color:#2b2b2b;border-left:4px solid #00ffe0;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:6px}.platform-card h3{margin-bottom:8px;font-size:18px;color:#00ffe0}.platform-card p{font-size:14px;color:#ddd}.platform-card .roi-score{font-weight:700;color:#32cd32}.marketing-summary{margin-top:24px;font-size:16px;background:#141414;padding:16px;border-radius:8px;display:flex;gap:2rem;flex-wrap:wrap}.marketing-summary strong{color:#00ffe0}.marketing-note{margin-top:20px;font-style:italic;color:#aaa}.sales-card h2{font-size:24px;color:#00ffe0;margin-bottom:12px}.documents-subtext{font-size:15px;color:#ccc;margin-bottom:16px}.documents-navbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.documents-navbar button{background:#111;color:#fff;border:1px solid #444;padding:8px 14px;border-radius:6px;cursor:pointer}.documents-navbar button.active{background:#00ffe0;color:#000;font-weight:700}.upload-section{margin-bottom:20px}.upload-box{display:inline-block;padding:12px 20px;background-color:#2d2d2d;border:2px dashed #00ffe0;border-radius:8px;cursor:pointer;color:#00ffe0;font-weight:700}.upload-note{font-size:13px;color:#aaa;margin-top:6px}.documents-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.file-card{background:#2a2a2a;padding:14px;border-radius:8px;text-align:center;color:#fff;position:relative;border-left:4px solid #00ffe0;box-shadow:0 0 8px #00ffe014;transition:transform .15s ease}.file-card:hover{transform:scale(1.03)}.file-icon{font-size:32px;margin-bottom:8px}.file-meta{font-size:12px;color:#999}.share-btn{margin-top:10px;background:#00ffe0;border:none;padding:6px 12px;border-radius:6px;font-weight:700;cursor:pointer;color:#000}.empty-msg{text-align:center;color:#aaa;margin-top:20px}.integration-placeholder{margin-top:40px;background:#141414;padding:20px;border-radius:8px;color:#ccc;text-align:center}.documents-note{margin-top:24px;font-style:italic;color:#aaa}.sales-card{background-color:#1e1e1e;padding:24px;border-radius:12px;box-shadow:0 0 12px #00ffe026;color:#fff}.sales-card h2{font-size:24px;margin-bottom:12px;color:#00ffe0}.legal-subtext{font-size:14px;color:#ccc;margin-bottom:20px}.legal-tabs{display:flex;gap:10px;margin-bottom:20px}.legal-tabs button{background:#111;color:#fff;border:1px solid #444;padding:8px 16px;border-radius:6px;cursor:pointer}.legal-tabs button.active{background:#00ffe0;color:#000;font-weight:700}.legal-input{display:flex;flex-direction:column;gap:10px}.legal-input textarea{width:100%;min-height:120px;background:#111;color:#fff;padding:12px;border:1px solid #444;border-radius:8px;resize:vertical}.legal-input button{align-self:flex-end;padding:8px 16px;background:#00ffe0;color:#000;font-weight:700;border-radius:6px;border:none;cursor:pointer}.legal-response{margin-top:24px;background:#2b2b2b;padding:16px;border-left:4px solid #00ffe0;border-radius:8px;font-size:14px;color:#eee}.legal-warning{margin-top:20px;font-style:italic;color:#ffa600;font-size:13px}.legal-region-selector{display:flex;gap:12px;margin-bottom:20px}.legal-region-selector select{background:#111;color:#fff;padding:8px 12px;border:1px solid #444;border-radius:6px;font-size:14px;width:200px}.social-container{padding:2rem 1.5rem;max-width:1280px;margin:0 auto}.social-banner{background:linear-gradient(to right,#7f00ff,#e100ff);border-radius:1.5rem;color:#fff;padding:2.5rem 2rem;text-align:center;margin-bottom:2.5rem;box-shadow:0 10px 25px #0000004d}.social-banner-heading{font-size:2rem;font-weight:700;margin-bottom:.5rem}.social-banner-text{font-size:1.1rem;opacity:.9;margin-bottom:1.25rem}.social-cta{background-color:#fff;color:#7f00ff;font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;border:none;cursor:pointer;transition:background-color .3s ease}.social-cta:hover{background-color:#e2e2e2}.social-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.social-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.social-grid{grid-template-columns:repeat(3,1fr)}}.social-card{background-color:#1f1f2e;padding:1.5rem;border-radius:1rem;color:#fff;box-shadow:0 2px 12px #0000004d;border:1px solid rgba(255,255,255,.05);transition:transform .2s ease}.social-card:hover{transform:translateY(-3px)}.social-navbar{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;background-color:#1a1a27;padding:1rem 1.5rem;border-radius:1rem;margin-bottom:2rem;box-shadow:0 4px 20px #0000004d}.nav-link{color:#ffffffb3;text-decoration:none;padding:.6rem 1rem;border-radius:.75rem;transition:all .2s ease;font-weight:600}.nav-link:hover{background-color:#ffffff0d;color:#fff}.nav-link.active{background:linear-gradient(to right,#7f00ff,#e100ff);color:#fff}.insta-posts{display:flex;flex-wrap:wrap;gap:1.5rem}.insta-post{background-color:#2a2a3d;border-radius:1rem;padding:1rem;width:220px;text-align:center}.insta-post img{width:100%;border-radius:.75rem;margin-bottom:.5rem}.caption{font-size:.9rem;margin-bottom:.25rem;color:#ffffffe6}.insta-analytics{list-style:disc;padding-left:1.5rem;font-size:.95rem;color:#ffffffd9}
