@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:left}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(100,108,255,.67))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(97,218,251,.73))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:hsl(var(--muted-foreground))}:root{--background: 0 0% 100%;--foreground: 215 16% 20%;--card: 0 0% 100%;--card-foreground: 215 16% 20%;--popover: 0 0% 100%;--popover-foreground: 215 16% 20%;--primary: 217 91% 60%;--primary-foreground: 0 0% 100%;--secondary: 215 16% 47%;--secondary-foreground: 0 0% 100%;--brand-orange: 12 100% 63%;--brand-orange-foreground: 0 0% 100%;--brand-taupe: 28 14% 62%;--brand-taupe-foreground: 0 0% 100%;--muted: 220 14% 94%;--muted-foreground: 215 14% 45%;--accent: 38 92% 90%;--accent-foreground: 215 16% 20%;--destructive: 0 82% 59%;--destructive-foreground: 0 0% 100%;--success: 142 72% 45%;--success-foreground: 0 0% 100%;--info: 197 21% 57%;--info-foreground: 215 16% 20%;--warning: 38 92% 50%;--warning-foreground: 215 16% 20%;--border: 215 16% 85%;--input: 215 16% 85%;--ring: 217 91% 60%;--radius: .5rem;--navy: hsl(221, 67%, 14%);--sky: hsl(199, 68%, 38%);--light-sky: hsl(195, 86%, 57%);--accent-old: hsl(15, 86%, 58%);--text: hsl(223, 14%, 11%);--muted-old: hsl(215, 30%, 34%);--panel: hsl(0, 0%, 100%);--border-old: hsl(220, 12%, 91%)}.dark{--background: 215 20% 10%;--foreground: 210 20% 92%;--card: 215 20% 12%;--card-foreground: 210 20% 92%;--popover: 215 20% 12%;--popover-foreground: 210 20% 92%;--primary: 217 91% 60%;--primary-foreground: 0 0% 100%;--secondary: 215 16% 40%;--secondary-foreground: 210 20% 92%;--brand-orange: 12 100% 63%;--brand-orange-foreground: 0 0% 100%;--brand-taupe: 28 14% 40%;--brand-taupe-foreground: 210 20% 92%;--muted: 215 10% 18%;--muted-foreground: 215 14% 75%;--accent: 38 92% 35%;--accent-foreground: 210 20% 92%;--destructive: 0 80% 55%;--destructive-foreground: 0 0% 100%;--border: 215 10% 28%;--input: 215 10% 28%;--ring: 217 91% 60%;--sidebar-background: 215 20% 10%;--sidebar-foreground: 210 20% 92%;--sidebar-primary: 217 91% 60%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 215 20% 15%;--sidebar-accent-foreground: 210 20% 92%;--sidebar-border: 215 10% 28%;--sidebar-ring: 217 91% 60%}*{box-sizing:border-box}body{font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.6;margin:0;padding:0;background:linear-gradient(135deg,#0c1b3c14,#3b82f626),radial-gradient(circle at 20% 20%,rgba(255,102,68,.12),transparent 42%),radial-gradient(circle at 80% 0%,rgba(59,130,246,.12),transparent 45%),hsl(var(--background));color:hsl(var(--foreground));min-height:100vh;text-align:left}.shell{max-width:980px;margin:32px auto 48px;padding:0 16px}.header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;color:hsl(var(--foreground))}.header-left{display:flex;align-items:center;gap:12px}.logo-pill{width:52px;height:52px;border-radius:12px;background:hsl(var(--brand-orange));display:grid;place-items:center;overflow:hidden;border:2px solid hsla(var(--brand-orange) / .2)}.logo-pill img{width:100%;height:100%;display:block;object-fit:cover}.brand-text{display:flex;flex-direction:column;align-items:flex-start}.date-badge{background:linear-gradient(135deg,#8996a9,#607085)}.orzone-home-link img{height:32px;display:block;object-fit:contain;opacity:.95;transition:opacity .2s ease}.orzone-home-link img:hover{opacity:1}.header-actions{display:flex;align-items:center;gap:10px}.header select{font-family:inherit}.theme-toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:hsl(var(--foreground))}.theme-toggle select{padding:6px 8px;border-radius:8px;border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--foreground))}.container{background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000040;padding:22px 24px 28px;border:1px solid rgba(0,0,0,.06);position:relative;width:100%;max-width:1024px;margin:0 auto}.alert{padding:14px 16px;background:#f3f4ff;border-left:5px solid hsl(var(--primary));margin:14px 0;border-radius:10px;color:hsl(var(--foreground))}.alert.note{border-color:#f59e0b;background:#fff7eb}.alert.info{border-color:hsl(var(--info))}.alert.muted{border-color:#e5e7eb;background:#f3f4f6}.alert.success{border-color:#22c55e;background:#ecfdf3}.alert.destructive{border-color:#ef4444;background:#fef2f2}.btn{display:inline-block;background:linear-gradient(135deg,var(--sky),var(--light-sky));color:#0b223f;padding:11px 14px;text-decoration:none;border-radius:10px;font-weight:600;border:none;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease;box-shadow:0 10px 25px #1f7aa559}.btn:hover{transform:translateY(-1px)}.btn:disabled{background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#6b7280;cursor:not-allowed;box-shadow:none;transform:none}.candidate-card{border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px;background:#f8fbff;margin-bottom:16px;box-shadow:inset 0 1px #fff9;position:relative;width:100%}.icon-button{background:transparent;border:none;padding:0;cursor:pointer}.prepared-box{margin-top:16px;padding:14px 16px;border:1px solid #34d399;border-radius:10px;background:#ecfdf3;box-shadow:inset 0 1px #ffffffb3;position:relative}.demo-pill{position:absolute;right:12px;bottom:10px;padding:6px 10px;border-radius:999px;color:hsl(var(--success));font-weight:700;font-size:12px;min-width:140px;text-align:center;background:transparent;border:none;box-shadow:none}.tag{display:inline-block;padding:4px 8px;background:hsla(var(--primary) / .1);border:1px solid hsl(var(--primary));border-radius:999px;font-size:12px;margin-right:8px;color:hsl(var(--foreground))}.muted{color:#4b5563}.corner-link{position:absolute;right:16px;bottom:-26px;background:linear-gradient(135deg,#8996a9,#607085);color:#fff;padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:600;font-size:14px;font-family:inherit;line-height:1.2;border:none;appearance:none;cursor:pointer;box-shadow:0 10px 25px #00000040;border:1px solid hsl(var(--border))}.corner-links{position:absolute;right:16px;bottom:-2px;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.about-link{bottom:-26px}.help-link{right:8px}.corner-link.thread-link{background:linear-gradient(135deg,#fcd34d,#f59e0b);color:#0f172a;display:inline-flex;align-items:center;gap:8px;box-shadow:0 6px 18px #0000001f}.modal-backdrop{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000}.help-modal{background:#fff;border-radius:14px;width:95%;max-width:1024px;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 24px 70px #00000059;border:1px solid hsl(var(--border));overflow:hidden}.help-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.help-title{font-size:17px;font-weight:700}.help-close{background:transparent;border:none;color:hsl(var(--primary-foreground));font-size:22px;cursor:pointer;line-height:1}.help-body{display:flex;gap:18px;padding:16px;flex:1;overflow:hidden}.help-sidebar{width:260px;min-width:220px;border-right:1px solid hsl(var(--border));padding-right:12px;color:hsl(var(--foreground))}.help-topic-btn{display:block;width:100%;text-align:left;padding:10px 12px;border:1px solid transparent;background:hsl(var(--card));border-radius:10px;margin-bottom:8px;cursor:pointer;font-weight:600;color:hsl(var(--foreground));transition:background .15s ease,border-color .15s ease}.help-topic-btn:hover{background:hsla(var(--primary) / .08)}.help-topic-btn.active{border-color:hsl(var(--primary));background:hsla(var(--primary) / .15)}.dark .help-topic-btn.active{border-color:hsl(var(--primary));background:hsla(var(--primary) / .2)}.help-mobile-select{display:none;width:100%;margin-bottom:12px}.help-content{flex:1;min-width:0;overflow:auto;padding-right:6px}.solutions-card{margin-top:12px;padding:12px;border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--card))}.solutions-title{font-weight:700;margin-bottom:8px}.mode-block{margin-top:12px;padding:12px;border:1px solid hsl(var(--border));border-radius:10px;background:#f8fbff}.mode-title{margin:0 0 6px;font-size:15px;font-weight:700;color:hsl(var(--foreground))}.help-footer{padding:12px 16px;text-align:center;border-top:1px solid hsl(var(--border));background:hsl(var(--card))}.footer-link{background:none;border:none;color:hsl(var(--primary));cursor:pointer;font-weight:700;font-size:14px}.footer-link:hover{text-decoration:underline}.info-box{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:12px;margin:4px 0 12px;color:hsl(var(--foreground))}.info-box p{margin:6px 0}.thread-link-btn{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#0b223f;border:none;border-radius:10px;padding:10px 16px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #3b82f64d;display:inline-flex;align-items:center}.thread-link-btn:hover{filter:brightness(.97)}.support-textarea{width:100%;min-height:0;border:1px solid hsl(var(--border));border-radius:10px;padding:6px 10px;font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px;line-height:18px;resize:none;margin-top:8px;overflow-y:hidden}.send-btn{margin-top:10px}.support-thread-btn{position:absolute;top:10px;right:10px;padding:6px}.ticket-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;font-size:16px;color:#fff;box-shadow:0 6px 16px #00000026;position:relative}.ticket-icon svg{width:18px;height:14px}.ticket-img{width:36px;height:32px}.ticket-icon:after{content:"!";position:absolute;top:-4px;right:-4px;width:14px;height:14px;border-radius:50%;background:#f59e0b;color:#fff;font-size:10px;display:none;align-items:center;justify-content:center}.ticket-icon.alert:after{display:flex}.ticket-icon.open{background:linear-gradient(135deg,#fcd34d,#f59e0b);color:#0f172a}.ticket-icon.alert{background:linear-gradient(135deg,#f59e0b,#d97706);color:#0f172a}.ticket-icon.closed{background:linear-gradient(135deg,#d1d5db,#6b7280);color:#111827}.code-box{display:inline-flex;align-items:center;gap:10px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;padding:6px 8px;margin:6px 0 4px;max-width:420px}.code-value{font-family:SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:14px;color:hsl(var(--foreground));word-break:break-all}.code-label{font-size:13px;font-weight:700;color:hsl(var(--foreground));margin-bottom:4px;text-align:left}.copy-btn{background:transparent;border:1px solid hsl(var(--border));border-radius:6px;padding:4px 6px;cursor:pointer;font-size:16px;line-height:1;color:hsl(var(--foreground))}.copy-btn:hover{background:hsla(var(--primary) / .08)}.messages-panel{width:100%;min-height:160px;max-height:320px;overflow:auto;border:none;border-radius:10px;padding:10px;background:hsl(var(--card));display:flex;flex-direction:column;gap:10px;justify-content:flex-start}.message-row{background:transparent;border:none;border-radius:0;padding:0 0 6px;box-shadow:none;display:flex;flex-direction:column;gap:4px}.message-row.mine{align-items:flex-end}.message-row.other{align-items:flex-start}.raw-json{background:#0b1021;color:#e5e7eb;padding:10px;border-radius:8px;border:1px solid hsl(var(--border));max-height:240px;overflow:auto;font-size:12px;line-height:1.4}.debug-raw{margin-top:12px;font-size:12px;color:#4b5563;border-top:1px dashed #e5e7eb;padding-top:8px}.debug-card{margin-top:10px;border:1px dashed #d1d5db;border-radius:8px;padding:8px 10px;background:#f9fafb;font-size:12px;color:#374151}.attachment-list{list-style:disc;padding-left:20px;margin:0;color:#1d4ed8}.attachment-list a{color:#1d4ed8;word-break:break-all;font-size:13px}.attach-chips{list-style:none;padding-left:0;display:flex;gap:6px;margin-top:4px}.attach-chips li{margin:0}.attachment-chip{width:100px;height:100px;border-radius:6px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d1d5db;background:#f9fafb;box-shadow:0 2px 6px #00000014;position:relative}.attachment-chip:hover{filter:brightness(.95)}.attachment-chip.thumb img{width:100%;height:100%;object-fit:cover}.attachment-thumbs{display:flex;gap:6px;flex-wrap:wrap}.attach-remove{position:absolute;top:2px;right:2px;width:22px;height:22px;border-radius:50%;border:none;background:#0009;color:#fff;cursor:pointer;font-weight:700;line-height:1}.attach-remove:hover{background:#000c}.attach-btn{width:30px;height:30px;border-radius:10px;border:1px solid #3b82f6;background:linear-gradient(135deg,#3b82f6,#60a5fa);font-size:16px;font-weight:700;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;margin-top:10px}.attach-btn:hover{filter:brightness(.97)}@media(max-width:640px){#root,.shell{max-width:100%;margin:0;padding:0}.container{padding:12px 10px 16px;width:100%;max-width:100%;margin:0;border-radius:8px;box-shadow:none;border:1px solid rgba(0,0,0,.06)}.candidate-card{padding:6px 8px;margin:0 0 8px;width:100%}.header{padding:6px 8px;gap:4px;flex-wrap:wrap}.brand-text div:first-child{font-size:15px!important}.brand-text div:last-child{font-size:11px!important}.corner-links{right:6px;bottom:-6px;gap:4px}.corner-link{padding:5px 7px;font-size:11px}.support-thread-btn{top:2px;right:2px}.prepared-box{padding:6px 8px}.help-body{padding:6px}.help-modal{width:98%;max-width:100%}.help-body{padding:8px 6px;gap:6px}.messages-panel{max-height:180px;padding:6px}.attachment-chip{width:60px;height:60px}.attach-btn{margin-top:6px;width:28px;height:28px;font-size:15px}.attachment-list.attach-chips{gap:4px}.support-textarea{padding:6px 7px;font-size:12.5px;line-height:17px}.btn{padding:8px 10px;font-size:13px}}.message-meta{display:flex;justify-content:space-between;gap:10px;font-size:12px;color:hsl(var(--muted-foreground));margin-top:4px}.message-meta.below{justify-content:space-between}.message-sender{font-weight:600;color:hsl(var(--foreground))}.message-time{font-style:italic}.message-text{color:hsl(var(--foreground));font-size:14px;white-space:pre-wrap}.bubble{padding:10px 12px;border-radius:12px;max-width:80%}.bubble.other{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db}.bubble.mine{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;color:#0f172a}@media(max-width:768px){.help-body{flex-direction:column;overflow:auto}.help-sidebar{display:none}.help-mobile-select{display:block}}
