:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0}.app-shell{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.app-header{display:flex;justify-content:space-between;align-items:stretch;padding:16px 24px;border-bottom:1px solid transparent;position:sticky;top:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);gap:16px;min-height:72px}.brand{display:flex;align-items:center;gap:12px;font-weight:700;flex:1}.brand-mark{width:36px;height:36px;border-radius:0;display:grid;place-items:center;font-weight:800;letter-spacing:.6px;background:linear-gradient(135deg,#2b4cff,#8ab4ff);color:#fff;box-shadow:0 8px 16px #2b4cff40}.brand-title{font-size:1.1rem;letter-spacing:.2px}.brand-subtitle{font-size:.85rem;margin-top:2px}.brand-button{background:none;border:none;padding:0;text-align:left;cursor:pointer}.main-nav{flex:1;display:flex;justify-content:center;align-items:stretch;height:auto;gap:20px;font-weight:600}.nav-link{color:inherit;text-decoration:none;padding:0 14px;border-radius:5px;height:100%;transition:background-color .2s ease,color .2s ease,transform .2s ease;border:none;background:none;cursor:pointer;display:inline-flex;align-items:center}.nav-link:hover,.nav-link:focus-visible{outline:none;background-color:#2b4cff1a;transform:translateY(-1px)}.header-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex:1}.switcher{display:flex;align-items:center}.ghost-button,.primary-button{border-radius:0;padding:10px 16px;border:1px solid transparent;font-weight:700;background:transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ghost-button:hover,.primary-button:hover{transform:translateY(-1px)}.ghost-button{background-color:transparent}.ghost-button:hover,.ghost-button:focus-visible{outline:none;border-color:#2b4cff59}.primary-button{border:none}.primary-button:focus-visible,.ghost-button:focus-visible,.toggle:focus-visible{outline:2px solid rgba(43,76,255,.25);outline-offset:2px}.toggle{position:relative;width:56px;height:30px;border-radius:999px;border:1px solid transparent;cursor:pointer;padding:3px;transition:border-color .2s ease,background-color .2s ease;display:inline-flex;align-items:center;justify-content:center}.thumb{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:999px;display:grid;place-items:center;font-size:.9rem;transition:transform .2s ease;box-shadow:0 8px 16px #0000001f}.thumb.dark{transform:translate(24px)}.content{padding:40px 24px 48px;display:block;width:100%}.card{max-width:100%;width:100%;padding:32px;border-radius:0;border:1px solid transparent;box-shadow:0 18px 38px #0000000a}.workspace-card{max-width:100%}.card h1{margin:0 0 12px;font-size:2rem}.card p{margin:0;line-height:1.6}.badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:0;font-weight:700;font-size:.85rem;margin-bottom:12px}.module-panel{margin-top:14px;padding:16px;border:1px solid;border-radius:0;display:flex;gap:12px;justify-content:space-between;align-items:center}.pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:0;font-weight:700;font-size:.9rem}.auth-backdrop{position:fixed;inset:0;background:#0f172a80;display:grid;place-items:center;padding:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-panel{max-width:520px;width:100%;max-height:calc(100vh - 48px);overflow-y:auto;border-radius:0;border:1px solid;box-shadow:0 22px 46px #00000029;padding:24px}@media(min-width:1024px){.auth-panel{max-width:720px}}.auth-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.eyebrow{text-transform:uppercase;letter-spacing:1.8px;font-size:.75rem;font-weight:700;margin:0 0 6px}.auth-header h2{margin:0 0 4px}.auth-helper{margin:0;line-height:1.5}.intent-toggle{display:inline-flex;gap:6px;padding:6px;border:1px solid;border-radius:0}.intent{border:none;background:none;padding:10px 14px;border-radius:0;cursor:pointer;font-weight:700;color:inherit;transition:background-color .2s ease}.intent.active{background-color:#2b4cff1a}.module-callout{margin:20px 0 12px;padding:14px 16px;border-radius:0;display:flex;gap:12px;align-items:center}.module-callout p{margin:0;line-height:1.5}.method-switcher{border:1px solid;border-radius:0;padding:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.method{border:none;background:none;padding:10px;border-radius:0;font-weight:700;cursor:pointer;transition:background-color .2s ease}.method.active{background-color:#2b4cff1a}.auth-form{display:flex;flex-direction:column;gap:12px;margin-top:14px}.field{display:flex;flex-direction:column;gap:6px;font-weight:700}.field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.field input{padding:12px;border-radius:0;border:1px solid;font-size:1rem}.field textarea{padding:12px;border-radius:0;border:1px solid;font-size:.95rem;resize:vertical}.form-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.remember{display:inline-flex;align-items:center;gap:8px;font-weight:600}.link{border:none;background:none;color:#2563eb;cursor:pointer;font-weight:700}.status{padding:10px 12px;border-radius:0;font-weight:600}.form-actions{display:flex;justify-content:space-between;gap:10px;align-items:center}.form-actions .ghost-button,.form-actions .primary-button{flex:1}@media(max-width:600px){.app-header{align-items:center;gap:10px}.brand{flex:1;min-width:0}.brand-title{font-size:1rem}.brand-subtitle{font-size:.75rem}.switcher{width:auto;justify-content:flex-start}.main-nav{display:none}.header-actions{flex:0 0 auto;width:auto;justify-content:flex-end}.card{padding:24px}}.workflow-helper{margin-bottom:14px}.workflow-path{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:0;border:1px solid;margin-bottom:18px;flex-wrap:wrap}.path-string{font-weight:700;display:flex;gap:8px;flex:1;align-items:center;flex-wrap:wrap}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:14px;align-items:start}.form-column,.preview-column{display:flex;flex-direction:column;gap:12px}.step-card{border:1px solid;border-radius:0;padding:16px;transition:box-shadow .2s ease,transform .2s ease}.step-card.active{box-shadow:0 14px 30px #00000014;transform:translateY(-1px)}.step-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.fields{display:flex;flex-direction:column;gap:12px;margin-top:12px}.preview-card{border:1px solid;border-radius:0;padding:16px}.preview-card ul{padding-left:18px;margin:10px 0 0;display:grid;gap:8px}.preview-meta{text-transform:uppercase;letter-spacing:1px;font-size:.8rem;margin-bottom:6px}@media(max-width:960px){.content-layout{grid-template-columns:1fr}}.home-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:16px}.home-actions{display:inline-flex;gap:10px;flex-wrap:wrap}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:14px 0 20px}.metric-card{border:1px solid;border-radius:0;padding:14px;display:grid;gap:6px}.metric-value{font-size:2rem;font-weight:800}.metric-helper{margin:0;line-height:1.4}.table-card{border:1px solid;border-radius:0;padding:14px;display:grid;gap:12px}.table-head{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:12px}.data-grid{border:1px solid;border-radius:0;overflow:hidden;display:grid}.data-grid-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr)) 160px;gap:8px;padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.04);align-items:center}.data-grid-row:last-of-type{border-bottom:none}.data-grid-header{background-color:#00000008;font-weight:800;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.data-grid-row input,.data-grid-row select{width:100%;padding:8px 10px;border-radius:0;border:1px solid;font-size:.95rem}.actions-cell{text-align:right}.table-actions{display:inline-flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.request-form{border:1px solid;border-radius:0;padding:16px;display:flex;flex-direction:column;gap:12px}.form-error{border:1px solid;border-radius:0;padding:12px 14px;font-weight:700;margin:0 0 12px}.editor-shell{border:1px solid;border-radius:8px;padding:10px 12px;min-height:140px}.editorjs-holder{min-height:120px}.editor-loading{margin:0 0 6px;font-size:.95rem}.editor-fallback{display:grid;gap:8px}.editor-fallback textarea{width:100%;min-height:140px;padding:10px;border-radius:6px;border:1px solid;font-size:1rem;resize:vertical}.editor-error{margin:0;font-size:.9rem}.rich-text-container{display:flex;flex-direction:column;gap:12px;--rich-text-accent: #2b4cff;--rich-text-background: #f5f7fb;--rich-text-border: #e5e7eb;--rich-text-card: #ffffff;--rich-text-muted: #e2e8f0;--rich-text-secondary: #4b5563;--rich-text-text: #0f172a}.rich-text-shell{border:1px solid var(--rich-text-border);border-radius:12px;background-color:var(--rich-text-card);box-shadow:0 10px 28px #0f172a14;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.rich-text-shell:focus-within{border-color:var(--rich-text-accent);box-shadow:0 20px 56px #2b4cff2e}.rich-text-toolbar{display:flex;gap:4px;flex-wrap:nowrap;align-items:center;padding:8px 10px;border-bottom:1px solid var(--rich-text-border);background-color:var(--rich-text-card);overflow-x:auto;white-space:nowrap}.rich-text-toolbar-group{display:inline-flex;align-items:center;gap:6px;padding-right:6px;margin-right:2px;border-right:1px solid var(--rich-text-muted)}.rich-text-toolbar-group:last-of-type{border-right:none;padding-right:0;margin-right:0}.rich-text-button{border:1px solid var(--rich-text-border);border-radius:8px;background-color:var(--rich-text-card);padding:6px 7px;cursor:pointer;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;min-width:30px;min-height:30px;box-shadow:inset 0 0 0 1px transparent;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,transform .1s ease}.rich-text-button:hover:not(:disabled){background-color:var(--rich-text-muted);transform:translateY(-1px)}.rich-text-button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.rich-text-button.is-active{border-color:var(--rich-text-accent);background-color:var(--rich-text-muted);box-shadow:0 0 0 1px var(--rich-text-accent)}.rich-text-button:focus-visible,.rich-text-select:focus-within,.rich-text-font-size:focus-within{outline:2px solid rgba(43,76,255,.25);outline-offset:2px}.rich-text-select{display:inline-flex;align-items:center;gap:4px;padding:0 8px;border-radius:8px;border:1px solid var(--rich-text-border);background-color:var(--rich-text-card);min-height:30px}.rich-text-token{font-weight:700;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;min-width:18px}.rich-text-select select{border:none;background:transparent;font-size:.9rem;padding:4px 2px;outline:none;cursor:pointer;color:inherit}.rich-text-font-size{display:inline-flex;align-items:center;border:1px solid var(--rich-text-border);border-radius:8px;overflow:hidden;background-color:var(--rich-text-card)}.rich-text-font-size button{border:none;background:transparent;width:30px;height:30px;cursor:pointer;font-weight:700;color:inherit}.rich-text-font-size input{width:52px;text-align:center;border:none;outline:none;font-size:.95rem;padding:6px}.rich-text-font-size button:hover{background-color:var(--rich-text-muted)}.rich-text-surface-wrapper{border-top:none;padding:16px 18px 18px;min-height:190px;position:relative;background-color:var(--rich-text-card)}.rich-text-surface-wrapper:focus-within{box-shadow:inset 0 0 0 1px var(--rich-text-accent)}.rich-text-surface{width:100%;min-height:160px;outline:none;line-height:1.65;font-size:15px;font-weight:500;letter-spacing:.01em;caret-color:var(--rich-text-accent)}.rich-text-placeholder{position:absolute;left:22px;top:18px;pointer-events:none;font-weight:600;color:var(--rich-text-secondary);letter-spacing:.01em;opacity:.9}.rich-text-icon{display:inline-block;line-height:1;width:18px;text-align:center}.rich-text-icon-strong{font-weight:800}.rich-text-icon-italic{font-style:italic}.rich-text-icon-underline{text-decoration:underline}.rich-text-icon-strike{text-decoration:line-through}.rich-text-icon-code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rich-text-paragraph{margin:0 0 10px}.rich-text-heading{margin:10px 0 6px;font-weight:800}.rich-text-quote{border-left:3px solid currentColor;padding-left:10px;margin:8px 0;font-style:italic}.rich-text-ul,.rich-text-ol{padding-left:20px;margin:6px 0 10px;display:grid;gap:4px}.rich-text-listitem{margin-bottom:4px}.rich-text-preview{line-height:1.5}.editor-hint{margin:8px 0 0;font-size:.9rem}.editor-shell .ce-toolbar__content,.editor-shell .ce-block__content{max-width:100%}.editor-shell .ce-toolbar__content{padding-left:0;padding-right:0}.editor-shell .ce-block__content{padding:0 4px}.editor-shell .ce-toolbar__actions{right:-8px}.editor-shell .ce-paragraph,.editor-shell .ce-header{color:inherit}@media(max-width:900px){.data-grid-row{grid-template-columns:repeat(2,minmax(0,1fr))}.data-grid-header{display:none}.data-grid-row>div{padding:4px 0}}.profile-dropdown-container{position:relative;display:inline-block}.profile-icon-button{width:40px;height:40px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;overflow:hidden;background-color:transparent}.profile-icon-button:hover{border-color:#2b4cff59;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.profile-icon-button:focus-visible{outline:2px solid rgba(43,76,255,.25);outline-offset:2px}.profile-picture{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;border-radius:50%;box-shadow:0 4px 8px #0000001a}.profile-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;border:1px solid transparent;border-radius:8px;box-shadow:0 8px 24px #00000026;padding:8px 0;z-index:1000;animation:dropdown-fade-in .15s ease-out}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{width:100%;display:flex;align-items:center;gap:12px;padding:10px 16px;border:none;background:none;cursor:pointer;font-size:.95rem;font-weight:600;text-align:left;transition:background-color .15s ease}.dropdown-item:hover{background-color:#2b4cff14}.dropdown-item:focus{outline:none;background-color:#2b4cff1f}.dropdown-icon{font-size:1.1rem;display:flex;align-items:center;justify-content:center;width:20px}.dropdown-divider{height:1px;border-top:1px solid transparent;margin:6px 0}.profile-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.profile-modal-content{width:100%;max-width:700px;max-height:90vh;overflow-y:auto;border-radius:12px;border:1px solid;padding:32px;box-shadow:0 20px 60px #0000004d}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.profile-header h2{margin:0;font-size:1.8rem;font-weight:700}.profile-close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:8px;line-height:1;opacity:.6;transition:opacity .2s}.profile-close-button:hover{opacity:1}.profile-loading{text-align:center;padding:40px;font-size:1.1rem}.profile-alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;border:1px solid}.profile-alert-error{background-color:#fee;border-color:#fcc;color:#c00}.profile-alert-success{background-color:#efe;border-color:#cfc;color:#060}.profile-form{display:flex;flex-direction:column;gap:20px}.profile-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.profile-form-group{display:flex;flex-direction:column;gap:8px}.profile-form-group label{font-size:.9rem;font-weight:600}.profile-form-group input[type=text],.profile-form-group input[type=email],.profile-form-group input[type=tel]{padding:10px 12px;border:1px solid;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s,background-color .2s}.profile-form-group input[type=text]:focus,.profile-form-group input[type=email]:focus,.profile-form-group input[type=tel]:focus{outline:none;border-color:#2b4cff}.profile-form-group input[type=text]:disabled,.profile-form-group input[type=email]:disabled,.profile-form-group input[type=tel]:disabled{cursor:not-allowed}.profile-form-group input[type=checkbox]{width:18px;height:18px;cursor:pointer}.profile-form-group input[type=checkbox]:disabled{cursor:not-allowed}.profile-form-group small{font-size:.85rem;margin-top:-4px}.profile-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}.profile-button{padding:10px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s}.profile-button:hover:not(:disabled){opacity:.9}.profile-button:active:not(:disabled){transform:scale(.98)}.profile-button:disabled{cursor:not-allowed}.profile-button-primary{border:none}.profile-button-secondary{border:1px solid}@media(max-width:640px){.profile-modal-content{padding:24px}.profile-form-row{grid-template-columns:1fr}.profile-header h2{font-size:1.5rem}}.app-footer{margin-top:auto;padding:16px 24px;border-top:1px solid transparent;box-shadow:0 -2px 10px #00000005}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-copyright{margin:0;font-size:.8rem;font-weight:500}.mobile-menu-wrapper{display:none}.hamburger-button{background:none;border:1px solid;border-radius:6px;padding:8px 12px;cursor:pointer;font-size:1.5rem;line-height:1;transition:background-color .2s ease,transform .2s ease}.hamburger-button:hover{background-color:#2b4cff0d;transform:scale(1.05)}.hamburger-button:focus-visible{outline:2px solid rgba(43,76,255,.25);outline-offset:2px}.hamburger-icon{display:block;width:24px;text-align:center}.mobile-menu-overlay{position:fixed;inset:0;background-color:#00000080;z-index:999;animation:fadeIn .2s ease}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:80vw;border-left:1px solid;box-shadow:-4px 0 20px #00000026;z-index:1000;padding:20px 0;overflow-y:auto;animation:slideInRight .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-item{display:block;width:100%;padding:14px 24px;text-align:left;border:none;background:none;cursor:pointer;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s ease}.mobile-menu-item:hover{background-color:#2b4cff14}.mobile-menu-item:focus{outline:none;background-color:#2b4cff1f}.mobile-menu-divider{height:1px;margin:12px 24px}.desktop-auth-buttons{display:flex;gap:10px}@media(max-width:600px){.app-footer{padding:12px 16px}.footer-copyright{font-size:.75rem}.desktop-auth-buttons{display:none}.mobile-menu-wrapper{display:block}}
