/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.block{display:block}}:root{--paper:#f5f2ec;--paper-deep:#ece7de;--card:#fffdf9;--ink:#27221e;--muted:#746c64;--line:#ddd5ca;--wine:#941c32;--wine-dark:#741326;--wine-soft:#f4e7e9;--green:#16766d;--sidebar:286px}*{box-sizing:border-box}html,body{background:var(--paper);min-height:100%;color:var(--ink);margin:0}body{-webkit-font-smoothing:antialiased;font-family:Inter,Segoe UI,Microsoft YaHei,PingFang SC,Arial,sans-serif}button,input,textarea{font:inherit}button{color:inherit}.app-shell{background:var(--paper);min-height:100vh}.sidebar{z-index:40;width:var(--sidebar);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#fcf9f4f5;border-right:1px solid #9c8f8147;flex-direction:column;padding:22px 18px 18px;transition:transform .26s;display:flex;position:fixed;inset:0 auto 0 0;transform:translate(-104%)}.sidebar.is-open{transform:translate(0)}.brand-row{align-items:center;gap:12px;min-height:56px;display:flex}.brand-mark{background:var(--wine);color:#fff;cursor:pointer;border:1px solid #7f192d;border-radius:17px;flex:0 0 52px;width:52px;height:52px;padding:0;box-shadow:0 8px 20px #62102029}.brand-mark span{letter-spacing:1.1px;font-size:13px;font-weight:800}.brand-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.brand-copy strong{letter-spacing:.03em;font-family:Georgia,Songti SC,serif;font-size:17px}.brand-copy span{color:#8b8178;letter-spacing:.14em;font-size:9px;font-weight:700}.sidebar-close{color:#877e75;cursor:pointer;background:0 0;border:0;border-radius:50%;width:30px;height:30px;padding:0;font-size:22px}.sidebar-close:hover{background:var(--paper-deep)}.sidebar-nav{flex-direction:column;gap:6px;margin-top:40px;display:flex}.nav-caption{color:#9b9188;letter-spacing:.18em;margin:0 12px 8px;font-size:10px;font-weight:800}.sidebar-nav button,.clear-button{color:#625b55;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:15px;align-items:center;gap:12px;width:100%;height:46px;padding:0 12px;transition:background .16s,color .16s,transform .16s;display:flex}.sidebar-nav button:hover,.clear-button:hover{color:var(--ink);background:#eee9e1}.sidebar-nav button.active{background:var(--wine-soft);color:var(--wine);font-weight:700}.sidebar-nav button:active{transform:scale(.985)}.nav-icon{border:1px solid;border-radius:8px;place-items:center;width:25px;height:25px;font-family:Songti SC,serif;font-size:12px;line-height:1;display:grid}.sidebar-bottom{flex-direction:column;gap:12px;margin-top:auto;display:flex}.clear-button{color:#766e67}.clear-button span{text-align:center;width:25px;font-size:20px}.edition-card{border:1px solid var(--line);background:#fffdf9c7;border-radius:16px;align-items:flex-start;gap:10px;padding:14px;display:flex}.status-dot,.edition-card>.status-dot{background:var(--green);border-radius:50%;flex:0 0 8px;width:8px;height:8px;margin-top:5px;box-shadow:0 0 0 4px #16766d1a}.edition-card div{flex-direction:column;gap:4px;min-width:0;display:flex}.edition-card strong{font-size:12px}.edition-card span:last-child{color:#8a8178;font-size:10px;line-height:1.45}.menu-trigger{z-index:32;cursor:pointer;background:#fffdf9f0;border:1px solid #8e81743d;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:52px;height:52px;padding:0;transition:opacity .18s,transform .18s;display:flex;position:fixed;top:18px;left:18px;box-shadow:0 10px 28px #3b2d241a}.menu-trigger.is-hidden{opacity:0;pointer-events:none;transform:translate(-12px)}.menu-trigger span{background:var(--ink);width:19px;height:1.5px}.sidebar-backdrop{display:none}.main-panel{min-height:100vh;transition:padding-left .26s}.main-panel.with-sidebar{padding-left:var(--sidebar)}.topbar{border-bottom:1px solid #9f918333;justify-content:space-between;align-items:center;height:80px;padding:0 34px;display:flex}.topbar>div:first-child{flex-direction:column;gap:4px;display:flex}.topbar-kicker{color:var(--wine);letter-spacing:.22em;font-size:9px;font-weight:800}.topbar strong{font-size:14px}.topbar-meta{align-items:center;gap:9px;display:flex}.online-pill,.standard-pill{border:1px solid var(--line);color:#6f6760;background:#fffdf9b8;border-radius:999px;align-items:center;gap:7px;height:30px;padding:0 12px;font-size:10px;font-weight:700;display:inline-flex}.online-pill span{background:var(--green);border-radius:50%;width:6px;height:6px}.standard-pill{color:var(--wine);background:var(--wine-soft);border-color:#941c322b}.chat-page{flex-direction:column;min-height:calc(100vh - 80px);display:flex}.chat-scroll{flex:1;overflow:auto}.hero{text-align:center;max-width:940px;margin:0 auto;padding:68px 42px 28px}.hero-seal{color:#fff;background:var(--wine);border:1px solid #941c326b;border-radius:22px;place-items:center;width:68px;height:68px;margin:0 auto 24px;display:grid;position:relative;box-shadow:0 14px 32px #7114262e}.hero-seal span{font-family:Songti SC,SimSun,serif;font-size:31px;font-weight:700}.hero-seal i{border:4px solid var(--paper);background:var(--green);border-radius:50%;width:19px;height:19px;position:absolute;bottom:-6px;right:-6px}.eyebrow{color:var(--wine);letter-spacing:.2em;margin:0 0 13px;font-size:10px;font-weight:800}.hero h1{letter-spacing:-.045em;margin:0;font-family:Georgia,Songti SC,STSong,serif;font-size:clamp(36px,5vw,58px);font-weight:600;line-height:1.22}.hero-intro{max-width:680px;color:var(--muted);margin:22px auto 0;font-size:14px;line-height:1.85}.hero-intro b{color:#514943;font-weight:650}.starter-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:38px;display:grid}.starter-grid button{border:1px solid var(--line);cursor:pointer;background:#fffdf9c2;border-radius:18px;grid-template-columns:34px 1fr 20px;align-items:center;gap:10px;min-height:74px;padding:14px 17px;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid;box-shadow:0 5px 18px #42332809}.starter-grid button:hover{border-color:#941c3266;transform:translateY(-2px);box-shadow:0 10px 26px #42332812}.starter-grid button>span{color:var(--wine);font-family:Georgia,serif;font-size:11px;font-weight:700}.starter-grid button strong{font-size:13px;font-weight:650}.starter-grid button i{color:#9b9187;text-align:right;font-style:normal}.composer-wrap{z-index:15;background:linear-gradient(0deg,var(--paper) 70%,#f5f2ec00);padding:16px 28px 14px;position:sticky;bottom:0}.composer{background:var(--card);border:1px solid #941c322e;border-radius:25px;max-width:820px;min-height:92px;margin:0 auto;padding:18px 64px 12px 21px;position:relative;box-shadow:0 18px 45px #3e2b221f}.composer textarea{resize:none;width:100%;height:30px;color:var(--ink);background:0 0;border:0;outline:0;font-size:14px;line-height:1.55}.composer textarea::placeholder{color:#9a9189}.composer>button{background:var(--wine);color:#fff;cursor:pointer;border:0;border-radius:50%;width:42px;height:42px;font-size:21px;position:absolute;top:17px;right:15px;box-shadow:0 7px 16px #76132633}.composer>button:disabled{box-shadow:none;cursor:not-allowed;background:#c9c0b8}.composer-meta{color:#9a9189;justify-content:space-between;gap:12px;margin-top:8px;font-size:9px;display:flex}.composer-meta span:first-child{color:#746c65;align-items:center;gap:6px;font-weight:700;display:flex}.composer-meta i{background:var(--green);border-radius:50%;width:6px;height:6px}.composer-wrap>p{color:#9d948b;text-align:center;margin:9px auto 0;font-size:9px}.conversation{max-width:900px;margin:0 auto;padding:48px 36px 26px}.message{margin-bottom:34px;display:flex}.user-message{justify-content:flex-end;align-items:flex-start;gap:10px}.message-label,.assistant-avatar{border-radius:11px;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.message-label{color:#6e655d;background:#e5ded5;order:2}.user-bubble{border:1px solid var(--line);background:#fffdf9db;border-radius:18px 5px 18px 18px;max-width:min(630px,78%);padding:13px 17px;font-size:14px;line-height:1.65}.assistant-message{align-items:flex-start;gap:14px}.assistant-avatar{background:var(--wine);color:#fff;margin-top:1px;font-family:Songti SC,serif}.assistant-content{flex:1;min-width:0}.assistant-name{color:#8a8178;letter-spacing:.08em;margin:0 0 12px;font-size:10px;font-weight:750}.assistant-content h2{margin:0 0 11px;font-family:Georgia,Songti SC,serif;font-size:21px;font-weight:650;line-height:1.45}.answer-summary{margin:0;font-size:14px;line-height:1.9}.answer-points{margin:15px 0 0;padding:0;list-style:none}.answer-points li{color:#514a44;margin:8px 0;padding-left:18px;font-size:13px;line-height:1.75;position:relative}.answer-points li:before{content:"";background:var(--wine);border-radius:50%;width:5px;height:5px;position:absolute;top:10px;left:2px}.source-card{border:1px solid var(--line);background:#fffdf9c4;border-radius:16px;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;margin-top:20px;padding:15px;display:grid}.source-icon{background:var(--wine-soft);width:40px;height:40px;color:var(--wine);border-radius:12px;place-items:center;font-size:11px;font-weight:900;display:grid}.source-card>div:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.source-card span{color:#8a8178;letter-spacing:.06em;font-size:9px;font-weight:700}.source-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.source-card small{color:#777067;font-size:10px}.source-card .verified-mark{color:var(--green);white-space:nowrap;background:#e5f1ef;border-radius:999px;padding:5px 8px}.answer-actions{color:#9a9188;justify-content:space-between;align-items:center;margin-top:12px;font-size:9px;display:flex}.answer-actions button{color:var(--wine);cursor:pointer;background:0 0;border:0;padding:5px 0;font-size:10px;font-weight:700}.thinking-message{min-height:58px}.thinking-dots{align-items:center;gap:5px;height:24px;display:flex}.thinking-dots span{background:#9c9289;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite pulse}.thinking-dots span:nth-child(2){animation-delay:.12s}.thinking-dots span:nth-child(3){animation-delay:.24s}@keyframes pulse{50%{opacity:.5}}.content-page{max-width:1060px;margin:0 auto;padding:58px 44px 80px}.content-heading{max-width:690px;margin-bottom:36px}.content-heading p{color:var(--wine);letter-spacing:.18em;margin:0 0 11px;font-size:10px;font-weight:800}.content-heading h1{letter-spacing:-.04em;margin:0;font-family:Georgia,Songti SC,serif;font-size:clamp(34px,5vw,50px);font-weight:600}.content-heading span{color:var(--muted);margin-top:14px;font-size:13px;line-height:1.75;display:block}.chapter-list{border-top:1px solid var(--line)}.chapter-list button{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:0 0;grid-template-columns:48px 1fr 26px;align-items:center;gap:18px;width:100%;min-height:80px;padding:14px 8px;display:grid}.chapter-list button:hover .chapter-info strong{color:var(--wine)}.chapter-list button:hover .chapter-arrow{transform:translate(2px,-2px)}.chapter-number{color:var(--wine);font-family:Georgia,serif;font-size:15px;font-weight:700}.chapter-info{flex-direction:column;gap:5px;display:flex}.chapter-info strong{font-family:Georgia,Songti SC,serif;font-size:17px;transition:color .15s}.chapter-info small{color:#827970;font-size:11px}.chapter-arrow{color:#8c8279;font-size:17px;transition:transform .15s}.lookup-search{border:1px solid var(--line);background:var(--card);border-radius:17px;align-items:center;gap:12px;height:54px;padding:0 18px;display:flex;box-shadow:0 7px 20px #3f2f240a}.lookup-search span{color:var(--wine);font-size:21px}.lookup-search input{background:0 0;border:0;outline:0;width:100%;font-size:13px}.lookup-list{flex-direction:column;gap:10px;margin-top:22px;display:flex}.lookup-list button{border:1px solid var(--line);text-align:left;cursor:pointer;background:#fffdf9a3;border-radius:16px;grid-template-columns:92px 1fr auto;align-items:center;gap:14px;width:100%;padding:16px;display:grid}.lookup-list button:hover{background:var(--card);border-color:#941c325c}.clause-tag{background:var(--wine-soft);color:var(--wine);text-align:center;border-radius:9px;padding:7px 9px;font-size:10px;font-weight:800}.lookup-list button>span:nth-child(2){flex-direction:column;gap:5px;min-width:0;display:flex}.lookup-list strong{font-size:13px}.lookup-list small{color:#827970;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.lookup-list i{color:var(--wine);font-size:10px;font-style:normal;font-weight:700}.empty-state{color:#8a8178;text-align:center;padding:34px}.topic-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.topic-grid article{border:1px solid var(--line);background:#fffdf9ad;border-radius:20px;flex-direction:column;min-height:270px;padding:24px;display:flex}.topic-index{color:var(--wine);font-family:Georgia,serif;font-size:12px;font-weight:800}.topic-grid h2{margin:18px 0 8px;font-family:Georgia,Songti SC,serif;font-size:21px}.topic-grid p{color:var(--muted);margin:0;font-size:12px;line-height:1.75}.topic-grid article>div{border-top:1px solid var(--line);margin-top:auto;padding-top:18px}.topic-grid button{color:#514a44;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;width:100%;padding:7px 0;font-size:11px;display:flex}.topic-grid button:hover{color:var(--wine)}.guide-layout{grid-template-columns:1.35fr .75fr;align-items:start;gap:22px;display:grid}.guide-steps{border-top:1px solid var(--line);flex-direction:column;display:flex}.guide-steps article{border-bottom:1px solid var(--line);grid-template-columns:40px 1fr;gap:14px;padding:22px 4px;display:grid}.guide-steps article>span{background:var(--wine-soft);width:30px;height:30px;color:var(--wine);border-radius:10px;place-items:center;font-family:Georgia,serif;font-size:12px;font-weight:800;display:grid}.guide-steps h2{margin:3px 0 7px;font-family:Georgia,Songti SC,serif;font-size:17px}.guide-steps p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.notice-card{background:var(--wine);color:#fff;border-radius:21px;padding:25px;box-shadow:0 18px 38px #6711222b}.notice-card>span{letter-spacing:.16em;opacity:.7;font-size:9px;font-weight:800}.notice-card h2{margin:22px 0 10px;font-family:Georgia,Songti SC,serif;font-size:24px}.notice-card p{opacity:.78;margin:0;font-size:12px;line-height:1.8}.notice-card button{color:#fff;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #fff6;margin-top:28px;padding:10px 0 4px;font-size:11px}@media (width<=920px){.main-panel.with-sidebar{padding-left:0}.sidebar{box-shadow:18px 0 50px #32251d29}.sidebar-backdrop{z-index:35;opacity:0;pointer-events:none;background:#261f1b33;border:0;transition:opacity .2s;display:block;position:fixed;inset:0}.sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}.menu-trigger.is-hidden{opacity:1;pointer-events:auto;transform:none}.topbar{padding-left:84px}}@media (width<=760px){.sidebar{width:min(86vw,310px)}.topbar{height:70px;padding:0 15px 0 82px}.topbar-meta .online-pill{display:none}.standard-pill{padding:0 9px}.hero{padding:46px 18px 24px}.hero h1{font-size:35px}.hero-intro{font-size:13px}.starter-grid{grid-template-columns:1fr;margin-top:28px}.starter-grid button{min-height:66px}.composer-wrap{padding:13px 12px 10px}.composer{border-radius:22px;min-height:82px;padding:15px 57px 10px 17px}.composer>button{top:13px;right:12px}.composer-meta span:last-child{display:none}.conversation{padding:32px 15px 20px}.assistant-message{gap:10px}.assistant-avatar,.message-label{flex-basis:31px;width:31px;height:31px}.user-bubble{max-width:82%}.source-card{grid-template-columns:36px 1fr}.source-card .verified-mark,.answer-actions span{display:none}.answer-actions{justify-content:flex-end}.content-page{padding:42px 17px 60px}.chapter-list button{grid-template-columns:36px 1fr 18px;gap:10px}.lookup-list button{grid-template-columns:76px 1fr;gap:10px}.lookup-list button i{display:none}.topic-grid,.guide-layout{grid-template-columns:1fr}.topic-grid article{min-height:250px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.brand-mark{background:#fff;border-color:#941c3233;padding:4px;overflow:hidden;box-shadow:0 8px 20px #6210201f}.brand-mark img{object-fit:cover;border-radius:12px;width:100%;height:100%;display:block}.hero-seal{background:#fff;border-color:#941c3240;width:74px;height:74px;padding:5px;box-shadow:0 14px 32px #71142624}.hero-seal img{object-fit:cover;border-radius:17px;width:100%;height:100%;display:block}
