:root,[data-theme=light]{--bg: #f4fbfb;--panel: #ffffff;--teal: #2aa8a8;--teal-deep: #1f7f7f;--teal-soft: #b8e8e6;--teal-mid: #5ec4c0;--text: #143333;--muted: #5a7a7a;--border: #9fd4d1;--danger: #b33;--ok: #1a8f5a;--chat: #e7f6f5}[data-theme=dark]{--bg: #121a1a;--panel: #1c2626;--teal: #3ecfc9;--teal-deep: #2aa8a8;--teal-soft: #244040;--teal-mid: #2f6e6c;--text: #e8f6f5;--muted: #9bb;--border: #355;--chat: #1a2a2a}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;overflow:hidden}::selection{background:#5ec4c0;color:#fff}::-moz-selection{background:#5ec4c0;color:#fff}body{font-family:Segoe UI,Trebuchet MS,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--teal-deep)}button,input,textarea{font:inherit}button{background:var(--teal);color:#fff;border:none;border-radius:8px;padding:.45rem .8rem;cursor:pointer}button.ghost{background:transparent;color:var(--teal-deep);border:1px solid var(--border)}button:disabled{opacity:.5}.app-shell{height:100%;max-height:100vh;display:flex;flex-direction:column;overflow:hidden}.banner{display:grid;min-height:140px;background:var(--teal-mid);color:#fff;position:relative;overflow:hidden;flex-shrink:0}.banner.banner-tall{min-height:clamp(240px,28vw,380px);height:clamp(240px,28vw,380px)}.banner-art-full{display:block;min-height:clamp(220px,32vw,420px);height:clamp(220px,32vw,420px);background:#dceef5;padding:0}.banner-art-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}.banner-home{grid-template-columns:1.4fr .6fr}.banner-section{grid-template-columns:.7fr 1.3fr}.banner-section.banner-has-art{grid-template-columns:1.25fr 1fr}.banner-text{padding:1.4rem 1.6rem;background:var(--teal);clip-path:polygon(0 0,88% 0,100% 100%,0 100%);z-index:1;display:flex;flex-direction:column;justify-content:center}.banner-section .banner-text{clip-path:polygon(0 0,70% 0,100% 100%,0 100%)}.banner-text h1{margin:0 0 .35rem;font-size:1.8rem}.banner-text p{margin:0;opacity:.9}.banner-photo{background:var(--teal-soft);display:grid;place-items:center;overflow:hidden;min-height:0}.banner-has-art .banner-photo{background:var(--teal)}.banner-photo-img{width:auto;height:auto;max-width:88%;max-height:88%;object-fit:contain;object-position:center center;display:block}.banner-has-art .banner-photo-img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center center}.banner-photo-ph{opacity:.7;font-size:.9rem}.top-bar{display:flex;gap:.75rem;align-items:center;padding:.45rem .8rem;border-bottom:1px solid var(--border);background:var(--panel);flex-shrink:0}.spacer{flex:1}.main-row{flex:1;display:grid;grid-template-columns:200px 1fr;min-height:0;overflow:hidden}.app-shell.chat-full .main-row{grid-template-columns:200px 1fr}.app-shell.chat-full .content{display:block}.catalog{display:flex;flex-direction:column;gap:.45rem;padding:.8rem;background:var(--panel);border-right:1px solid var(--border);overflow-y:auto;overflow-x:hidden;height:100%;min-height:0;align-self:stretch;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cat{display:block;padding:.7rem .8rem;border-radius:10px;background:var(--teal-soft);color:var(--teal-deep);text-decoration:none;font-weight:600;flex-shrink:0}.cat.active{background:var(--teal);color:#fff}.content{padding:1rem 1.2rem 5.5rem;overflow-y:auto;overflow-x:hidden;background:var(--bg);height:100%;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.page.narrow{max-width:360px}.stack{display:flex;flex-direction:column;gap:.55rem;margin:.8rem 0}.stack input,.stack textarea,.page input,.page textarea{width:100%;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--border);background:var(--panel);color:var(--text)}.row{display:flex;gap:.5rem;align-items:center}.muted{color:var(--muted)}.link-list{list-style:none;padding:0}.link-list a{font-size:1.1rem}.chat-panel{display:flex;flex-direction:column;background:var(--chat);border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 28px #0000002e;position:fixed;right:1rem;bottom:1rem;width:min(340px,calc(100vw - 2rem));height:min(420px,52vh);z-index:25;min-height:0;overflow:hidden}.chat-panel.chat-full{width:min(440px,calc(100vw - 2rem));height:min(640px,72vh)}.chat-panel.chat-collapsed{display:none}.chat-head{display:flex;align-items:center;gap:.4rem;padding:.55rem .7rem;background:var(--teal);color:#fff}.chat-actions{margin-left:auto;display:flex;gap:.25rem}.chat-actions button{background:transparent;border:1px solid rgba(255,255,255,.45);padding:.15rem .4rem}.chat-body{flex:1;overflow:auto;padding:.7rem;display:flex;flex-direction:column;gap:.45rem}.bubble{max-width:95%;padding:.5rem .65rem;border-radius:10px;white-space:pre-wrap}.bubble.user{align-self:flex-end;background:var(--teal-mid);color:#fff}.bubble.assistant{align-self:flex-start;background:var(--panel);border:1px solid var(--border)}.chat-foot{display:flex;gap:.35rem;padding:.55rem;background:var(--teal-soft)}.chat-foot input{flex:1;border:none;border-radius:8px;padding:.45rem .6rem}.chat-fab{position:fixed;right:1rem;bottom:1rem;z-index:20;border-radius:999px;padding:.7rem 1rem}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.ok{background:#9dffb0}.dot.bad{background:#ffb0b0}.toast-stack{position:fixed;right:1rem;top:1rem;z-index:50;display:flex;flex-direction:column;gap:.4rem}.toast{padding:.65rem .9rem;border-radius:10px;background:var(--panel);border:1px solid var(--border);box-shadow:0 8px 24px #0000001f;max-width:320px}.toast-error{border-color:var(--danger)}.toast-success{border-color:var(--ok)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:grid;place-items:center;z-index:40}.modal{background:var(--panel);padding:1.2rem;border-radius:12px;min-width:280px;max-width:420px;width:min(92vw,420px);display:flex;flex-direction:column;gap:.8rem}.settings-modal h3{margin:0;font-size:1.05rem}.settings-hr{border:none;border-top:1px solid var(--border);margin:.2rem 0}.small{font-size:.85rem}.schedule-block{border:1px solid var(--border);border-radius:12px;margin:.8rem 0;background:var(--panel);overflow:hidden}.schedule-head{display:flex;justify-content:space-between;padding:.7rem .9rem;cursor:pointer;background:var(--teal-soft)}.week-grid{display:grid;grid-template-columns:repeat(7,minmax(96px,1fr));gap:0;overflow-x:auto;border-top:1px solid var(--border)}.week-col{min-width:96px;border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:180px}.week-col:last-child{border-right:none}.week-col-head{text-align:center;font-weight:700;color:var(--teal-deep);padding:.45rem .3rem;background:var(--teal-soft);border-bottom:1px solid var(--border)}.week-col-body{padding:.35rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.week-item{display:flex;gap:.2rem;align-items:flex-start;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.35rem;font-size:.85rem}.week-item-text{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.week-item-text span{word-break:break-word}.week-add{margin-top:auto;font-size:.8rem}.day-row{display:none}.rich ul,.tiptap ul{list-style-type:circle;padding-left:1.4rem}.tiptap{min-height:180px;border:1px solid var(--border);border-radius:8px;padding:.7rem;background:var(--panel)}.tiptap mark,.rich mark,.prose mark,.article-view mark{background:var(--teal-soft);color:inherit;border-radius:.35em;padding:.12em .28em;box-decoration-break:clone;-webkit-box-decoration-break:clone}.editor-toolbar{display:flex;flex-wrap:wrap;gap:.35rem}.editor-toolbar button{background:var(--teal-mid)}.data-table{border-collapse:collapse;width:100%}.data-table td,.data-table th{border:1px solid var(--border);padding:.25rem}.data-table input{width:100%;border:none;background:transparent;color:var(--text)}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.8rem}.gallery img{width:100%;border-radius:10px;display:block}.rules-body{white-space:pre-wrap;font-family:inherit}.tabs{display:flex;gap:.35rem;margin-bottom:.8rem}.tabs button.active{background:var(--teal-deep)}.banner-admin-card{border:1px solid var(--border);border-radius:12px;padding:.8rem;background:var(--panel)}.banner-admin-preview{margin:.5rem 0;max-height:120px;overflow:hidden;border-radius:8px;background:var(--teal-soft)}.banner-admin-preview img{width:100%;height:120px;object-fit:cover;object-position:center top;display:block}.qa-list{list-style:none;padding:0}.qa-list li{border:1px solid var(--border);border-radius:10px;padding:.7rem;margin:.6rem 0;background:var(--panel)}.answer{background:var(--teal-soft);padding:.4rem .6rem;border-radius:8px}@media (max-width: 900px){.main-row{grid-template-columns:1fr;grid-template-rows:auto 1fr}.catalog{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;height:auto;max-height:72px;border-right:none;border-bottom:1px solid var(--border)}.chat-panel{width:min(100%,360px);height:min(50vh,420px)}.chat-panel.chat-full{width:min(100%,420px);height:min(70vh,560px)}}.teal-table-wrap{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;margin:1rem 0}.teal-table-frame{border:3px solid var(--teal);border-radius:4px;overflow:hidden;background:var(--panel);min-width:min(100%,420px);flex:1}.teal-table-head{background:var(--teal);color:#fff;text-align:center;font-weight:700;letter-spacing:.04em;padding:.55rem .75rem;text-transform:uppercase}.teal-table{width:100%;border-collapse:collapse;table-layout:fixed}.teal-table td{border:2px solid var(--teal);padding:0;vertical-align:middle;background:var(--panel)}.teal-table tr.sel-row td,.teal-table td.sel-col{background:color-mix(in srgb,var(--teal-soft) 70%,var(--panel))}.teal-table input{width:100%;border:none;background:transparent;color:var(--text);padding:.55rem .45rem;box-sizing:border-box}.teal-cell-text{display:block;padding:.55rem .45rem;min-height:1.4em;word-break:break-word}.teal-table-tools{display:flex;flex-direction:column;gap:.45rem;min-width:7.5rem}.teal-table-tools button{background:var(--panel);color:var(--teal-deep);border:2px solid var(--teal);border-radius:6px;font-weight:600;text-transform:uppercase;font-size:.8rem}.photo-card{border:1px solid var(--border);border-radius:12px;padding:.75rem;background:var(--panel);margin-bottom:1rem}.photo-card img{max-width:100%;border-radius:8px;display:block}.photo-thumb-btn{display:block;padding:0;border:none;background:transparent;cursor:zoom-in;max-width:min(33%,280px)}.photo-thumb{width:100%;max-height:220px;object-fit:cover;border-radius:8px;display:block}.photo-pick-preview{display:flex;flex-direction:column;gap:.4rem;max-width:min(33%,280px)}.photo-pick-preview img{width:100%;max-height:220px;object-fit:cover;border-radius:8px;border:1px solid var(--border)}.photo-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#000000e6;display:flex;flex-direction:column}.photo-lightbox-bar{display:flex;gap:.5rem;align-items:center;justify-content:center;padding:.6rem;flex-shrink:0;background:#000000a6;color:#fff}.photo-lightbox-bar .ghost{color:#fff;border-color:#fff5}.photo-lightbox-stage{flex:1;min-height:0;overflow:auto;display:grid;place-items:center;padding:1rem}.photo-lightbox-stage img{max-width:min(92vw,1200px);max-height:80vh;object-fit:contain;transition:transform .15s ease;transform-origin:center center;-webkit-user-select:none;user-select:none}.photo-meta{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-top:.5rem}.photo-comments{margin-top:.5rem;padding-left:0;list-style:none}.photo-comments li{margin:.35rem 0;font-size:.95rem}.week-inline{display:flex;flex-direction:column;gap:.35rem;margin-top:.4rem}.week-inline input{width:100%;box-sizing:border-box;border:1px solid var(--border);border-radius:6px;padding:.35rem .45rem;background:var(--panel);color:var(--text)}.week-item.editing{flex-direction:column;align-items:stretch}.rules-body.rich,.page .rich{line-height:1.5}.font-size-pick{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem}.font-size-pick select{padding:.25rem .4rem;border-radius:6px;border:1px solid var(--border);background:var(--panel);color:var(--text)}.tiptap,.rich,.article-view .rich,.page .rich{font-size:16px;line-height:1.55}.tiptap h2,.rich h2,.article-view h2{font-size:1.75em;line-height:1.25;margin:.9rem 0 .45rem;color:var(--teal-deep);font-weight:700}.article-view>h2{font-size:1.85rem;line-height:1.2;margin:0 0 .75rem;color:var(--teal-deep)}.find-row{display:flex;gap:1rem;align-items:flex-start;justify-content:space-between}.find-main{flex:1;min-width:0}.react-side{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0}.react-hit{background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:.35rem .55rem;cursor:pointer;-webkit-user-select:none;user-select:none}.react-hit.on{border-color:var(--teal);background:var(--teal-soft)}.push-block{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--bg)}.push-block-head{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.65rem .8rem;border:none;border-radius:0;background:var(--teal-soft);color:var(--teal-deep);font-weight:600;text-align:left}.push-arrow{font-size:.85rem;opacity:.8}.push-block-body{padding:.7rem .8rem;margin:0}.push-pref{justify-content:space-between}.push-pref input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--teal)}.articles-page{max-width:560px}.articles-page-with-side{max-width:780px;width:100%;margin:0;display:grid;grid-template-columns:minmax(0,520px) 180px;gap:.75rem;align-items:stretch;justify-content:start}.articles-main{min-width:0;max-width:520px;padding-right:0}.articles-accordion{display:flex;flex-direction:column;gap:.85rem;margin:.4rem 0 1.5rem;max-width:520px}.article-acc{display:flex;flex-direction:column;gap:0}.article-acc-bar{width:100%;display:flex;align-items:center;justify-content:center;min-height:3rem;padding:.85rem 1.1rem;border:none;border-radius:10px;background:var(--teal);color:#fff;font-weight:700;font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase;text-align:center;cursor:pointer;box-shadow:none;transition:background .15s ease,filter .15s ease}.article-acc-bar:hover{filter:brightness(1.06)}.article-acc.open .article-acc-bar{background:var(--teal-deep);border-radius:10px 10px 0 0}.article-acc-title{display:block;width:100%;line-height:1.25;word-break:break-word}.article-acc-body{padding:1rem 1.05rem 1.15rem;background:var(--panel);border:1px solid var(--border);border-top:none;border-radius:0 0 10px 10px;margin-top:0}.article-acc-body .rich{margin:0}.article-acc-body .embedded-table{margin-top:1rem}.articles-side{position:relative;display:flex;flex-direction:column;width:180px;height:auto;min-height:0;border-radius:0;overflow:visible;background:var(--bg);align-self:start;margin:0}.articles-side-stack{display:flex;flex-direction:column;width:100%;background:var(--bg)}.articles-side-slot{position:relative;width:100%;overflow:hidden;background:var(--teal);margin:0 0 -12px;z-index:1}.articles-side-slot:last-child{margin-bottom:0}.articles-side-slot-0{min-height:210px;z-index:4;clip-path:polygon(0 0,100% 0,100% calc(100% - 28px),0 100%)}.articles-side-slot-1{min-height:150px;z-index:3;clip-path:polygon(0 28px,100% 0,100% 100%,0 calc(100% - 28px))}.articles-side-slot-2{min-height:185px;z-index:2;clip-path:polygon(0 0,100% 28px,100% calc(100% - 28px),0 100%)}.articles-side-slot-3{min-height:130px;z-index:1;clip-path:polygon(0 28px,100% 0,100% 100%,0 100%)}.articles-side-img{display:block;width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:center;border-radius:0}.articles-side-ph{display:grid;place-items:center;flex:0 0 auto;min-height:160px;padding:1rem;text-align:center;color:#fff;font-weight:600;font-size:1.05rem;background:var(--teal);border-radius:0}@media (max-width:900px){.articles-page-with-side{grid-template-columns:1fr;max-width:560px}.articles-main{max-width:none}.articles-side{width:100%;max-height:none}.articles-side-slot{margin-bottom:-10px}.articles-side-slot:last-child{margin-bottom:0}.articles-side-slot-0{min-height:160px;clip-path:polygon(0 0,100% 0,100% calc(100% - 22px),0 100%)}.articles-side-slot-1{min-height:120px;clip-path:polygon(0 22px,100% 0,100% 100%,0 calc(100% - 22px))}.articles-side-slot-2{min-height:120px;clip-path:polygon(0 0,100% 22px,100% calc(100% - 22px),0 100%)}.articles-side-slot-3{min-height:120px;clip-path:polygon(0 22px,100% 0,100% 100%,0 100%)}}.chat-settings-btn{background:transparent;border:1px solid rgba(255,255,255,.55);color:#fff;border-radius:6px;padding:.15rem .4rem;line-height:1;font-size:1rem;cursor:pointer}.chat-settings-btn:hover{background:#ffffff2e}.chat-prompt-panel{display:flex;flex-direction:column;gap:.4rem;padding:.65rem .7rem;background:var(--panel);border-bottom:1px solid var(--border)}.chat-prompt-panel label{font-weight:600;font-size:.9rem}.chat-prompt-panel textarea{width:100%;resize:vertical;min-height:5.5rem;border:1px solid var(--border);border-radius:8px;padding:.5rem .6rem;background:var(--bg);color:var(--text);box-sizing:border-box}.chat-prompt-hint{margin:0;font-size:.8rem}.chat-prompt-actions{display:flex;gap:.4rem;justify-content:flex-end}.banner,.banner-art-full{border-radius:0!important}.banner-compact{min-height:72px;height:72px;max-height:72px}.banner-compact .banner-text{padding:.45rem 1rem}.banner-compact .banner-text h1{margin:0;font-size:1.25rem;line-height:1.15}.banner-compact.banner-has-art .banner-photo-img,.banner-compact .banner-art-img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center top}.home-page{max-width:none;padding-bottom:2rem}.home-intro{margin-bottom:1rem}.home-banner2{margin:1rem 0;border-radius:0;overflow:hidden;background:var(--teal);min-height:clamp(120px,18vw,200px);width:100%}.home-banner2-img{display:block;width:100%;height:clamp(120px,18vw,200px);object-fit:cover;object-position:center;border-radius:0}.home-banner2-ph{display:grid;place-items:center;min-height:clamp(120px,18vw,200px);background:linear-gradient(135deg,var(--teal) 0%,var(--teal) 55%,var(--teal-deep) 55%,var(--teal-deep) 100%);color:#fff;font-weight:700;font-size:1.2rem;letter-spacing:.04em;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.home-banner2-ph span{display:block;width:58%;padding:1rem 1.2rem;background:var(--teal);clip-path:polygon(0 0,88% 0,100% 100%,0 100%)}.home-body{margin:1rem 0 1.5rem}.home-quiz-cta{display:block;margin:1.5rem auto 0;max-width:420px;text-decoration:none;border-radius:0;overflow:hidden;background:var(--teal-deep);min-height:72px}.home-quiz-cta-inner{display:flex;align-items:center;justify-content:center;min-height:72px;padding:.9rem 1.2rem;background:var(--teal);color:#fff;font-weight:700;font-size:1.15rem;text-align:center;clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}.home-quiz-cta:hover .home-quiz-cta-inner{filter:brightness(1.05)}.quiz-page{max-width:560px;margin:0 auto}.quiz-progress{height:6px;background:var(--teal-soft);border-radius:4px;overflow:hidden;margin:1rem 0 .5rem}.quiz-progress-bar{height:100%;background:var(--teal);transition:width .25s ease}.quiz-step-label{margin:0 0 .75rem;font-size:.9rem}.quiz-prompt{margin:0 0 1rem;font-size:1.15rem;line-height:1.35}.quiz-options{display:flex;flex-direction:column;gap:.55rem}.quiz-option{text-align:left;background:var(--panel);color:var(--text);border:1px solid var(--border);border-radius:10px;padding:.7rem .9rem}.quiz-option:hover{border-color:var(--teal);background:var(--chat)}.quiz-nav{display:flex;gap:.75rem;align-items:center;margin-top:1.25rem}.ghost-link{color:var(--teal-deep)}.quiz-results{display:flex;flex-direction:column;gap:.85rem;margin:1rem 0}.quiz-breed-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1rem 1.1rem;position:relative}.quiz-breed-card.is-warn{border-color:var(--teal)}.quiz-breed-card.is-mutt{border-style:dashed;border-color:var(--teal-mid)}.quiz-breed-rank{position:absolute;top:.75rem;right:.9rem;font-weight:700;color:var(--teal-deep)}.quiz-breed-card h3{margin:.1rem 0 .35rem;padding-right:2rem}.quiz-warn{margin:.5rem 0 0;padding:.55rem .7rem;background:#2aa8a81f;border-left:3px solid var(--teal);font-size:.92rem;line-height:1.4}.quiz-breed-photo{display:block;width:100%;max-height:220px;object-fit:cover;border-radius:8px;margin-top:.75rem;background:var(--teal-soft)}.quiz-breed-admin-row{display:grid;grid-template-columns:1fr minmax(180px,2fr) auto;gap:.5rem;align-items:center;margin:.35rem 0;padding:.35rem 0;border-bottom:1px solid var(--border)}.quiz-breed-admin-row img{width:48px;height:48px;object-fit:cover;border-radius:6px}.quiz-breed-admin-class{margin:1rem 0 .35rem;font-size:1rem}@media (max-width:640px){.quiz-breed-admin-row{grid-template-columns:1fr}}
