:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:Rubik;src:url(/assets/Rubik-VariableFont_wght-CV_BkMil.ttf) format("truetype");font-weight:300 900;font-style:normal}:root{--bg-gradient: linear-gradient(135deg, #1F3A4D 0%, #162a38 100%);--glass-surface: rgba(0, 0, 0, .2);--glass-border: rgba(255, 255, 255, .1);--glass-highlight: rgba(255, 255, 255, .05);--brand-teal: #1F3A4D;--brand-dark: #0f1c25;--primary-color: #FF6B6B;--accent-color: #FF6B6B;--primary-glow: rgba(255, 107, 107, .4);--accent-glow: rgba(255, 107, 107, .3);--text-main: #FFFFFF;--text-muted: #94a3b8;--font-main: "Rubik", system-ui, -apple-system, sans-serif;--font-display: "Rubik", system-ui, -apple-system, sans-serif;--sidebar-width: 80px}body{margin:0;color:var(--text-main);font-family:var(--font-main);font-weight:400;min-height:100vh;overflow:hidden}button:focus,input:focus,select:focus,textarea:focus{outline:none}button:focus-visible{outline:none;box-shadow:0 0 0 2px #ff6b6b80}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;letter-spacing:.02em}.app-container{position:relative;height:100vh;width:100vw;display:flex;flex-direction:row;z-index:1}.auth-container{position:relative;z-index:10;width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.auth-card{background:#1e293bb3;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d;text-align:center;animation:fadeInUp .5s ease-out}.auth-card h2{margin:0 0 .5rem;font-size:1.8rem;color:var(--text-main)}.auth-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.9rem}.input-group{margin-bottom:1.2rem;text-align:left}.input-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:600;color:var(--text-main)}.input-group input{width:100%;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0003;font-size:1rem;color:var(--text-main);outline:none;transition:all .2s;box-sizing:border-box}.input-group input:focus{background:#0006;border-color:var(--primary-color);box-shadow:0 0 0 3px #1f3a4d1a}.auth-btn{width:100%;padding:1rem;border-radius:12px;border:none;background:var(--primary-color);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.auth-btn:hover{background:#162a38;transform:translateY(-2px);box-shadow:0 10px 20px #1f3a4d4d}.auth-switch{margin-top:1.5rem;font-size:.9rem;color:var(--text-muted)}.auth-switch span{color:var(--primary-color);font-weight:600;cursor:pointer}.auth-error{color:#ef4444;font-size:.85rem;margin-bottom:1rem;background:#ef44441a;padding:.5rem;border-radius:8px}.brand-wizard-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:200;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-out}.brand-wizard-modal{background:#1e293b;width:95%;max-width:1000px;height:auto;min-height:600px;max-height:90vh;border-radius:24px;padding:0;position:relative;box-shadow:0 50px 100px -20px #00000080;display:flex;flex-direction:column;overflow:hidden}.close-btn{position:absolute;top:1.5rem;right:2rem;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-muted);z-index:10}.wizard-timeline{display:flex;justify-content:center;align-items:center;padding:2rem;background:#0003;border-bottom:1px solid rgba(0,0,0,.05)}.timeline-item{display:flex;align-items:center;color:var(--text-muted);font-size:.9rem;font-weight:500}.timeline-item.active,.timeline-item.completed{color:var(--primary-color)}.timeline-dot{width:12px;height:12px;border-radius:50%;background:#ddd;margin-right:.5rem;transition:all .3s}.timeline-item.active .timeline-dot{background:var(--primary-color);box-shadow:0 0 0 4px #1f3a4d33}.timeline-item.completed .timeline-dot{background:var(--primary-color)}.timeline-line{width:50px;height:2px;background:#ddd;margin:0 1rem}.timeline-item.completed .timeline-line{background:var(--primary-color)}.wizard-content-container{flex:1;padding:3rem;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.wizard-step{width:100%;max-width:600px;animation:slideUp .4s ease-out}.step-desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.source-options{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.source-card{border:2px solid #eee;border-radius:20px;padding:2rem;cursor:pointer;transition:all .3s;text-align:center;background:#1e293b99}.source-card:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.source-card.selected{border-color:var(--primary-color);background:#1f3a4d0d;box-shadow:0 10px 30px #1f3a4d1a}.card-icon{font-size:3rem;margin-bottom:1rem}.custom-file-upload{border:2px dashed var(--primary-color);border-radius:16px;padding:2rem;text-align:center;cursor:pointer;color:var(--primary-color);font-weight:600;background:#1f3a4d0d;transition:all .2s;margin-bottom:1rem}.custom-file-upload:hover{background:#1f3a4d1a}.color-wrapper{display:flex;align-items:center;gap:1rem;background:#0003;padding:.5rem 1rem;border-radius:12px;width:fit-content}.color-hex{font-family:monospace;font-weight:600}.magic-area{width:100%;min-height:200px;font-family:inherit;padding:1rem;border-radius:12px;background-color:#0003;border-color:#ffffff1a;font-size:1rem;color:var(--text-main);transition:all .2s;outline:none;box-sizing:border-box;resize:vertical}.magic-area:focus{background-color:#0006;border-color:var(--primary-color);box-shadow:0 0 0 3px #1f3a4d1a}.wizard-actions{display:flex;justify-content:space-between;margin-top:3rem;padding-top:2rem;border-top:1px solid #eee}.wizard-actions.right{justify-content:flex-end}.action-btn.bad{background:#ffffff1a;color:#fff}.action-btn.bad:hover{background:#fff3}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.settings-container{display:flex;justify-content:center}.settings-card{background:#ffffff03;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;width:100%;max-width:500px;box-shadow:0 4px 20px #00000005}.settings-card h4{margin-top:0;margin-bottom:1rem;font-size:1.2rem;color:var(--text-main)}.settings-desc{color:var(--text-muted);font-size:.95rem;line-height:1.5;margin-bottom:2rem}.settings-note{margin-top:1.5rem;font-size:.8rem;color:var(--text-muted);font-style:italic;text-align:center}.sidebar{position:fixed;left:2rem;top:50%;transform:translateY(-50%);z-index:100;width:68px;height:auto;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:50px;display:flex;flex-direction:column;align-items:center;padding:1.5rem .5rem;box-shadow:0 20px 60px #0000004d;transition:width .3s cubic-bezier(.4,0,.2,1),background .3s ease,box-shadow .3s ease;overflow:hidden}.sidebar:hover{width:240px;background:#ffffff1f;align-items:flex-start;box-shadow:0 8px 30px #0000004d}.sidebar-logo{margin-bottom:1.5rem;width:100%;display:flex;justify-content:center;align-items:center;transition:all .3s ease;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.05);overflow:hidden}.sidebar:hover .sidebar-logo{justify-content:flex-start;padding-left:1rem}.logo-icon{width:40px;height:40px;background:var(--primary-color);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;box-shadow:0 4px 15px var(--primary-glow);flex-shrink:0}.logo-text{height:24px;width:auto;margin-left:0;opacity:0;max-width:0;transform:translate(-10px);transition:all .3s ease}.sidebar:hover .logo-text{opacity:1;max-width:150px;transform:translate(0);margin-left:.75rem;transition-delay:.1s}.sidebar-nav{display:flex;flex-direction:column;gap:1.5rem;width:100%}.nav-item{width:100%;height:48px;border-radius:50px;border:none;background:transparent;color:#fff9;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);overflow:hidden;white-space:nowrap;position:relative}.sidebar:hover .nav-item{justify-content:flex-start;padding-left:.5rem}.nav-item:hover{background:#ffffff1a;color:#fff}.nav-item.active{background:#ff6b6b33;color:var(--primary-color);box-shadow:0 0 20px #ff6b6b1a}.nav-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0}.nav-label{opacity:0;max-width:0;transform:translate(-10px);transition:all .3s ease;font-weight:500;font-size:.95rem;margin-left:0}.sidebar:hover .nav-label{opacity:1;max-width:150px;transform:translate(0);transition-delay:.1s;font-weight:500;font-size:.95rem;margin-left:.5rem}.sidebar-footer{display:none}.top-header{position:fixed;top:1.5rem;right:2rem;z-index:1000;display:flex;align-items:center;gap:1rem}.main-content{flex:1;position:relative;z-index:10;height:100vh;overflow:hidden;display:flex;flex-direction:column}.home-view{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.hero-content{text-align:center;width:100%;max-width:90%;margin:0 auto;padding:0 2rem;animation:fadeInUp .8s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;align-items:center}.hero-content h2{font-size:6rem;font-weight:800;margin-bottom:2.5rem;color:#fff;letter-spacing:-2px}.hero-input-container{display:flex;align-items:stretch;background:#0006;border:1px solid rgba(255,255,255,.15);border-radius:100px;padding:.5rem;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:0 20px 60px -10px #00000080;transition:all .3s cubic-bezier(.25,.8,.25,1);width:90%;max-width:none;gap:0rem}@media(min-width:768px){.hero-input-container{width:80%}}.hero-input-container:focus-within{transform:scale(1.01) translateY(-2px);border-color:#ff6b6b66;box-shadow:0 30px 80px -10px #ff6b6b4d;background:#00000080}.hero-input{flex:1;background:transparent;border:none;color:var(--text-main);padding:1.5rem 2rem;font-size:1.1rem;outline:none;font-weight:400;min-width:0}.hero-input::placeholder{color:#94a3b880}.hero-generate-btn{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;border:none;border-radius:100px;padding:1.25rem 2.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;box-shadow:0 5px 20px #ff6b6b66;white-space:nowrap}.hero-generate-btn:hover{background:linear-gradient(135deg,#ff5252,#ff3838);transform:translateY(-2px);box-shadow:0 8px 25px #ff6b6b99}.hero-generate-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.hero-input-container .custom-dropdown{border-right:1px solid rgba(255,255,255,.1)}.hero-input-container .custom-dropdown:first-child .custom-dropdown-header{border-top-left-radius:100px;border-bottom-left-radius:100px;padding-left:2rem}.hero-input-container .custom-dropdown .custom-dropdown-header{border-radius:0}.dashboard-view,.placeholder-view{flex:1;padding:2rem 3rem;overflow-y:auto;animation:fadeIn .4s ease-out}.dashboard-window{background:#0f172a66;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:2.5rem;min-height:80vh;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);box-shadow:0 20px 60px #1f1a2e0d}.window-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.window-header h3{margin:0;font-size:1.4rem;font-weight:700;color:var(--text-main)}.count{color:var(--text-muted);font-size:.85rem;background:#ffffff1a;padding:.3rem .8rem;border-radius:20px}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.prompt-card{background:#1e293b99;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.8rem;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 20px #00000005}.prompt-card:hover{background:#00000080;transform:translateY(-4px);box-shadow:0 15px 30px #0000000d}.card-header{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-muted);margin-bottom:1.2rem;text-transform:uppercase;letter-spacing:1px;font-weight:600}.prompt-card h3{margin:0 0 1rem;font-size:1.1rem;color:var(--text-main);font-weight:700;line-height:1.4}.prompt-content{line-height:1.7;color:#cbd5e1;font-size:.9rem;margin-bottom:2rem;font-weight:400}.card-actions{display:flex;gap:.8rem;margin-top:auto}.action-btn{flex:1;padding:.7rem;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .2s;font-size:.8rem;font-weight:500}.action-btn.bad:hover{background:#ef44441a;color:#ef4444;border-color:#ef4444}.action-btn.good:hover{background:#1f3a4d1a;color:var(--primary-color);border-color:var(--primary-color)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.profile-card,.companies-card,.activity-card{background:#1e293b99;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000005}.avatar-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.avatar-wrapper{position:relative;width:100px;height:100px}.avatar-img,.avatar-placeholder{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.1);box-shadow:0 5px 15px #0000001a}.avatar-placeholder{background:linear-gradient(135deg,#1e293b,#334155);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:var(--primary-color);font-weight:800}.avatar-upload-btn{position:absolute;bottom:0;right:0;width:32px;height:32px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;border:2px solid rgba(255,255,255,.1);transition:transform .2s}.avatar-upload-btn:hover{transform:scale(1.1)}.profile-info h4{margin:0 0 .5rem;font-size:1.2rem;color:var(--text-main)}.profile-info p{margin:0;color:var(--text-muted);font-size:.9rem}.profile-form{display:flex;flex-direction:column;gap:1rem}.companies-list{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.company-tag{background:#ffffff1a;padding:.5rem 1rem;border-radius:100px;font-size:.9rem;color:var(--text-main);display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 5px #0000000d}.company-tag span{cursor:pointer;color:var(--text-muted);font-weight:700}.company-tag span:hover{color:#ef4444}.add-company{display:flex;gap:.5rem}.add-company input{flex:1;padding:.8rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0003;outline:none}.add-company button{width:40px;background:var(--primary-color);color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:1.2rem}.activity-chart{display:flex;justify-content:space-between;align-items:flex-end;height:150px;padding-top:1rem}.activity-bar-wrapper{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.activity-bar{width:8px;background:var(--primary-color);border-radius:4px;opacity:.7;transition:all .3s}.activity-bar:hover{opacity:1;transform:scaleY(1.1)}.activity-label{font-size:.7rem;color:var(--text-muted)}.brand-tabs{display:flex;gap:1rem;margin-bottom:2rem;overflow-x:auto;padding-bottom:.5rem}.brand-tab{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.8rem 1.5rem;border-radius:100px;cursor:pointer;font-weight:600;color:var(--text-muted);transition:all .2s;white-space:nowrap}.brand-tab:hover{background:#ffffff1a;transform:translateY(-2px)}.brand-tab.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 5px 15px #1f3a4d4d}.brand-tab.add{border-style:dashed;background:transparent}.new-brand-form{text-align:center;max-width:400px;margin:4rem auto;padding:3rem;background:#ffffff80;border-radius:24px;border:1px solid #fff}.brand-dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem}.brand-identity-card,.stats-card,.recent-prompts-card{background:#1e293b99;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000005}.brand-header-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.brand-logo-wrapper{position:relative;width:80px;height:80px}.brand-logo-img,.brand-logo-placeholder{width:100%;height:100%;border-radius:16px;object-fit:cover;box-shadow:0 4px 10px #0000001a}.brand-logo-placeholder{background:linear-gradient(135deg,#1e293b,#334155);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--primary-color);font-weight:800;border:2px solid rgba(255,255,255,.1)}.logo-upload-overlay{position:absolute;inset:0;background:#00000080;border-radius:16px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;cursor:pointer;color:#fff;font-weight:600;font-size:.8rem}.brand-logo-wrapper:hover .logo-upload-overlay{opacity:1}.brand-title-edit{flex:1}.brand-name-input{width:100%;font-size:1.8rem;font-weight:800;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--text-main);padding:.2rem 0;transition:all .2s}.brand-name-input:focus{outline:none;border-bottom-color:var(--primary-color)}.brand-field{margin-bottom:1.5rem}.brand-field label{display:block;font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.brand-field textarea{width:100%;padding:1rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#0003;font-family:var(--font-main);font-size:.95rem;color:var(--text-main);min-height:100px;resize:vertical;outline:none;transition:all .2s}.brand-field textarea:focus{background:#ffffff1a;border-color:var(--primary-color)}.code-area{font-family:Fira Code,monospace;font-size:.9rem}.big-stat{font-size:3rem;font-weight:800;color:var(--primary-color)}.mini-prompt-list{display:flex;flex-direction:column;gap:.8rem}.mini-prompt-item{padding:.8rem;background:#ffffff80;border-radius:8px;border:1px solid rgba(255,255,255,.5);font-size:.9rem}.mini-prompt-item .date{display:block;font-size:.7rem;color:var(--text-muted);margin-bottom:.2rem}.image-preview-list{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;justify-content:center}.mini-preview{width:100px;height:100px;object-fit:cover;border-radius:12px;border:2px solid rgba(255,255,255,.1);box-shadow:0 4px 10px #0000001a;transition:transform .2s}.mini-preview:hover{transform:scale(1.05)}.custom-color-picker{display:flex;gap:1.5rem;background:#fff;padding:1.5rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);align-items:flex-start}.color-preview-large{width:80px;height:80px;border-radius:16px;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 10px #0000000d;flex-shrink:0}.color-controls{flex:1;display:flex;flex-direction:column;gap:1rem}.hex-input-wrapper{display:flex;align-items:center;background:#0000004d;padding:.5rem 1rem;border-radius:8px;width:fit-content;border:1px solid transparent;transition:all .2s}.hex-input-wrapper:focus-within{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #1f3a4d1a}.hex-input-wrapper span{color:var(--text-muted);font-weight:600;margin-right:.2rem}.hex-input-wrapper input{background:transparent;border:none;font-family:Fira Code,monospace;font-size:1rem;color:var(--text-main);width:80px;outline:none;text-transform:uppercase}.color-presets{display:flex;flex-wrap:wrap;gap:.5rem}.color-preset{width:24px;height:24px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:transform .2s}.color-preset:hover{transform:scale(1.2)}.color-preset.active{border-color:var(--text-main);transform:scale(1.1)}.tuner-label{display:block;font-weight:600;margin-bottom:.8rem;color:var(--text-main)}.input-group input,.custom-input{width:100%;padding:1rem;border-radius:12px;background-color:#0003;border-color:#ffffff1a;font-size:1rem;color:var(--text-main);transition:all .2s;outline:none;box-sizing:border-box}.input-group input:focus,.custom-input:focus{background-color:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #1f3a4d1a}.input-group label{font-weight:600;color:var(--text-main);margin-bottom:.6rem;display:block}.custom-select-wrapper{position:relative;width:100%}.custom-select-trigger{width:100%;padding:1rem;border-radius:12px;background-color:#0003;border-color:#ffffff1a;font-size:1rem;color:var(--text-main);cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s;box-sizing:border-box}.custom-select-trigger.open{border-color:var(--primary-color);background-color:#fff;box-shadow:0 0 0 3px #1f3a4d1a;border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-select-trigger .arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--text-muted);transition:transform .2s}.custom-select-trigger.open .arrow{transform:rotate(180deg)}.custom-options{position:absolute;top:100%;left:0;right:0;background:#1e293b;border:1px solid var(--primary-color);border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:100;max-height:250px;overflow-y:auto;box-shadow:0 10px 20px #0000001a}.custom-option{padding:1rem;cursor:pointer;transition:background .2s;color:var(--text-main)}.custom-option:hover{background-color:#ffffff0d;color:var(--primary-color)}.custom-option.selected{background-color:#1f3a4d1a;color:var(--primary-color);font-weight:600}input[type=range]{appearance:none;-webkit-appearance:none;width:100%;background:transparent;margin:1rem 0}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-runnable-track{width:100%;height:8px;cursor:pointer;background:#ffffff1a;border-radius:4px;transition:all .2s}input[type=range]:hover::-webkit-slider-runnable-track{background:#fff3}input[type=range]::-webkit-slider-thumb{height:24px;width:24px;border-radius:50%;background:var(--primary-color);cursor:pointer;appearance:none;-webkit-appearance:none;margin-top:-8px;box-shadow:0 2px 6px #1f3a4d66;border:2px solid rgba(255,255,255,.1);transition:transform .2s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}.slider-group{margin-bottom:1.5rem}.slider-labels{display:flex;justify-content:space-between;font-size:.8rem;color:var(--text-muted);margin-top:-.5rem}.wizard-step.wide-step{max-width:900px}.review-area{width:100%;margin-bottom:2rem;padding:0}.review-area textarea.code-area{width:100%;height:500px;background:#1e1e1e;color:#d4d4d4;padding:2rem;border-radius:16px;font-family:Fira Code,monospace;font-size:.95rem;line-height:1.6;border:none;resize:none;box-shadow:0 10px 30px #0003;box-sizing:border-box}.wizard-actions{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:3rem;padding-top:1.5rem;border-top:1px solid #f0f0f0;gap:1rem}.wizard-actions button{height:50px;padding:0 2rem;border-radius:12px;font-weight:600;font-size:1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-sizing:border-box;margin:0}.action-btn.bad{background:#0000004d;color:#cbd5e1;border:1px solid #e5e7eb}.action-btn.bad:hover{background:#ffffff1a;color:#fff}.auth-btn{background:var(--primary-color);color:#fff;border:none;box-shadow:0 4px 12px #1f3a4d4d}.auth-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1f3a4d66}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.brands-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;padding:2rem}.brand-card{background:#1e293b99;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .3s;box-shadow:0 4px 20px #00000005;position:relative;overflow:hidden}.brand-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000014;background:#00000080}.brand-card.add-new{border:2px dashed rgba(139,92,246,.3);background:#8b5cf605;justify-content:center}.brand-card.add-new:hover{border-color:var(--primary-color);background:#8b5cf60d}.add-icon{font-size:3rem;color:var(--primary-color);margin-bottom:1rem;font-weight:300}.brand-card-logo{width:80px;height:80px;margin-bottom:1.5rem}.wide-step{max-width:900px!important}.review-tabs{display:flex;gap:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.tab-btn{background:transparent;border:none;color:#fff9;font-size:1rem;padding:.5rem 1rem;cursor:pointer;transition:all .2s;border-radius:8px}.tab-btn:hover{color:#fff;background:#ffffff0d}.tab-btn.active{color:#8b5cf6;background:#8b5cf61a;font-weight:700}.copy-btn{margin-left:auto;background:#8b5cf61a;border:1px solid var(--primary-color);color:var(--primary-color);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .2s}.copy-btn:hover{background:var(--primary-color);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf633}.markdown-preview{background:#141414d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);max-height:65vh;overflow-y:auto;text-align:left;line-height:1.8;box-shadow:0 10px 40px #0000004d}.markdown-preview h1{font-size:2.5rem;background:linear-gradient(135deg,#fff,#a78bfa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:2rem;border-bottom:1px solid rgba(139,92,246,.2);padding-bottom:1rem;letter-spacing:-.02em}.markdown-preview h2{font-size:1.8rem;color:#fff;margin-top:2.5rem;margin-bottom:1.2rem;font-weight:700;letter-spacing:-.01em}.markdown-preview h3{font-size:1.3rem;color:#c4b5fd;margin-top:2rem;margin-bottom:.8rem;font-weight:600}.markdown-preview p{margin-bottom:1.2rem;color:#d1d5db;font-size:1.05rem}.markdown-preview ul,.markdown-preview ol{margin-bottom:1.5rem;padding-left:1.5rem;color:#d1d5db}.markdown-preview li{margin-bottom:.8rem}.markdown-preview strong{color:#fff;font-weight:700}.markdown-preview blockquote{border-left:4px solid var(--primary-color);margin:1.5rem 0;padding:1rem 1.5rem;background:#8b5cf60d;border-radius:0 8px 8px 0;font-style:italic;color:#e9d5ff}.markdown-preview code{background:#0000004d;padding:.2rem .4rem;border-radius:4px;font-family:Fira Code,monospace;font-size:.9em;color:#a78bfa;border:1px solid rgba(255,255,255,.1)}.brand-card-logo img,.placeholder-logo{width:100%;height:100%;border-radius:16px;object-fit:contain;padding:.5rem;box-shadow:0 4px 10px #0000001a}.placeholder-logo{background:linear-gradient(135deg,#e0d8f0,#f3f0f8);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--primary-color);font-weight:800;border:2px solid rgba(255,255,255,.1)}.brand-card-info h4{margin:0 0 .5rem;font-size:1.2rem;color:var(--text-main)}.brand-card-info p{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.4}.back-btn{background:none;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:color .2s}.back-btn:hover{color:var(--primary-color)}.brand-dashboard{position:fixed;inset:0;background-color:#f0f4f8;color:#1e293b;font-family:Inter,sans-serif;z-index:100;overflow-y:auto;padding:2rem}.brand-dashboard-content{max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;padding-bottom:0;border-bottom:none;gap:2rem}.back-arrow-btn{background:#fff;border:1px solid #e2e8f0;color:#64748b;cursor:pointer;font-size:1.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:all .2s;box-shadow:0 2px 5px #00000008;flex-shrink:0}.back-arrow-btn:hover{color:var(--primary-color);transform:translate(-2px);box-shadow:0 4px 10px #0000000d}.brand-identity-centered{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:center}.brand-identity-centered>div{display:flex;flex-direction:column;align-items:center;gap:.5rem}.brand-identity-centered h1{margin:0;font-size:2rem;color:#1e293b;font-weight:700}.brand-identity-centered .owner-badge{font-size:.85rem;color:#64748b;background:#e2e8f0;padding:.3rem .8rem;border-radius:100px;font-weight:500;display:inline-block}.brand-logo-small{width:80px;height:80px;border-radius:24px;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;color:var(--primary-color);font-size:2rem;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a;border:4px solid #fff;margin-bottom:1rem}.brand-logo-small img{width:100%;height:100%;object-fit:contain;padding:.5rem}.header-actions{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.action-btn-secondary{background:#fff;border:1px solid #e2e8f0;color:#475569;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 5px #00000008;font-size:.9rem}.action-btn-secondary:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 10px #0000000d}.action-btn{padding:.8rem 1.5rem;border-radius:14px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;border:none;box-shadow:0 4px 12px #0000000d}.action-btn:not(.bad){background:#fff;color:#0f172a}.action-btn:not(.bad):hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.action-btn.bad{background:#fee2e2;color:#ef4444}.action-btn.bad:hover{background:#fecaca}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2.5rem}.stat-card{background:#fff;border:none;border-radius:24px;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 30px -10px #0000000d;min-height:160px;transition:transform .2s}.stat-card:hover{transform:translateY(-4px)}.flex-row-stat{flex-direction:row;align-items:center}.stat-label{font-size:.9rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;display:block}.stat-value{font-size:3.5rem;font-weight:800;color:#0f172a;line-height:1;margin-bottom:.5rem;letter-spacing:-2px}.stat-trend{font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:.4rem}.stat-trend.positive{color:#10b981;background:#d1fae5;padding:.2rem .6rem;border-radius:100px;display:inline-block}.stat-trend.neutral{color:#94a3b8}.donut-chart{position:relative;width:80px;height:80px}.donut-chart svg{transform:rotate(-90deg)}.donut-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1rem;font-weight:800;color:#0f172a}.mini-calendar{display:flex;gap:6px;height:60px;align-items:flex-end;margin-top:auto}.cal-day{flex:1;background:var(--primary-color);border-radius:4px;height:100%;min-height:6px;transition:all .2s;cursor:help}.cal-day:hover{opacity:1!important;transform:scaleY(1.1)}.content-row{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem}.dashboard-card{background:#fff;border:none;border-radius:24px;padding:2.5rem;box-shadow:0 10px 30px -10px #0000000d;display:flex;flex-direction:column;min-height:350px}.card-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.card-header-row h3{margin:0;font-size:1.5rem;color:#0f172a;font-weight:700}.style-guide-card{background:linear-gradient(135deg,#fff,#f8fafc)}.guide-preview{background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:16px;padding:2rem;flex:1;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;position:relative;overflow:hidden}.guide-preview:hover{border-color:var(--primary-color);background:#fff;box-shadow:0 10px 30px #0000000d}.preview-lines{width:50%;display:flex;flex-direction:column;gap:12px;opacity:.6}.line{height:8px;background:#cbd5e1;border-radius:10px}.line.long{width:100%}.line.medium{width:70%}.line.short{width:40%}.view-label{margin-top:2rem;color:#0f172a;font-weight:700;background:#fff;padding:.8rem 1.5rem;border-radius:100px;border:1px solid #e2e8f0;box-shadow:0 4px 10px #0000000d;transition:all .2s}.guide-preview:hover .view-label{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px)}.card-footer{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:#64748b}.recent-list{display:flex;flex-direction:column;gap:1rem}.recent-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border-radius:16px;border:1px solid transparent;transition:all .2s}.recent-item:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #00000008;transform:translate(4px)}.recent-icon{width:42px;height:42px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 2px 5px #0000000d;color:var(--primary-color)}.recent-info{flex:1;display:flex;flex-direction:column;gap:.2rem}.recent-topic{font-weight:700;color:#0f172a;font-size:1rem}.recent-date{font-size:.8rem;color:#94a3b8}.recent-status{font-size:.75rem;padding:.3rem .8rem;background:#d1fae5;color:#059669;border-radius:100px;font-weight:600}.edit-brand-form{display:flex;flex-direction:column;gap:1.5rem}.brand-logo-edit-section{display:flex;align-items:center;gap:1.5rem}.brand-logo-large{background:#f1f5f9;border:2px dashed #cbd5e1;color:#94a3b8;width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;overflow:hidden}.brand-logo-large img{width:100%;height:100%;object-fit:cover}.modal-actions-footer{margin-top:2rem;display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid #eee;padding-top:1.5rem}.images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.8rem;max-height:300px;overflow-y:auto}.asset-thumb{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;border:1px solid #fff;box-shadow:0 2px 8px #0000000d;transition:transform .2s}.asset-thumb:hover{transform:scale(1.05)}.add-img-btn{position:relative;overflow:hidden;color:var(--primary-color)}.empty-assets{background:#f8fafc;color:#94a3b8;border:2px dashed #e2e8f0;grid-column:1 / -1;text-align:center;padding:2rem;font-style:italic;border-radius:12px}.modal-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;border-radius:24px;padding:2rem;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;color:#0f172a;border:1px solid #f1f5f9}.wide-modal{width:90%;max-width:1000px;height:80vh}.small-modal{width:90%;max-width:450px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{margin:0;font-size:1.5rem;color:#0f172a;font-weight:800}.modal-actions{display:flex;gap:1rem;align-items:center}.close-btn-icon{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#cbd5e1;transition:color .2s}.modal-body{flex:1;overflow-y:auto}.full-height{height:100%}.full-width{width:100%;margin-top:1rem}.scrollable{height:100%;overflow-y:auto;padding-right:1rem}.shared-list{margin-top:2rem;border-top:1px solid #eee;padding-top:1rem}.shared-user{display:flex;align-items:center;gap:1rem;padding:.5rem;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0}.user-avatar-small{width:32px;height:32px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.role-badge{margin-left:auto;font-size:.7rem;background:#e2e8f0;color:#475569;padding:.2rem .5rem;border-radius:4px;font-weight:600}.danger-zone{margin-top:2rem;padding-top:2rem;border-top:2px solid #fee2e2}.danger-zone h4{color:#ef4444;font-size:1rem;margin:0 0 .5rem;font-weight:700}.danger-zone p{color:#64748b;font-size:.9rem;margin-bottom:1rem}.modal-overlay{background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;color:#0f172a;box-shadow:0 25px 50px -12px #00000040;border:1px solid #f1f5f9}.modal-header h3{color:#0f172a;font-weight:800}.close-btn-icon{color:#cbd5e1}.close-btn-icon:hover{color:#ef4444}.input-group label{color:#334155;font-weight:600}.input-group input,.input-group textarea{background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a;border-radius:12px;padding:.8rem;transition:all .2s}.input-group input:focus,.input-group textarea:focus{background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.1);outline:none}.brand-logo-large{background:#f1f5f9;border:2px dashed #cbd5e1;color:#94a3b8}.auth-btn{background:var(--primary-color);color:#fff;border-radius:12px;font-weight:600;box-shadow:0 4px 12px rgba(var(--primary-rgb),.3)}.auth-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(var(--primary-rgb),.4)}.shared-user{background:#f8fafc;border:1px solid #e2e8f0}.role-badge{background:#e2e8f0;color:#475569;font-weight:600}.empty-assets{background:#f8fafc;color:#94a3b8;border:2px dashed #e2e8f0}@media(max-width:768px){.content-row,.stats-row{grid-template-columns:1fr}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-content{flex-direction:column;align-items:flex-start;gap:1.5rem}.header-actions{width:100%;justify-content:space-between}}.profile-view-container{width:calc(100% - 240px);height:100vh;display:flex;flex-direction:column;gap:2rem;padding-bottom:4rem;margin-top:100px;margin-left:200px;box-sizing:border-box;position:relative;z-index:5;overflow-y:auto;padding-right:2rem}.profile-header-section{margin-bottom:1rem}.profile-header-section h2{font-size:2rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#a5a5a5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.profile-subtitle{color:#fff9;font-size:.95rem;margin:0}.profile-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;grid-template-areas:"info brands" "activity activity"}.profile-info-card{grid-area:info;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.profile-info-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.profile-avatar-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.05)}.profile-avatar-large{width:100px;height:100px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#ff6b6b,#ff5252);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:3px solid rgba(255,107,107,.2)}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.profile-avatar-initials{color:#fff;font-size:2.5rem;font-weight:700;text-transform:uppercase}.profile-user-details h3{margin:0 0 .5rem;font-size:1.5rem;color:#fff}.profile-profession{color:#fff9;font-size:.95rem;margin:0 0 .75rem}.profile-website{display:inline-flex;align-items:center;gap:.5rem;color:#ff6b6b;text-decoration:none;font-size:.9rem;transition:all .2s ease}.profile-website:hover{color:#ff8e53;transform:translate(2px)}.profile-website svg{flex-shrink:0}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.profile-stat-item{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.stat-value{font-size:1.8rem;font-weight:700;color:#ff6b6b;margin-bottom:.25rem}.stat-label{font-size:.8rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.profile-brands-card{grid-area:brands;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.profile-brands-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.profile-brands-card h4{margin:0 0 1.5rem;font-size:1.2rem;color:#ffffffe6}.brands-grid{display:flex;flex-direction:column;gap:1rem}.brand-card-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0003;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .2s ease}.brand-card-item:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translate(4px)}.brand-card-logo{width:48px;height:48px;border-radius:50%;overflow:hidden;background:#ffffff0d;display:flex;align-items:center;justify-content:center;flex-shrink:0}.brand-card-logo img{width:100%;height:100%;object-fit:cover}.brand-card-initial{font-size:1.2rem;font-weight:700;color:#ff6b6b}.brand-card-info{flex:1}.brand-card-info h5{margin:0 0 .25rem;font-size:1rem;color:#fff}.brand-card-date{font-size:.8rem;color:#fff6}.empty-brands-state{text-align:center;padding:3rem 1rem;color:#fff6}.empty-brands-state p{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.empty-brands-state span{font-size:.9rem}.profile-activity-card{grid-area:activity;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.profile-activity-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.profile-activity-card h4{margin:0 0 1.5rem;font-size:1.2rem;color:#ffffffe6}.activity-chart-modern{display:flex;align-items:flex-end;justify-content:space-between;height:200px;gap:1rem;padding:1rem;background:#0003;border-radius:12px;margin-bottom:1rem}.activity-bar-container{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;height:100%;justify-content:flex-end}.activity-bar-modern{width:100%;background:linear-gradient(180deg,#ff6b6b,#ff5252);border-radius:8px 8px 0 0;min-height:10%;transition:all .3s ease;display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem;position:relative}.activity-bar-modern:hover{background:linear-gradient(180deg,#ff8e53,#ff6b6b);transform:scaleY(1.05)}.activity-count{font-size:.75rem;font-weight:700;color:#fff}.activity-day-label{font-size:.75rem;color:#ffffff80;text-transform:uppercase;font-weight:600}.activity-summary{text-align:center;color:#fff9;font-size:.9rem;margin:0}@media(max-width:1200px){.profile-content-grid{grid-template-columns:1fr;grid-template-areas:"info" "brands" "activity"}}@media(max-width:768px){.profile-view-container{margin-left:0;width:100%;padding:1rem;margin-top:80px}.profile-stats{grid-template-columns:1fr}.profile-avatar-section{flex-direction:column;text-align:center}}.profile-edit-section{display:grid;grid-template-columns:auto 1fr;gap:2rem;align-items:start}.avatar-upload-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.avatar-preview-large{width:120px;height:120px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#ff6b6b,#ff5252);display:flex;align-items:center;justify-content:center;border:3px solid rgba(255,107,107,.3)}.avatar-preview-large img{width:100%;height:100%;object-fit:cover}.avatar-placeholder-large{color:#fff;font-size:3rem;font-weight:700;text-transform:uppercase}.avatar-upload-label{padding:.5rem 1rem;background:#ff6b6b26;border:1px solid rgba(255,107,107,.3);border-radius:8px;color:#ff6b6b;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.avatar-upload-label:hover{background:#ff6b6b40;border-color:#ff6b6b80;transform:translateY(-1px)}.profile-edit-form{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.profile-edit-section{grid-template-columns:1fr;text-align:center}}.settings-view-container{width:calc(100% - 240px);height:100vh;display:flex;flex-direction:column;gap:2rem;padding-bottom:4rem;margin-top:100px;margin-left:200px;box-sizing:border-box;position:relative;z-index:5;overflow-y:auto;padding-right:2rem}.settings-header-section{margin-bottom:.5rem}.settings-header-section h2{font-size:2rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#a5a5a5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.settings-subtitle{color:#fff9;font-size:.95rem;margin:0}.settings-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.05);padding-bottom:0;overflow-x:auto}.settings-tab{padding:1rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#fff9;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;bottom:-2px}.settings-tab:hover{color:#ffffffe6;background:#ffffff05}.settings-tab.active{color:#ff6b6b;border-bottom-color:#ff6b6b;background:#ff6b6b0d}.settings-content{flex:1}.settings-section h3{font-size:1.5rem;margin:0 0 .5rem;color:#fffffff2}.section-desc{color:#fff9;font-size:.9rem;margin:0 0 2rem}.security-sections{display:flex;flex-direction:column;gap:2rem}.security-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.security-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.security-card h4{margin:0 0 .5rem;font-size:1.2rem;color:#ffffffe6}.security-form{display:flex;flex-direction:column;gap:1.5rem}.privacy-sections{display:flex;flex-direction:column;gap:2rem}.privacy-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.privacy-card:hover{background:#ffffff0a;border-color:#ffffff1a}.api-sections{display:flex;flex-direction:column;gap:2rem}.api-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.api-card:hover{background:#ffffff0a;border-color:#ffffff1a}.preferences-sections{display:flex;flex-direction:column;gap:2rem}.preferences-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.settings-save-btn{padding:1rem 2rem;background:linear-gradient(135deg,#ff6b6b,#ff5252);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}@media(max-width:768px){.settings-view-container{margin-left:0;width:100%;padding:1rem;margin-top:80px}.settings-tabs{overflow-x:scroll;-webkit-overflow-scrolling:touch}.settings-tab{font-size:.85rem;padding:.75rem 1rem}.profile-edit-section{grid-template-columns:1fr;text-align:center}.security-card,.privacy-card,.api-card{padding:1.5rem}.api-card>div[style*=grid]{grid-template-columns:1fr!important}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-overlay.glass-overlay{background:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content{background:#1e293b;padding:2rem;border-radius:12px;width:90%;max-width:500px;color:#fff;box-shadow:0 20px 50px #00000080;position:relative;max-height:90vh;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.modal-content *{box-sizing:border-box;max-width:100%}.modal-content.glass-modal{background:#ffffff14!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #0009}.modal-content.wide-modal{max-width:700px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.modal-header h3{margin:0;font-size:1.5rem}.close-btn-icon{background:transparent;border:none;color:#fff9;font-size:1.5rem;cursor:pointer;transition:color .2s;line-height:1}.close-btn-icon:hover{color:#fff}.brand-meta-column{display:flex;flex-direction:column;gap:.8rem;width:100%;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05)}.meta-row{display:flex;justify-content:center;width:100%}.icon-btn-danger:hover{background:#ef44441a!important;transform:scale(1.1)}.modal-content.edit-brand-modal-layout{display:flex!important;flex-direction:row!important;padding:0!important;overflow:hidden;height:700px;max-height:90vh;width:1000px!important;max-width:95vw!important}.modal-sidebar{width:250px;background:transparent;border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;padding:1.5rem 1rem 1.5rem 0;flex-shrink:0}.modal-sidebar-header{padding-left:1.5rem;margin-bottom:1rem}.modal-sidebar-header h3{margin:0 0 1.5rem;font-size:1.2rem;color:var(--text-main)}.modal-nav{display:flex;flex-direction:column;gap:.5rem;height:100%;overflow-y:auto}.modal-nav-item{display:block;padding:1rem 1.5rem;background:transparent;border:none;border-left:3px solid transparent;border-bottom:none;color:#fff9;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;border-radius:0 8px 8px 0}.modal-nav-item:hover{color:#ffffffe6;background:#ffffff05}.modal-nav-item.active{color:#ff6b6b;border-left-color:#ff6b6b;background:linear-gradient(90deg,rgba(255,107,107,.1) 0%,transparent 100%)}.modal-nav-item.danger{color:#ef4444;margin-top:auto}.modal-nav-item.danger:hover{background:#ef44441a}.modal-nav-item.danger.active{border-left-color:#ef4444;background:linear-gradient(90deg,rgba(239,68,68,.1) 0%,transparent 100%)}.modal-main-content{flex:1;padding:2rem;padding-bottom:120px;overflow-y:auto;position:relative;display:flex;flex-direction:column;background:transparent}.modal-footer-fixed{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 2rem;display:flex;justify-content:flex-end;gap:1rem;border-top:1px solid rgba(255,255,255,.1);background:#ffffff03;z-index:20}.modal-footer-fixed button{height:48px;display:flex;align-items:center;justify-content:center;margin:0}.action-btn.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.1)}.action-btn.secondary:hover{background:#fff3}.close-btn-absolute{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;line-height:1;z-index:10}.close-btn-absolute:hover{color:#fff}.tab-content{flex:1;animation:fadeIn .3s ease-out}.tab-content h4{margin-top:0;margin-bottom:1.5rem;font-size:1.4rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.tab-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.modal-footer-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.color-picker-row{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.color-picker-row input[type=color]{width:40px;height:40px;border:none;border-radius:8px;cursor:pointer;background:transparent}.colors-list{display:flex;flex-wrap:wrap;gap:.5rem}.color-swatch{width:30px;height:30px;border-radius:50%;cursor:pointer;border:2px solid rgba(255,255,255,.2);transition:transform .2s;position:relative;display:flex;justify-content:center;align-items:center}.color-swatch:hover{transform:scale(1.1);border-color:#fff}.color-swatch:hover:after{content:"×";color:#fff;text-shadow:0 0 2px black;font-weight:700}.color-hex{display:none}.members-list-scroll{max-height:300px;overflow-y:auto}.team-member-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;border-bottom:1px solid rgba(255,255,255,.05)}.team-member-row:last-child{border-bottom:none}.member-avatar-small{width:32px;height:32px;border-radius:50%;background:#333;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:.8rem;color:#fff}.member-avatar-small img{width:100%;height:100%;object-fit:cover}.member-name{font-weight:500;font-size:.9rem}.member-role{font-size:.8rem;color:var(--text-muted)}.invite-section{display:flex;gap:.5rem;margin-bottom:1.5rem}.invite-input{flex:1;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.5rem 1rem;color:#fff;outline:none}.invite-input:focus{border-color:var(--primary-color)}.danger-box{border:1px solid rgba(239,68,68,.3);background:#ef44440d;padding:1.5rem;border-radius:12px;text-align:center}.text-danger{color:#ef4444}.team-member-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.05);margin-bottom:.8rem;transition:all .2s ease}.team-member-row:hover{background:#ffffff0d;border-color:#ffffff1a}.member-info-group{display:flex;align-items:center;gap:1rem}.member-actions-right{display:flex;align-items:center;gap:.8rem}.role-select-custom{appearance:none;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffe6;padding:.5rem 2rem .5rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.role-select-custom:hover{background-color:#ffffff1a;border-color:#fff3}.role-select-custom:focus{outline:none;border-color:#ffffff4d;background-color:#ffffff1a}.role-select-custom option{background-color:#1a1a1a;color:#fff}.icon-btn-danger-custom{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444;cursor:pointer;transition:all .2s ease;padding:0}.icon-btn-danger-custom:hover{background:#ef444433;border-color:#ef444466;transform:translateY(-1px);box-shadow:0 4px 12px #ef444426}.icon-btn-danger-custom svg{width:18px;height:18px}.member-email-small{font-size:.8rem;color:#ffffff80}.owner-label-gold{display:flex;align-items:center;gap:.5rem;color:gold;font-weight:600;font-size:.9rem;background:#ffd7001a;padding:.4rem .8rem;border-radius:6px;border:1px solid rgba(255,215,0,.2)}.admin-label{display:flex;align-items:center;gap:.5rem;color:#818cf8;font-weight:600;font-size:.9rem;background:#6366f11a;padding:.4rem .8rem;border-radius:6px;border:1px solid rgba(99,102,241,.2)}.collaborator-label{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-weight:600;font-size:.9rem;background:#9ca3af1a;padding:.4rem .8rem;border-radius:6px;border:1px solid rgba(156,163,175,.2)}.icon-btn-edit{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;cursor:pointer;transition:all .2s ease;padding:0}.icon-btn-edit:hover{background:#ffffff1a;color:#fff;border-color:#fff3}.settings-view-container{width:calc(100% - 240px);height:calc(100vh - 100px);margin-top:100px;margin-left:200px;padding-right:2rem;padding-bottom:2rem;box-sizing:border-box;position:fixed;top:0;left:0;overflow-y:auto;overflow-x:hidden;z-index:5;display:flex;flex-direction:column;gap:2rem}.settings-header-section{display:none}.settings-layout{display:flex;gap:2rem;align-items:flex-start;min-height:min-content}.settings-view-container .settings-tabs{display:flex;flex-direction:column;gap:.5rem;width:250px;flex-shrink:0;border-right:1px solid rgba(255,255,255,.05);padding-right:1rem;border-bottom:none;position:sticky;top:0;align-self:flex-start;max-height:100%;overflow-y:auto}.settings-view-container .settings-tabs::-webkit-scrollbar{display:none}.settings-view-container .settings-tabs{-ms-overflow-style:none;scrollbar-width:none}.settings-view-container .settings-tab{display:block;padding:1rem 1.5rem;background:transparent;border:none;border-left:3px solid transparent;border-bottom:none;color:#fff9;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;border-radius:0 8px 8px 0;opacity:1;visibility:visible}.settings-view-container .settings-tab:hover{color:#ffffffe6;background:#ffffff05}.settings-view-container .settings-tab.active{color:#ff6b6b;border-left-color:#ff6b6b;border-bottom-color:transparent;background:linear-gradient(90deg,rgba(255,107,107,.1) 0%,transparent 100%)}.settings-content{flex:1;width:100%;min-width:0;padding-bottom:4rem}.settings-section{animation:fadeIn .3s ease-out}.settings-section h3{font-size:1.5rem;margin:0 0 1.5rem;color:#fffffff2;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1rem}.section-desc{display:none}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}.settings-single-col{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.settings-card h4{margin:0 0 .5rem;font-size:1.2rem;color:#ffffffe6}.card-desc{color:#ffffff80;font-size:.85rem;margin:0 0 1.5rem}.settings-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;margin-top:auto}.toggle-list{display:flex;flex-direction:column;gap:1.5rem}.toggle-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0003;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.toggle-info{display:flex;flex-direction:column;gap:.25rem}.toggle-label{font-size:1rem;font-weight:600;color:#ffffffe6}.toggle-desc{font-size:.85rem;color:#ffffff80}.toggle-switch{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ffffff1a;transition:.3s;border-radius:28px;border:1px solid rgba(255,255,255,.1)}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#ff6b6b;border-color:#ff6b6b}input:checked+.toggle-slider:before{transform:translate(24px)}.feature-list{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.75rem}.feature-list li{color:#fff9;font-size:.9rem;padding:.5rem;background:#0003;border-radius:8px}.settings-save-btn{padding:1rem 2rem;background:linear-gradient(135deg,#ff6b6b,#ff5252);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d;margin-top:1rem;align-self:flex-start}.settings-save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.settings-save-btn:disabled{opacity:.6;cursor:not-allowed}.form-note{font-size:.85rem;color:#ffffff80;margin:.5rem 0 0;font-style:italic}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#ffffff40}@media(max-width:1200px){.settings-view-container{margin-left:100px;width:calc(100% - 140px)}}@media(max-width:1100px){.settings-grid{grid-template-columns:1fr}}@media(max-width:900px){.settings-view-container{position:static;height:auto;overflow-y:visible;margin-top:80px}.settings-layout{flex-direction:column;gap:2rem}.settings-view-container .settings-tabs{width:100%;flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid rgba(255,255,255,.05);padding-right:0;padding-bottom:.5rem;position:static;max-height:none;overflow-y:visible}.settings-view-container .settings-tabs::-webkit-scrollbar{display:none}.settings-view-container .settings-tab{width:auto;border-left:none;border-bottom:3px solid transparent;border-radius:8px 8px 0 0}.settings-view-container .settings-tab.active{border-left-color:transparent;border-bottom-color:#ff6b6b;background:linear-gradient(0deg,rgba(255,107,107,.1) 0%,transparent 100%)}}@media(max-width:768px){.settings-view-container{margin-left:0;width:100%;padding:1rem 1rem 8rem;margin-top:60px}.settings-card{padding:1.5rem}}.custom-dropdown{position:relative;display:flex;flex-direction:column;min-width:140px;max-width:200px;height:100%}.custom-dropdown.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.custom-dropdown-header{display:flex;align-items:center;justify-content:space-between;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-right:1px solid rgba(255,255,255,.1);color:#fff;padding:0 2.5rem 0 1.5rem;font-size:.95rem;font-weight:500;cursor:pointer;outline:none;transition:all .2s;-webkit-user-select:none;user-select:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;height:100%}.custom-dropdown-header:hover{background-color:#ffffff1f}.custom-dropdown-header.open{background-color:#ffffff26}.custom-dropdown-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-dropdown-arrow{position:absolute;right:1.2rem;color:#fff;transition:transform .2s;flex-shrink:0}.custom-dropdown-arrow.open{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#1e293b;border:1px solid rgba(255,107,107,.3);border-radius:12px;overflow:hidden;z-index:1000;box-shadow:0 10px 40px #00000080;animation:dropdownFadeIn .2s ease-out;max-height:300px;overflow-y:auto}.custom-dropdown-option{padding:1rem 1.5rem;cursor:pointer;transition:all .15s;color:#fff;font-size:.95rem;font-weight:500;border-bottom:1px solid rgba(255,255,255,.05)}.custom-dropdown-option:last-child{border-bottom:none}.custom-dropdown-option:hover:not(.disabled){background:#ff6b6b26;color:#ff6b6b}.custom-dropdown-option.selected{background:#ff6b6b33;color:#ff6b6b;font-weight:600}.custom-dropdown-option.disabled{color:#94a3b880;font-style:italic;cursor:not-allowed;opacity:.5}.custom-dropdown-menu::-webkit-scrollbar{width:6px}.custom-dropdown-menu::-webkit-scrollbar-track{background:#0003}.custom-dropdown-menu::-webkit-scrollbar-thumb{background:#ff6b6b80;border-radius:10px}.custom-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#ff6b6bb3}.user-profile-header{position:relative;z-index:100}.user-profile-trigger{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:100px;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1)}.user-profile-trigger:hover{background:#ffffff1f;box-shadow:0 8px 30px #0000004d;transform:translateY(-2px)}.user-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#ff6b6b,#ff5252);display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-avatar img{width:100%;height:100%;object-fit:cover}.user-avatar-initials{color:#fff;font-size:.9rem;font-weight:600;text-transform:uppercase}.user-info{display:flex;flex-direction:column;gap:.15rem;min-width:120px}.user-name{color:#fff;font-size:.95rem;font-weight:600;line-height:1.2}.user-title{color:#fff9;font-size:.8rem;font-weight:400;line-height:1.2}.user-dropdown-arrow{color:#ffffffb3;transition:transform .2s;flex-shrink:0;margin-left:.25rem}.user-dropdown-arrow.open{transform:rotate(180deg)}.user-profile-dropdown{position:absolute;top:calc(100% + .75rem);right:0;min-width:240px;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;box-shadow:0 20px 60px #0009;padding:.75rem;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-level-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#ff6b6b33,#ff525233);border:1px solid rgba(255,107,107,.3);border-radius:12px;margin-bottom:.5rem}.level-icon{color:#ff6b6b}.level-text{color:#ff6b6b;font-size:.9rem;font-weight:600}.user-dropdown-divider{height:1px;background:#ffffff1a;margin:.5rem 0}.user-dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;border-radius:10px;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .15s;text-align:left}.user-dropdown-item:hover{background:#ff6b6b26;color:#ff6b6b}.user-dropdown-item svg{stroke:currentColor;flex-shrink:0}.user-dropdown-item.logout{color:#ff6b6be6}.user-dropdown-item.logout:hover{background:#ff6b6b33;color:#ff6b6b}@media(max-width:768px){.user-info{display:none}.user-profile-trigger{padding:.5rem}.user-dropdown-arrow{margin-left:0}}.prompts-library{width:calc(100% - 240px);height:100vh;display:flex;flex-direction:column;gap:2rem;padding-bottom:4rem;margin-top:100px;margin-left:200px;box-sizing:border-box;position:relative;z-index:5;overflow-y:auto;padding-right:2rem}.library-header{display:flex;flex-direction:column;gap:1.5rem;background:#ffffff14;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);padding:1.5rem;border-radius:24px}.library-header h2{font-size:1.8rem;font-weight:700;margin:0;background:linear-gradient(135deg,#fff,#a5a5a5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.brand-tabs-container{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}.brand-tabs-container::-webkit-scrollbar{display:none}.brand-tab{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;color:#fff9;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1);white-space:nowrap}.brand-tab:hover{background:#ffffff1a;color:#fff;transform:translateY(-1px)}.brand-tab.active{background:#ff6b6b26;border-color:#ff6b6b66;color:#ff6b6b;box-shadow:0 4px 12px #ff6b6b1a}.brand-tab-logo{width:24px;height:24px;border-radius:50%;object-fit:cover}.brand-tab-initial{width:24px;height:24px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#fff}.brand-tab-name{font-weight:600}.library-controls-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.filters-group{display:flex;gap:1rem;align-items:center}.search-bar{position:relative;display:flex;align-items:center;background:#0003;border-radius:12px;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);width:250px;transition:all .3s ease}.search-bar:focus-within{border-color:#ff6b6b;box-shadow:0 0 15px #ff6b6b1a}.search-icon{margin-right:.5rem;opacity:.5}.search-bar input{background:transparent;border:none;color:#fff;width:100%;outline:none;font-size:.95rem}.filter-select{background:#0003;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.6rem 1rem;border-radius:12px;outline:none;cursor:pointer;transition:all .3s ease}.filter-select:hover{background:#ffffff0d}.filter-select option{background:#1a1a1a;color:#fff}.prompts-grid{display:flex;flex-direction:column;gap:2rem;width:100%}.prompt-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:1.5rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden;width:100%;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prompt-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.prompt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.prompt-meta-left{display:flex;align-items:center;gap:1rem}.prompt-date{font-size:.85rem;color:#fff6}.prompt-author{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background:#ffffff0d;border-radius:100px;border:1px solid rgba(255,255,255,.05)}.author-avatar-mini{width:18px;height:18px;border-radius:50%;object-fit:cover}.author-initial{width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;font-size:.6rem;display:flex;align-items:center;justify-content:center;font-weight:700}.author-name{font-size:.8rem;color:#fffc}.provider-badge{padding:.2rem .5rem;border-radius:4px;font-weight:600;text-transform:uppercase;font-size:.7rem;letter-spacing:.5px}.provider-badge.google{background:#4285f433;color:#4285f4}.provider-badge.openai{background:#0fa3;color:#0fa}.provider-badge.anthropic{background:#fa03;color:#fa0}.prompt-topic-title{margin:0;font-size:1.1rem;font-weight:600;color:#ffffffe6}.parsed-prompts-list{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:1rem;width:100%;overflow-x:visible;padding-bottom:0}.parsed-prompt-item{background:#0000004d;border-radius:16px;padding:1.25rem;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;transition:all .3s ease;height:100%;min-height:250px;box-sizing:border-box}.parsed-prompt-item:hover{border-color:#ffffff26;transform:translateY(-2px)}.parsed-prompt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.parsed-prompt-title{font-size:.9rem;font-weight:700;color:#ff6b6b}.parsed-prompt-item.status-used{background:#ffd70026!important;border-color:#ffd70080!important;box-shadow:0 4px 20px #ffd7001a}.parsed-prompt-item.status-used:hover{background:#ffd70033!important;border-color:#ffd700cc!important}.parsed-prompt-item.status-used .parsed-prompt-title{color:gold}.parsed-prompt-item.status-rejected{background:#ff525226!important;border-color:#ff525280!important;opacity:.9}.parsed-prompt-item.status-rejected:hover{background:#ff525233!important;border-color:#ff5252cc!important;opacity:1}.parsed-prompt-item.status-rejected .parsed-prompt-title{color:#ff5252}.prompt-classification-actions{display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease-in-out}.parsed-prompt-item:hover .prompt-classification-actions{opacity:1}.parsed-prompt-actions{display:flex;gap:.5rem;opacity:0;transition:opacity .2s ease-in-out}.parsed-prompt-item:hover .parsed-prompt-actions{opacity:1}.icon-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.05);border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff9;padding:0}.icon-btn svg{width:16px;height:16px;stroke-width:2}.icon-btn.used{color:#fff6;border-color:#ffffff1a}.icon-btn.used:hover,.icon-btn.used.active{background:#ffd70033;color:gold;border-color:gold;transform:scale(1.1)}.icon-btn.bad{color:#fff6;border-color:#ffffff1a}.icon-btn.bad:hover,.icon-btn.bad.active{background:#ff525233;color:#ff5252;border-color:#ff5252;transform:scale(1.1)}.icon-btn.neutral:hover{background:#fff3;color:#fff}.icon-btn:hover{background:#ffffff1a;color:#fff;border-color:#fff3;transform:translateY(-1px)}.icon-btn.delete:hover{background:#ff525226;border-color:#ff52524d;color:#ff5252}.icon-btn.copy:hover{background:#00ffaa26;border-color:#00ffaa4d;color:#0fa}.parsed-prompt-text{font-size:.85rem;color:#ffffffb3;line-height:1.6;margin:0;font-family:Inter,sans-serif;white-space:pre-wrap;flex-grow:1;overflow-y:auto;max-height:300px;padding-right:.5rem}.parsed-prompt-text::-webkit-scrollbar{width:4px}.parsed-prompt-text::-webkit-scrollbar-track{background:transparent}.parsed-prompt-text::-webkit-scrollbar-thumb{background-color:#ffffff1a;border-radius:10px}.empty-state,.loading-state{text-align:center;padding:4rem;color:#fff6;font-size:1.1rem}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content.delete-modal{background:#1e1e1e;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;width:100%;max-width:400px;box-shadow:0 20px 50px #00000080;text-align:center;animation:scaleUp .2s ease-out}.delete-modal h3{margin-top:0;color:#fff;font-size:1.5rem;margin-bottom:1rem}.delete-modal p{color:#ffffffb3;margin-bottom:2rem;line-height:1.5}.modal-actions{display:flex;gap:1rem;justify-content:center}.btn-secondary{background:#ffffff1a;border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.btn-secondary:hover{background:#fff3}.btn-danger{background:#ff525233;border:1px solid rgba(255,82,82,.5);color:#ff5252;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s}.btn-danger:hover{background:#ff5252;color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:768px){.library-controls-row{flex-direction:column;align-items:stretch}.filters-group{flex-direction:column;width:100%}.search-bar,.filter-select{width:100%}.prompts-library{margin-left:0;width:100%;padding:1rem;margin-top:80px}.parsed-prompts-list{grid-template-columns:1fr}}.brand-dashboard{position:relative!important;inset:auto!important;width:calc(100% - 240px);min-height:100vh;display:flex;flex-direction:column;gap:2rem;padding-bottom:4rem!important;margin-top:100px;margin-left:200px;box-sizing:border-box;z-index:5;background:transparent!important;color:#fff!important;font-family:Rubik,sans-serif!important;overflow:visible!important}.brand-dashboard-content{max-width:100%!important;margin:0!important;width:100%}.dashboard-header{margin-bottom:2rem!important;border-bottom:1px solid rgba(255,255,255,.1)!important;padding-bottom:1.5rem!important}.brand-identity-centered h1{color:#fff!important}.owner-badge{background:#ffffff1a!important;color:#fff9!important}.stat-card,.dashboard-card,.style-guide-card,.recent-prompts-card{background:#ffffff08!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:16px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:none!important;color:#fff!important}.stat-card:hover,.dashboard-card:hover{background:#ffffff0a!important;border-color:#ffffff1a!important;transform:translateY(-2px);box-shadow:0 10px 30px #0003!important}.stat-label,.card-header-row h3,.recent-topic{color:#ffffffe6!important}.stat-value{color:#fff!important}.stat-trend.neutral{color:#ffffff80!important}.back-arrow-btn{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important}.back-arrow-btn:hover{background:#ffffff1a!important;color:#ff6b6b!important}.action-btn-secondary{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important}.action-btn-secondary:hover{background:#ffffff1a!important;color:#fff!important}.guide-preview{background:#0003!important;border-color:#ffffff1a!important}.guide-preview:hover{background:#0000004d!important;border-color:#ff6b6b!important}.line{background:#ffffff1a!important}.view-label{background:#ffffff1a!important;color:#fff!important;border:none!important}.card-footer{color:#ffffff80!important}.text-btn{color:#ffffffb3!important}.text-btn:hover{color:#ff6b6b!important}.recent-item{background:#0003!important;border:1px solid rgba(255,255,255,.05)!important}.recent-item:hover{background:#0000004d!important;border-color:#ffffff1a!important}.recent-icon{background:#ffffff0d!important;color:#ff6b6b!important}.recent-date{color:#ffffff80!important}.recent-status{background:#10b9811a!important;color:#10b981!important}.empty-state{color:#fff6!important}.cal-day{background:#ff6b6b!important}.brands-grid-container{margin-left:200px!important;width:calc(100% - 240px)!important;padding:2rem!important;margin-top:100px!important;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;box-sizing:border-box}.brand-card{background:#ffffff08!important;border:1px solid rgba(255,255,255,.05)!important;border-radius:16px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;box-shadow:none!important;color:#fff!important;transition:all .3s ease!important}.brand-card:hover{background:#ffffff0d!important;border-color:#ffffff1a!important;transform:translateY(-4px);box-shadow:0 10px 30px #0003!important}.brand-card.add-new{background:#ffffff05!important;border:2px dashed rgba(255,255,255,.1)!important;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#ffffff80!important}.brand-card.add-new:hover{border-color:#ff6b6b!important;color:#ff6b6b!important;background:#ff6b6b0d!important}.add-icon{color:inherit!important}.modal-content{background:#1e293b!important;background:#1e293be6!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important;box-shadow:0 25px 50px -12px #00000080!important}.modal-header h3{color:#fff!important}.close-btn-icon{color:#ffffff80!important}.close-btn-icon:hover{color:#fff!important}.input-group label{color:#ffffffe6!important}.input-group input,.input-group textarea,.code-area{background:#0000004d!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important}.input-group input:focus,.input-group textarea:focus{border-color:#ff6b6b!important;background:#00000080!important}.shared-user{background:#ffffff0d!important;border-color:#ffffff1a!important;color:#fff!important}.role-badge{background:#ffffff1a!important;color:#fffc!important}.danger-zone h4{color:#ef4444!important}.danger-zone p{color:#fff9!important}.quick-generate-widget{margin-bottom:2rem}.quick-input-wrapper{display:flex;align-items:center;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.5rem .5rem .5rem 1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 4px 20px #0000001a}.quick-input-wrapper:focus-within{background:#ffffff0d;border-color:#ff6b6b;box-shadow:0 8px 30px #ff6b6b26;transform:translateY(-2px)}.model-selector-mini{display:flex;gap:.5rem;margin-right:1rem;padding-right:1rem;border-right:1px solid rgba(255,255,255,.1)}.model-btn-mini{width:32px;height:32px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffff80;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.model-btn-mini:hover{background:#ffffff1a;color:#fff}.model-btn-mini.active{background:#ff6b6b;border-color:#ff6b6b;color:#fff;box-shadow:0 2px 8px #ff6b6b4d}.quick-input-wrapper input{flex:1;background:transparent;border:none;color:#fff;font-size:1.1rem;outline:none;font-family:inherit}.quick-input-wrapper input::placeholder{color:#fff6}.quick-btn{background:linear-gradient(135deg,#ff6b6b,#ff5252);color:#fff;border:none;border-radius:12px;padding:.8rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b6b4d}.quick-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ff6b6b66}.stats-row.four-col{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.health-bar-container{width:100%;height:8px;background:#ffffff1a;border-radius:100px;margin-top:.8rem;overflow:hidden}.health-bar{height:100%;background:linear-gradient(90deg,#ff6b6b,#10b981);border-radius:100px;transition:width 1s cubic-bezier(.4,0,.2,1)}.health-complete{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.health-score-large{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#10b981,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.health-msg{color:#10b981;font-weight:500;margin-top:.5rem}.centered-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.big-donut-container{margin-top:1rem;transform:scale(1.2)}.guide-code-preview{width:100%;height:100%;background:#0000004d;border-radius:8px;padding:1rem;overflow:hidden;position:relative}.guide-code-preview pre{margin:0;font-family:Fira Code,monospace;font-size:.8rem;color:#ffffffb3;white-space:pre-wrap;line-height:1.5}.guide-code-preview:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,transparent 0%,rgba(30,41,59,.8) 100%)}@media(max-width:1400px){.stats-row.four-col{grid-template-columns:repeat(2,1fr)}}@media(max-width:1200px){.brand-dashboard,.brands-grid-container{margin-left:100px!important;width:calc(100% - 140px)!important}}@media(max-width:768px){.brand-dashboard,.brands-grid-container{margin-left:0!important;width:100%!important;padding:1rem!important;margin-top:80px!important}.stats-row.four-col{grid-template-columns:1fr}.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem}.header-actions{width:100%;justify-content:space-between}.quick-input-wrapper{flex-direction:column;gap:1rem;padding:1rem}.model-selector-mini{width:100%;justify-content:center;border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding-right:0;padding-bottom:1rem;margin-right:0}.quick-input-wrapper input{width:100%;text-align:center}.quick-btn{width:100%}}.glass-btn{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.1)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff!important;transition:all .3s ease!important;font-weight:500}.glass-btn:hover{background:#fff3!important;border-color:#ffffff4d!important;transform:translateY(-2px);box-shadow:0 5px 15px #0003}.glass-btn.secondary{background:#ffffff0d!important;font-size:.9rem}.glass-btn.secondary:hover{background:#ffffff26!important}.brand-card{display:flex;flex-direction:column;justify-content:space-between;padding:2rem!important;min-height:320px;background:linear-gradient(145deg,#ffffff0d,#ffffff05)!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 10px 30px -10px #0000004d!important}.brand-card.active{border-color:#ff6b6b!important;box-shadow:0 0 0 2px #ff6b6b4d,0 20px 40px -10px #00000080!important}.brand-card-logo{margin-bottom:1.5rem;display:flex;justify-content:center}.brand-card-logo img,.placeholder-logo{width:80px;height:80px;border-radius:50%;object-fit:cover;box-shadow:0 8px 20px #0000004d}.placeholder-logo{background:linear-gradient(135deg,#ff6b6b,#ff8e53);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff}.brand-info{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center}.brand-info h3{margin:0 0 .5rem;font-size:1.4rem;font-weight:700}.brand-desc{color:#fff9;font-size:.9rem;line-height:1.4;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.brand-meta{display:flex;gap:1rem;justify-content:center;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.05);width:100%}.meta-item{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#ffffff80;background:#0003;padding:4px 10px;border-radius:20px}.meta-item svg{opacity:.7}.brand-actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.owner-actions{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.brand-members-display{animation:fadeIn .5s ease-out;padding:2rem;background:#0003;border-radius:16px;border:1px solid rgba(255,255,255,.05);max-width:800px;margin:2rem auto 0}.notification-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.notification-toast{pointer-events:auto;min-width:300px;max-width:400px;background:#1e1e1ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;display:flex;align-items:flex-start;gap:12px;box-shadow:0 8px 32px #0006;animation:slideIn .3s cubic-bezier(.68,-.55,.265,1.55);cursor:pointer;transition:transform .2s,opacity .3s;overflow:hidden;position:relative}.notification-toast:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.notification-toast.success:before{background:#4caf50}.notification-toast.error:before{background:#ff5252}.notification-toast.warning:before{background:#ffc107}.notification-toast.info:before{background:#2196f3}.notification-toast.exiting{animation:slideOut .3s forwards}.notification-icon{font-size:1.2em}.notification-message{margin:0;font-size:.95em;color:#fff;line-height:1.4;flex-grow:1}.notification-close{background:none;border:none;color:#ffffff80;font-size:1.5em;line-height:.5;padding:0;cursor:pointer;transition:color .2s}.notification-close:hover{color:#fff}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(120%);opacity:0}}
