@font-face{font-family:localSans;src:url(../media/bahnschrift-s.p.1f8dr7h056vu6.ttf)format("truetype");font-display:swap}@font-face{font-family:localSans Fallback;src:local(Arial);ascent-override:78.08%;descent-override:20.27%;line-gap-override:19.69%;size-adjust:101.68%}.localsans_64fdaeb9-module__bih_lW__className{font-family:localSans,localSans Fallback}.localsans_64fdaeb9-module__bih_lW__variable{--font-geist-sans:"localSans", "localSans Fallback"}
@font-face{font-family:localMono;src:url(../media/consola-s.p.321fjw2wseu9s.ttf)format("truetype");font-display:swap}@font-face{font-family:localMono Fallback;src:local(Arial);ascent-override:61.64%;descent-override:21.36%;line-gap-override:14.18%;size-adjust:120.49%}.localmono_bf0205f7-module__bncLwW__className{font-family:localMono,localMono Fallback}.localmono_bf0205f7-module__bncLwW__variable{--font-geist-mono:"localMono", "localMono Fallback"}
:root{--font-sans:var(--font-geist-sans), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:var(--font-geist-mono), monospace;--bg-color:#07090e;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent-color:#3b82f6;--accent-hover:#60a5fa;--accent-glow:#3b82f673;--error-bg:#ef444426;--error-border:#ef44444d;--error-text:#fca5a5;--glass-bg:#111827a6;--glass-border:#ffffff14;--glass-border-focus:#3b82f680;--glass-shadow:0 8px 32px 0 #0000005e;--card-bg:#141a2699}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);width:100%;height:100%;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}.glow-bg-primary{z-index:0;pointer-events:none;filter:blur(80px);background:radial-gradient(circle,#3b82f614 0%,#3b82f600 70%);border-radius:50%;width:45vw;height:45vw;position:fixed;top:15%;left:20%}.glow-bg-secondary{z-index:0;pointer-events:none;filter:blur(60px);background:radial-gradient(circle,#9333ea0d 0%,#9333ea00 70%);border-radius:50%;width:35vw;height:35vw;position:fixed;bottom:10%;right:15%}.app-container{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.content-wrapper{flex-direction:column;flex:1;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem;display:flex}.page-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.logo{letter-spacing:.15em;background:linear-gradient(135deg,#fff 0%,#9ca3af 100%);-webkit-text-fill-color:transparent;text-transform:uppercase;-webkit-background-clip:text;font-size:1.25rem;font-weight:800}.badge{color:#34d399;background:#10b9811a;border:1px solid #10b98133;border-radius:9999px;align-items:center;gap:.375rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:flex}.badge:before{content:"";background-color:#10b981;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 8px #10b981}.portal-section{flex-direction:column;flex:1;justify-content:center;align-items:center;margin-bottom:4rem;display:flex;transform:translateY(-8%)}.portal-title{text-align:center;letter-spacing:-.025em;background:linear-gradient(#fff 30%,#a3a3a3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.portal-subtitle{color:var(--text-secondary);text-align:center;max-width:500px;margin-bottom:3rem;font-size:1.05rem;line-height:1.6}.search-form{width:100%;max-width:680px;margin-bottom:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.search-bar-container{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:20px;align-items:flex-end;gap:.5rem;padding:.625rem;transition:border-color .25s,box-shadow .25s;display:flex}.search-bar-container:focus-within{border-color:var(--glass-border-focus);box-shadow:0 0 25px var(--accent-glow), var(--glass-shadow)}.search-input{color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;flex:1;min-height:40px;max-height:250px;padding:.5rem .75rem;font-family:inherit;font-size:1.05rem;line-height:1.5;transition:height .15s cubic-bezier(.4,0,.2,1)}.search-input::placeholder{color:var(--text-muted)}.search-input::-webkit-scrollbar{width:6px}.search-input::-webkit-scrollbar-thumb{background-color:#ffffff1a;border-radius:999px}.submit-button{background:var(--accent-color);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;outline:none;justify-content:center;align-items:center;height:40px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #3b82f640}.submit-button:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 6px 16px #3b82f666}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{color:var(--text-muted);cursor:not-allowed;box-shadow:none;background:#ffffff0d}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.alert-card{border-radius:14px;width:100%;max-width:680px;margin-bottom:2rem;padding:1rem 1.25rem}.error-alert{background:var(--error-bg);border:1px solid var(--error-border);color:var(--error-text)}.alert-content{align-items:flex-start;gap:.75rem;display:flex}.alert-icon{flex-shrink:0;width:20px;height:20px;margin-top:.125rem}.alert-text-wrapper{flex-direction:column;gap:.5rem;display:flex}.alert-message{font-size:.925rem;line-height:1.5}.mock-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:6px;outline:none;align-self:flex-start;padding:.35rem .75rem;font-size:.8rem;font-weight:500;transition:background .2s}.mock-btn:hover{background:#ffffff2e}.response-container{background:var(--card-bg);border:1px solid var(--glass-border);width:100%;max-width:680px;box-shadow:var(--glass-shadow);border-radius:18px;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.response-header{border-bottom:1px solid var(--glass-border);background:#ffffff05;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;display:flex}.response-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.8rem;font-weight:700}.streaming-indicator{color:var(--accent-color);font-size:.75rem;animation:1.5s infinite pulse}.response-body{padding:1.25rem}.response-content{color:#e5e7eb;font-size:.975rem;line-height:1.6}.resp-h3{color:#fff;margin-top:1.25rem;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.resp-h3:first-child{margin-top:0}.resp-p{margin-bottom:.75rem}.resp-p:last-child{margin-bottom:0}.skeleton-wrapper{flex-direction:column;gap:.75rem;display:flex}.skeleton-line{background:linear-gradient(90deg,#ffffff08 25%,#ffffff14 50%,#ffffff08 75%) 0 0/200% 100%;border-radius:4px;width:100%;height:14px;animation:1.5s infinite shimmer}.skeleton-title{width:40%;height:20px;margin-bottom:.5rem}.skeleton-line.short{width:70%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-fade-in{animation:.3s cubic-bezier(.4,0,.2,1) forwards fadeIn}.animate-slide-up{animation:.4s cubic-bezier(.4,0,.2,1) forwards slideUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:640px){.portal-title{font-size:2rem}.portal-section{transform:translateY(-4%)}.search-bar-container{padding:.5rem}.submit-button{padding:.5rem 1rem;font-size:.875rem}.search-input{padding:.4rem .5rem;font-size:.95rem}}.logo.logo-helper{background:0 0;-webkit-background-clip:initial;-webkit-text-fill-color:initial;color:#10b981;font-weight:900}.badge.active-badge{color:#34d399;background:#10b98114;border:1px solid #10b9814d}.helper-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.625rem;width:100%;display:flex}.form-label{color:#9ca3af;text-align:left;padding-left:.25rem;font-size:.95rem;font-weight:600}.search-bar-container.helper-input-container{border-radius:12px;align-items:stretch;padding:.5rem}.btn-container{justify-content:center;width:100%;margin-top:1rem;display:flex}.submit-button.generate-btn{color:#fff;background:#dc2626;border-radius:8px;width:auto;height:auto;padding:.75rem 2.25rem;font-size:1rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #dc262666}.submit-button.generate-btn:hover:not(:disabled){background:#b91c1c;transform:translateY(-2px);box-shadow:0 6px 20px #dc262699}.submit-button.generate-btn:active:not(:disabled){transform:translateY(0)}.submit-button.generate-btn:disabled{color:#6b7280;box-shadow:none;background:#ffffff0d;transform:none}.main-header{z-index:100;-webkit-backdrop-filter:blur(16px);background:#07090eb3;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;display:flex;position:relative}.header-left{position:relative}.nav-menu-btn{color:var(--text-primary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.nav-menu-btn:hover{background:#ffffff14;border-color:#ffffff26}.menu-icon{width:18px;height:18px}.dropdown-menu{-webkit-backdrop-filter:blur(20px);z-index:150;background:#111827f2;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;width:250px;padding:.5rem 0;display:flex;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden;box-shadow:0 10px 25px -5px #00000080}.dropdown-header{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid #ffffff0a;margin-bottom:.25rem;padding:.5rem 1rem;font-size:.725rem;font-weight:700}.dropdown-item{color:var(--text-secondary);justify-content:space-between;align-items:center;padding:.65rem 1rem;font-size:.925rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.dropdown-item:hover:not(.locked-item){color:var(--text-primary);background:#ffffff08}.dropdown-item.locked-item{color:var(--text-muted);cursor:pointer}.dropdown-item.locked-item:hover{color:#fca5a5;background:#ef444405}.lock-icon{width:14px;height:14px;color:var(--text-muted)}.dropdown-item.locked-item:hover .lock-icon{color:#ef4444}.header-right{align-items:center;gap:1rem;display:flex}.auth-btn{cursor:pointer;outline:none;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.sign-in-btn{color:var(--text-secondary);background:0 0;border:1px solid #ffffff14;border-radius:8px;padding:.5rem 1.25rem}.sign-in-btn:hover{color:var(--text-primary);background:#ffffff0a;border-color:#ffffff26}.sign-up-btn{color:#07090e;background:#f3f4f6;border:none;border-radius:8px;padding:.5rem 1.25rem}.sign-up-btn:hover{background:#fff;transform:translateY(-1px)}.user-profile-group{align-items:center;gap:.75rem;display:flex}.user-profile-badge{background:#10b9811a;border:1px solid #10b98140;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.avatar-letter{color:#34d399;font-size:.85rem;font-weight:700}.active-indicator{background:#10b981;border:1.5px solid #07090e;border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;right:0}.sign-out-btn{color:var(--text-muted);background:0 0;border:none;padding:.25rem .5rem}.sign-out-btn:hover{color:#fca5a5}.download-ext-btn{color:#34d399;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:#10b98114;border:1px solid #10b98133;border-radius:8px;align-items:center;gap:.45rem;padding:.45rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.download-ext-btn:hover{color:#6ee7b7;background:#10b98126;border-color:#10b98166;transform:translateY(-1px);box-shadow:0 4px 14px #10b98133}.download-ext-btn:active{box-shadow:none;transform:translateY(0)}.download-ext-icon{flex-shrink:0;width:14px;height:14px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.download-ext-btn:hover .download-ext-icon{transform:translateY(2px)}.download-ext-label{line-height:1}.welcome-hero{text-align:center;flex-direction:column;align-items:center;max-width:700px;margin-bottom:3rem;display:flex}.welcome-badge{color:#60a5fa;background:#3b82f614;border-color:#3b82f633;margin-bottom:1.25rem;display:inline-flex}.welcome-title{margin-bottom:1rem;font-size:3.25rem;font-weight:800;line-height:1.15}.welcome-subtitle{max-width:600px;margin-bottom:0;font-size:1.15rem}.utility-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.5rem;width:100%;max-width:1000px;margin:0 auto;display:grid}.utility-card{background:var(--card-bg);box-shadow:var(--glass-shadow);border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.card-top-row{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.card-badge{color:#60a5fa;background:#3b82f614;border:1px solid #3b82f626;border-radius:6px;padding:.25rem .625rem;font-size:.725rem;font-weight:600}.card-arrow-icon{width:18px;height:18px;color:var(--text-muted);transition:transform .25s,color .25s}.card-lock-icon{width:18px;height:18px;color:var(--text-muted)}.card-title{color:var(--text-primary);text-align:left;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.card-description{color:var(--text-secondary);text-align:left;flex-grow:1;margin-bottom:1.5rem;font-size:.925rem;line-height:1.5}.card-action-text{color:var(--accent-color);text-transform:uppercase;letter-spacing:.05em;text-align:left;font-size:.85rem;font-weight:700}.active-card:hover{box-shadow:0 10px 30px -10px #3b82f626, var(--glass-shadow);border-color:#3b82f64d;transform:translateY(-4px)}.active-card:hover .card-arrow-icon{color:var(--accent-hover);transform:translate(4px)}.locked-card{opacity:.6;border-color:#ffffff08}.locked-card:hover{opacity:.85;box-shadow:0 10px 30px -10px #ef444414, var(--glass-shadow);border-color:#ef444433}.locked-card:hover .card-lock-icon{color:#ef4444;animation:.4s ease-in-out shake}.locked-badge{color:var(--text-muted);background:#ffffff08;border-color:#ffffff0f}.locked-text{color:var(--text-muted)}.locked-card:hover .locked-text{color:#fca5a5}@keyframes shake{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)}75%{transform:rotate(8deg)}}.canned-portal-section{width:100%;max-width:1200px;margin:0 auto;justify-content:flex-start!important;align-items:stretch!important;transform:none!important}.template-card{background:#141a2673}.portal-header-row{justify-content:space-between;align-items:flex-start;gap:1.5rem;width:100%;margin-bottom:1.5rem;display:flex}.portal-header-text{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.portal-header-text .portal-title{text-align:left;margin-bottom:.5rem}.portal-header-text .portal-subtitle{text-align:left;max-width:650px;margin-bottom:0}.add-shortcut-btn{background:var(--accent-color,#3b82f6);color:#fff;letter-spacing:.05em;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.25rem;padding:.6rem 1.15rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #3b82f64d}.btn-vertical-divider{background:#ffffff59;width:1px;height:16px;margin:0 .4rem}.add-shortcut-btn:hover{background:var(--accent-hover,#2563eb);transform:translateY(-1px);box-shadow:0 6px 18px #3b82f673}.card-divider{background:var(--glass-border,#ffffff14);width:100%;height:1px;margin:.75rem 0 1rem}.template-text-box{text-align:left;background:#00000026;border:1px solid #ffffff08;border-radius:8px;flex-grow:1;margin-bottom:1.25rem;padding:.875rem 1rem}.template-text{color:var(--text-secondary);margin:0;font-size:.9rem;font-style:italic;line-height:1.5}.copy-btn{color:var(--text-secondary);cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;justify-content:center;align-items:center;gap:.375rem;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.copy-btn:hover{color:var(--text-primary);background:#ffffff0f;border-color:#ffffff1f}.copy-icon{width:14px;height:14px}.check-icon{color:#10b981}.docs-list{flex-direction:column;gap:1rem;width:100%;max-width:800px;margin:0 auto;display:flex}.doc-card{background:var(--card-bg);box-shadow:var(--glass-shadow);border:1px solid #ffffff0a;border-radius:14px;align-items:center;gap:1.25rem;padding:1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.doc-card:hover{background:#141a26b3;border-color:#3b82f626}.doc-icon-wrapper{background:#3b82f60f;border:1px solid #3b82f61f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.doc-svg-icon{color:#60a5fa;width:22px;height:22px}.doc-info{text-align:left;flex-grow:1}.doc-meta{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:.75rem;display:flex}.doc-category{color:#60a5fa;font-weight:600}.doc-dot{opacity:.5}.doc-title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.05rem;font-weight:700}.doc-description{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.4}.doc-download-btn{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s}.doc-download-btn:hover{color:var(--text-primary);background:#ffffff0f;border-color:#ffffff1f}.no-docs-message{color:var(--text-muted);text-align:center;padding:3rem 0;font-size:1rem}.auth-card{background:var(--card-bg);width:100%;max-width:480px;box-shadow:var(--glass-shadow);text-align:center;-webkit-backdrop-filter:blur(16px);border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem}.auth-title{color:var(--text-primary);margin-bottom:.5rem;font-size:2rem;font-weight:800}.auth-subtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:.95rem;line-height:1.5}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.auth-submit-btn{border-radius:10px!important;width:100%!important;padding:.85rem!important}.auth-footer{color:var(--text-muted);margin-top:1rem;font-size:.9rem}.auth-link{color:var(--accent-color);font-weight:600;text-decoration:none;transition:color .2s}.auth-link:hover{color:var(--accent-hover);text-decoration:underline}.auth-error-card{background:var(--error-bg);border:1px solid var(--error-border);text-align:left;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.error-card-icon{width:20px;height:20px;color:var(--error-text);flex-shrink:0}.error-card-text{color:var(--error-text);font-size:.875rem;line-height:1.4}.validation-checklist{flex-direction:column;gap:.45rem;margin-top:.65rem;padding-left:.25rem;display:flex}.validation-rule{text-align:left;align-items:center;gap:.5rem;font-size:.825rem;transition:color .2s;display:flex}.rule-icon{flex-shrink:0;width:12px;height:12px}.rule-invalid{color:var(--text-muted)}.rule-invalid .rule-icon{color:var(--text-muted);opacity:.5}.rule-valid{color:#34d399}.rule-valid .rule-icon{color:#10b981}.rule-label{line-height:1.2}.matching-indicator{text-align:left;margin-top:.5rem;padding-left:.25rem;font-size:.825rem;font-weight:600}.match-valid{color:#34d399}.match-invalid{color:var(--error-text)}.success-card{box-shadow:0 10px 30px -10px #10b9811a, var(--glass-shadow);border-color:#10b98126}.success-icon-wrapper{background:#10b98114;border:2px solid #10b98133;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.5rem;display:flex}.success-svg-icon{color:#34d399;width:30px;height:30px}.success-message-text{color:var(--text-primary);margin-bottom:1rem;font-size:1.1rem;line-height:1.5}.success-instructions-text{color:var(--text-secondary);margin-bottom:0;font-size:.95rem;line-height:1.6}.animate-scale-in{animation:.35s cubic-bezier(.34,1.56,.64,1) forwards scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);background-color:#000000a6;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out forwards scaleIn;display:flex;position:fixed;inset:0}.modal-dialog{border:1px solid var(--glass-border,#ffffff1f);z-index:1001;background:#111827f2;border-radius:24px;flex-direction:column;gap:1.5rem;width:100%;max-width:580px;padding:2rem;display:flex;position:relative;box-shadow:0 25px 50px -12px #0009,0 0 30px #3b82f626}.modal-header{justify-content:space-between;align-items:center;display:flex}.modal-title{color:var(--text-primary,#fff);margin:0;font-size:1.35rem;font-weight:700}.modal-close-btn{color:var(--text-muted,#9ca3af);cursor:pointer;z-index:10;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:relative}.modal-close-btn:hover{color:var(--text-primary,#fff);background:#ffffff26;border-color:#ffffff40;transform:scale(1.05)}.modal-close-btn svg{pointer-events:none}.modal-body{flex-direction:column;gap:1.25rem;display:flex}.modal-field-group{flex-direction:column;gap:.5rem;display:flex}.modal-label{color:var(--text-secondary,#cbd5e1);font-size:.875rem;font-weight:600}.modal-input{border:1px solid var(--glass-border,#ffffff1a);width:100%;color:var(--text-primary,#fff);background:#0f172a99;border-radius:12px;outline:none;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.modal-input:focus{border-color:var(--accent-color,#3b82f6);box-shadow:0 0 12px #3b82f64d}.modal-textarea{resize:vertical;min-height:120px;line-height:1.5}.modal-footer{border-top:1px solid var(--glass-border,#ffffff14);justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;padding-top:1rem;display:flex}.modal-footer-right{align-items:center;gap:.75rem;display:flex}.btn-save{background:var(--accent-color,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-save:hover:not(:disabled){background:var(--accent-hover,#2563eb);box-shadow:0 4px 14px #3b82f666}.btn-save:disabled{opacity:.5;cursor:not-allowed}.btn-delete{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:12px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-delete:hover:not(:disabled){background:#ef444440;border-color:#ef444480}.btn-delete:disabled{opacity:.5;cursor:not-allowed}.btn-cancel{color:var(--text-secondary,#cbd5e1);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.btn-cancel:hover{color:#fff;background:#ffffff1a}.confirm-backdrop{z-index:1100;background-color:#000000bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.confirm-dialog{text-align:center;background:#18181bfa;border:1px solid #ef44444d;border-radius:20px;flex-direction:column;gap:1.25rem;width:100%;max-width:440px;padding:1.75rem;display:flex;box-shadow:0 20px 40px #000c,0 0 25px #ef444426}.confirm-icon-wrapper{color:#ef4444;background:#ef44441f;border:1px solid #ef444440;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto;display:flex}.confirm-title{color:var(--text-primary,#fff);margin:0;font-size:1.15rem;font-weight:700;line-height:1.4}.confirm-actions{justify-content:center;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.toast-notification{z-index:1200;color:#4ade80;background:#0f172af2;border:1px solid #22c55e4d;border-radius:14px;align-items:center;gap:.75rem;padding:.85rem 1.35rem;font-size:.925rem;font-weight:600;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards slideInRight;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 10px 30px #00000080,0 0 20px #22c55e33}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.header-center{flex:1;justify-content:center;max-width:640px;margin:0 auto;padding:0 1.5rem;display:flex}.header-search-bar{border-radius:12px;align-items:center;gap:.65rem;width:100%;padding:.5rem 1rem;display:flex}.header-search-icon{color:var(--text-muted);flex-shrink:0}.header-search-input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.925rem}.header-search-input::placeholder{color:var(--text-muted)}.category-chip-input{position:relative}.category-chip-field{background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.45rem;min-height:46px;padding:.45rem .65rem;display:flex}.category-chip-field:focus-within{border-color:var(--glass-border-focus,#6366f173);box-shadow:0 0 0 2px #6366f126}.category-chip{color:#c7d2fe;background:#6366f12e;border:1px solid #6366f159;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .55rem;font-size:.8rem;font-weight:600;display:inline-flex}.category-chip-remove{color:#e2e8f0;cursor:pointer;background:#ffffff1f;border:none;border-radius:999px;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:.85rem;line-height:1;display:inline-flex}.category-chip-remove:hover{color:#fff;background:#ef444459}.category-chip-text-input{min-width:140px;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.9rem}.category-suggestions{z-index:200;background:#111827fa;border:1px solid #ffffff14;border-radius:10px;max-height:180px;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow-y:auto;box-shadow:0 12px 30px #00000073}.category-suggestion-item{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.55rem .75rem;font-size:.875rem}.category-suggestion-item:hover,.category-suggestion-item.is-active{color:#c7d2fe;background:#6366f12e}.canned-card-categories{flex-wrap:wrap;gap:.35rem;margin-top:.35rem;display:flex}.canned-card-category{color:var(--text-secondary,#94a3b8);background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;align-items:center;padding:.15rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}@media (max-width:900px){.main-header{flex-wrap:wrap;gap:.75rem}.header-center{order:3;width:100%;max-width:none;padding:0}}
