.header{background:var(--color-primary, #000000);border-bottom:1px solid #333;box-shadow:0 2px 4px #0000004d;position:sticky;top:0;z-index:1000}.header--bo{background:linear-gradient(to right,#ef4444,#dc2626);border-bottom:none;transition:background .3s ease}:root.dark .header--bo,.dark .header--bo{background:#1f2937}.header__container{max-width:1800px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header__logo{display:flex;align-items:center;gap:1rem}.header__logo h1{font-size:1.5rem;font-weight:700;color:#667eea;margin:0}.header--bo .header__logo h1{color:#fff}.header__badge{background:#fff3;color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.header__user{display:flex;align-items:center;gap:1rem}.header__user-info{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.header__username{font-weight:600;color:#fff;font-size:.95rem}.header--bo .header__username{color:#fff}.header__role{font-size:.75rem;color:#aaa;text-transform:uppercase;letter-spacing:.5px}.header--bo .header__role{color:#fffc}.header__logout{background:var(--color-secondary, #dc2626);color:#fff;border:none;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.header--bo .header__logout{background:#dc2626;color:#fff}.header__logout:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.header__logout:active{transform:translateY(0)}@media(max-width:640px){.header__container{padding:.75rem 1rem}.header__logo h1{font-size:1.25rem}.header__user-info{display:none}.header__logout{padding:.375rem .75rem;font-size:.8rem}}.flyer-layout{min-height:100dvh;display:flex;flex-direction:column;background:#f5f5f5}.flyer-layout__main{flex:1;display:flex;flex-direction:column}@media(min-width:1024px){.flyer-layout{height:100dvh;overflow:hidden}.flyer-layout__main{overflow:hidden}}.flyer-layout__footer{background:#fff;border-top:1px solid #e0e0e0;padding:1rem 2rem;text-align:center}.flyer-layout__footer p{margin:0;color:#666;font-size:.875rem}.bo-layout{height:100vh;overflow:hidden;display:flex;flex-direction:column;background:#f9fafb;transition:background-color .3s ease}:root.dark .bo-layout,.dark .bo-layout{background:#111827}.bo-layout__container{flex:1;display:flex;overflow:hidden}.bo-layout__main{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:0}@media(max-width:768px){.bo-layout__main{padding:0}}.login-container{min-height:100dvh;height:100dvh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;font-family:Inter,system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,#8b0000,#ce1e1e,#ea2c2c,#8b0000);background-size:300% 300%;animation:gradientBG 15s ease infinite alternate;position:relative;overflow:hidden}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.login-content{position:relative;z-index:10;width:90%;max-width:400px;max-height:calc(100dvh - 4.5rem);display:flex;flex-direction:column;align-items:center;background:#8b000059;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:2rem 1.5rem;margin-bottom:2.25rem;border-radius:24px;border:1px solid rgba(255,255,255,.15);box-shadow:0 25px 50px -12px #00000080}.login-header{text-align:center;margin-bottom:1.25rem}.login-logo{height:45px;width:auto;object-fit:contain;margin:0 auto 1rem;display:block;filter:brightness(0) invert(1)}.login-header h1{font-size:1.5rem;font-weight:800;margin:0 0 .25rem;color:#fff;letter-spacing:-.5px}.login-header p{font-size:.9rem;color:#ffffffd9;margin:0 auto;max-width:320px;line-height:1.5}.login-form{width:100%;display:flex;flex-direction:column;gap:1rem}.login-error{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;text-align:center;font-weight:500}.form-group{width:100%}.input-wrapper{position:relative;width:100%;display:flex;align-items:center}.input-icon{position:absolute;left:1.25rem;width:20px;height:20px;color:#fff9;transition:color .3s}.input-wrapper input{width:100%;background:#00000026;border:1.5px solid rgba(255,255,255,.2);border-radius:12px;padding:.875rem 1rem .875rem 3rem;color:#fff;font-size:.95rem;outline:none;transition:all .3s;font-family:inherit}.input-wrapper input::placeholder{color:#ffffff80;font-weight:400;letter-spacing:.5px}.input-wrapper input:focus{border-color:#ffffffb3;background:#00000040;box-shadow:none}.input-wrapper input:focus+.input-icon,.input-wrapper:focus-within .input-icon{color:#fff}.input-wrapper input:-webkit-autofill,.input-wrapper input:-webkit-autofill:hover,.input-wrapper input:-webkit-autofill:focus,.input-wrapper input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #ce1e1e inset!important;-webkit-text-fill-color:white!important;transition:background-color 5000s ease-in-out 0s}.login-password-toggle{position:absolute;right:1rem;background:none;border:none;color:#fff9;cursor:pointer;display:flex;align-items:center;padding:.25rem;transition:color .2s}.login-password-toggle:hover{color:#fff}.login-button{width:100%;background:#fff;color:#ce1e1e;border:none;border-radius:12px;padding:1rem;font-weight:800;font-size:1rem;margin-top:.5rem;cursor:pointer;transition:all .2s ease-in-out;box-shadow:none}.login-button:hover:not(:disabled){background:#f1f1f1;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000004d}.login-button:active:not(:disabled){transform:translateY(0);box-shadow:none}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.forgot-password{display:block;text-align:center;color:#ffffffd9;text-decoration:none;font-size:.85rem;margin-top:.75rem;transition:color .3s}.forgot-password:hover{opacity:1}@media(max-width:480px){.login-content{padding:1.5rem}}.login-footer{position:absolute;left:0;right:0;bottom:.6rem;width:100%;text-align:center;font-size:.7rem;color:#ffffffb3;letter-spacing:.5px;z-index:10}@media(max-height:760px){.login-content{padding:1.25rem 1rem;max-width:380px}.login-header{margin-bottom:.75rem}.login-logo{height:36px;margin-bottom:.5rem}.login-header h1{font-size:1.25rem}.login-header p{font-size:.8rem;line-height:1.35}.login-form{gap:.75rem}.input-wrapper input{padding-top:.7rem;padding-bottom:.7rem;font-size:.9rem}.login-button{padding:.8rem;margin-top:.25rem;font-size:.95rem}.dev-login-shortcuts{margin-top:.75rem;padding-top:.65rem}.dev-login-shortcuts h3{margin-bottom:.65rem;font-size:.68rem}.shortcuts-grid{gap:.5rem}.shortcuts-grid button{padding:.5rem;font-size:.75rem}.login-footer{bottom:.4rem;font-size:.66rem}}.login-footer a{color:#fff;text-decoration:none;font-weight:700;transition:opacity .3s}.login-footer a:hover{opacity:.8}.dev-login-shortcuts{margin-top:1.25rem;width:100%;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.dev-login-shortcuts h3{color:#fff9;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.shortcuts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.shortcuts-grid button{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;padding:.6rem;border-radius:8px;font-size:.8rem;cursor:pointer;transition:all .2s;font-weight:500}.shortcuts-grid button:hover{background:#fff3;border-color:#fff6}.shortcuts-grid button.shortcut-user{background:#3b82f633;border-color:#3b82f680;color:#93c5fd}.shortcuts-grid button.shortcut-user:hover{background:#3b82f659;border-color:#3b82f6cc;color:#fff}.shortcuts-grid button.shortcut-admin{background:#fb923c26;border-color:#fb923c66;color:#fdba74}.shortcuts-grid button.shortcut-admin:hover{background:#fb923c4d;border-color:#fb923cb3;color:#fff}.cev{display:flex;flex-direction:column;height:100%;font-family:Inter,system-ui,sans-serif}.cev-header{flex-shrink:0;margin-bottom:.75rem}.cev-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#9ca3af;margin-bottom:.25rem}.cev-breadcrumb-current{color:#e5e7eb;font-weight:500}.cev-header-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cev-title{font-size:1.375rem;font-weight:700;color:#f3f4f6;margin:0}.cev-subtitle{font-size:.8125rem;color:#9ca3af;margin-top:.125rem}.cev-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.cev-btn-cancel{padding:.625rem 1.25rem;border-radius:.75rem;border:1px solid #4b5563;background:transparent;color:#d1d5db;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s}.cev-btn-cancel:hover{background:#374151}.cev-btn-save{padding:.625rem 1.25rem;border-radius:.75rem;border:none;background:#dc2626;color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s}.cev-btn-save:hover{background:#b91c1c}.cev-btn-save:disabled{opacity:.5;cursor:not-allowed}.cev-body{flex:1;display:flex;gap:1rem;min-height:0}.cev-sidebar{width:190px;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem}.cev-avatar-card{background:#1f2937;border:1px solid #374151;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.cev-avatar-ring{width:85px;height:85px;border-radius:50%;border:3px dashed #4b5563;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:border-color .3s}.cev-avatar-ring:hover{border-color:#dc2626}.cev-avatar-ring img{width:100%;height:100%;object-fit:cover}.cev-avatar-name{font-size:1rem;font-weight:600;color:#f3f4f6;text-align:center;word-break:break-word}.cev-avatar-name.placeholder{color:#6b7280;font-style:italic}.cev-btn-logo{padding:.5rem 1rem;border-radius:.5rem;border:1px solid #4b5563;background:transparent;color:#d1d5db;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:center}.cev-btn-logo:hover{background:#374151;border-color:#6b7280}.cev-tab-nav{display:flex;flex-direction:column;gap:.25rem}.cev-tab-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;border:none;background:transparent;color:#9ca3af;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left;width:100%}.cev-tab-btn:hover{background:#1f2937;color:#e5e7eb}.cev-tab-btn.active{background:#dc26261f;color:#fca5a5;font-weight:600}.cev-tab-icon{font-size:1.125rem;width:1.5rem;text-align:center;flex-shrink:0}.cev-content{flex:1;min-width:0;background:#1f2937;border:1px solid #374151;border-radius:1rem;padding:1.25rem;overflow-y:auto}.cev-content-title{font-size:1.25rem;font-weight:700;color:#f3f4f6;margin-bottom:.25rem}.cev-content-desc{font-size:.875rem;color:#9ca3af;margin-bottom:1.5rem}.cev-label{display:block;font-size:.8125rem;font-weight:600;color:#d1d5db;margin-bottom:.375rem}.cev-input{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #4b5563;background:#111827;color:#f3f4f6;font-size:.875rem;outline:none;transition:all .2s;box-sizing:border-box}.cev-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}.cev-input::placeholder{color:#6b7280}.cev-select{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #4b5563;background:#111827;color:#f3f4f6;font-size:.875rem;outline:none;cursor:pointer;transition:all .2s;box-sizing:border-box}.cev-select:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}.cev-hint{font-size:.75rem;color:#6b7280;margin-top:.375rem}.cev-field-group{margin-bottom:1.25rem}.cev-colors-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.cev-color-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.cev-color-swatch{width:100%;height:4.5rem;border-radius:.75rem;border:2px solid #374151;cursor:pointer;transition:all .2s;position:relative}.cev-color-swatch:hover{transform:scale(1.05);border-color:#6b7280}.cev-color-hex{font-size:.75rem;font-family:JetBrains Mono,Fira Code,monospace;color:#9ca3af}.cev-color-label{font-size:.6875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.cev-color-hint{font-size:.625rem;color:#4b5563;text-align:center;line-height:1.3}.cev-categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.cev-category-panel{background:#111827;border:1px solid #374151;border-radius:.75rem;padding:1.25rem}.cev-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.cev-category-title{font-size:.9375rem;font-weight:600;color:#e5e7eb;display:flex;align-items:center;gap:.5rem}.cev-btn-add{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;border:none;background:#dc2626;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.cev-btn-add:hover{background:#b91c1c}.cev-category-list{display:flex;flex-direction:column;gap:.5rem}.cev-category-row{display:flex;align-items:center;gap:.5rem}.cev-category-num{width:1.75rem;height:1.75rem;border-radius:.375rem;background:#1f2937;color:#6b7280;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cev-category-input{flex:1;padding:.5rem .75rem;border-radius:.5rem;border:1px solid #374151;background:#1f2937;color:#f3f4f6;font-size:.8125rem;outline:none;transition:all .2s}.cev-category-input:focus{border-color:#dc2626}.cev-btn-delete{padding:.375rem;border-radius:.375rem;border:none;background:transparent;color:#ef4444;cursor:pointer;transition:all .2s;display:flex;align-items:center}.cev-btn-delete:hover{background:#ef44441f}.cev-empty-msg{font-size:.8125rem;color:#6b7280;text-align:center;padding:1.5rem 0;font-style:italic}.cev-url-row{display:flex;align-items:center;gap:.5rem}.cev-url-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.cev-btn-url{padding:.75rem 1rem;border-radius:.75rem;border:1px solid #4b5563;background:#111827;color:#d1d5db;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;white-space:nowrap}.cev-btn-url:hover{background:#1f2937;border-color:#6b7280}.cev-link-subtle{font-size:.75rem;color:#6b7280;background:none;border:none;cursor:pointer;text-decoration:underline;margin-top:.5rem;transition:color .2s;padding:0}.cev-link-subtle:hover{color:#d1d5db}.cev-social-list{display:flex;flex-direction:column;gap:.75rem}.cev-social-row{display:flex;align-items:center;gap:.5rem}.cev-social-select-wrap{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.75rem;border:1px solid #4b5563;background:#111827;flex-shrink:0;transition:all .2s}.cev-social-select-wrap:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}.cev-social-select{background:transparent;border:none;color:#f3f4f6;font-size:.8125rem;outline:none;cursor:pointer}.cev-social-select option{background:#111827;color:#f3f4f6}.cev-social-input{flex:1;padding:.5rem .75rem;border-radius:.75rem;border:1px solid #4b5563;background:#111827;color:#f3f4f6;font-size:.8125rem;outline:none;transition:all .2s}.cev-social-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}:root:not([data-theme=dark]) .cev-title,:root:not([data-theme=dark]) .cev-avatar-name,:root:not([data-theme=dark]) .cev-content-title{color:#111827}:root:not([data-theme=dark]) .cev-subtitle,:root:not([data-theme=dark]) .cev-breadcrumb,:root:not([data-theme=dark]) .cev-content-desc,:root:not([data-theme=dark]) .cev-hint{color:#6b7280}:root:not([data-theme=dark]) .cev-breadcrumb-current{color:#111827}:root:not([data-theme=dark]) .cev-label{color:#374151}:root:not([data-theme=dark]) .cev-avatar-card,:root:not([data-theme=dark]) .cev-content{background:#fff;border-color:#e5e7eb}:root:not([data-theme=dark]) .cev-input,:root:not([data-theme=dark]) .cev-select,:root:not([data-theme=dark]) .cev-category-input,:root:not([data-theme=dark]) .cev-social-input,:root:not([data-theme=dark]) .cev-social-select-wrap,:root:not([data-theme=dark]) .cev-btn-url{background:#f9fafb;border-color:#d1d5db;color:#111827}:root:not([data-theme=dark]) .cev-category-panel{background:#f9fafb;border-color:#e5e7eb}:root:not([data-theme=dark]) .cev-category-num{background:#e5e7eb;color:#6b7280}:root:not([data-theme=dark]) .cev-tab-btn{color:#6b7280}:root:not([data-theme=dark]) .cev-tab-btn:hover{background:#f3f4f6;color:#111827}:root:not([data-theme=dark]) .cev-tab-btn.active{background:#dc262614;color:#dc2626}:root:not([data-theme=dark]) .cev-btn-cancel{border-color:#d1d5db;color:#374151}:root:not([data-theme=dark]) .cev-btn-cancel:hover{background:#f3f4f6}:root:not([data-theme=dark]) .cev-btn-logo{border-color:#d1d5db;color:#374151}:root:not([data-theme=dark]) .cev-btn-logo:hover{background:#f3f4f6}:root:not([data-theme=dark]) .cev-color-hex{color:#6b7280}:root:not([data-theme=dark]) .cev-color-swatch{border-color:#d1d5db}:root:not([data-theme=dark]) .cev-social-select{color:#111827}:root:not([data-theme=dark]) .cev-social-select option{background:#fff;color:#111827}:root:not([data-theme=dark]) .cev-avatar-ring{border-color:#d1d5db}:root:not([data-theme=dark]) .cev-category-title{color:#374151}:root:not([data-theme=dark]) .cev-link-subtle{color:#9ca3af}:root:not([data-theme=dark]) .cev-link-subtle:hover{color:#374151}@media(max-width:900px){.cev-body{flex-direction:column}.cev-sidebar{width:100%;flex-direction:row;align-items:flex-start;gap:1rem}.cev-avatar-card{flex-direction:row;padding:1rem}.cev-avatar-ring{width:64px;height:64px}.cev-tab-nav{flex-direction:row;flex-wrap:wrap;gap:.25rem}.cev-tab-btn{padding:.5rem .75rem;font-size:.8125rem}.cev-categories-grid{grid-template-columns:1fr}}@font-face{font-family:Chocolate Dulce;src:url(/assets/Chocolate%20Dulce-HaDu5Z74.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Raleway Regular;src:url(/assets/Raleway-Regular-BViwVpSC.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Raleway Bold;src:url(/assets/Raleway-Bold-Di4HIyEX.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Raleway ExtraBold;src:url(/assets/Raleway-ExtraBold-C5VxzOoK.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}:root{--color-primary: #667eea;--color-secondary: #764ba2;--color-accent: #dc2626;--color-success: #10b981;--color-info: #3b82f6}[data-theme=dark]{--color-primary: #764ba2;--color-secondary: #667eea;--color-accent: #ef4444;--color-success: #10b981;--color-info: #60a5fa}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#4b5563}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#6b7280}*{scrollbar-width:thin;scrollbar-color:#c1c1c1 transparent}[data-theme=dark] *{scrollbar-color:#4b5563 transparent}
