:root{--bg: #ffffff;--bg-dark: #151515;--bg-card-dark: #0b1020;--bg-elevated-dark: #111827;--text: #4b5563;--text-light: #f9fafb;--primary: #05ac69;--primary-soft: rgba(22, 163, 74, .08);--primary-border: rgba(22, 163, 74, .5);--accent: #05ac69;--border: rgba(148, 163, 184, .4);--radius-lg: 16px;--text-heading: #1f2937;--text-body: #374151;--text-muted: #6b7280}html.theme-dark{--text-heading: #f9fafb;--text-body: #e5e7eb;--text-muted: #9ca3af}.text-primary{color:var(--primary)!important}*{box-sizing:border-box}[hidden]{display:none!important}html{margin:0;padding:0;background:var(--bg)}body{margin:0;padding:0;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;display:flex;flex-direction:column}html.theme-dark{background:#151515}html.theme-dark body{background:#151515;color:var(--text-light)}.fw-600{font-weight:600}.text-uppercase{text-transform:uppercase}.page{position:relative;display:flex;min-height:100vh;overflow:hidden}html.theme-dark .page{background:#151515}.bg-blobs{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.25;z-index:0}.bg-blob{position:absolute;width:300px;height:300px;border-radius:999px;filter:blur(120px)}.bg-blob.primary-1{background:#05ac69;top:-140px;left:-50px}.bg-blob.primary-2{background:#16a34a;bottom:-140px;left:50%}.bg-blob.cyan{background:#05ac69;top:-260px;left:30%}.bg-blob.warning{background:#05ac69;top:180px;left:50%}.bg-blob.error{background:#16a34a;top:360px;left:-80px}.bg-blob.success{background:#05ac69;bottom:-130px;left:-130px}.bg-blob.warning-2{background:#05ac69;top:-80px;right:-5%}.layout{position:relative;z-index:1;display:flex;flex:1;min-height:100vh}.layout.sidebar-collapsed .sidebar{width:84px;padding:15px 12px;opacity:1;pointer-events:auto;transition:width .45s cubic-bezier(.22,.61,.36,1),padding .45s cubic-bezier(.22,.61,.36,1),opacity .25s ease}.sidebar{width:280px;display:flex;flex-direction:column;padding:15px 20px;transition:width .45s cubic-bezier(.22,.61,.36,1),padding .45s cubic-bezier(.22,.61,.36,1),opacity .25s ease;will-change:width,padding;margin:15px 0 15px 15px;border-radius:16px;height:calc(100vh - 30px);border:1px solid rgba(203,213,225,.2);background:linear-gradient(180deg,#fff,#f6f6f6);box-shadow:0 2px 5px #0000000d}html.theme-dark .sidebar{border-color:#7676761a;background:linear-gradient(180deg,#201f25,#161619);box-shadow:0 5px 15px #0003}.sidebar-header{display:flex;justify-content:space-between;align-items:center}.sidebar-logo{display:flex;align-items:center;gap:8px;min-width:0;margin-left:55px}.sidebar-logo-img{display:block;height:auto;max-height:35px;width:auto;max-width:100%;object-fit:contain}.sidebar-logo-img--dark,.sidebar-logo-img--collapsed,html.theme-dark .sidebar-logo-img--light{display:none}html.theme-dark .sidebar-logo-img--dark{display:block}.layout.sidebar-collapsed .sidebar-logo{justify-content:center;width:100%;margin:5px 10px 10px}.layout.sidebar-collapsed .sidebar-logo-img--light,.layout.sidebar-collapsed .sidebar-logo-img--dark{display:none}.layout.sidebar-collapsed .sidebar-logo-img--collapsed{display:block;max-height:35px}.layout.sidebar-collapsed .sidebar-header{justify-content:center}.layout.sidebar-collapsed .sidebar-header-actions{max-width:0;opacity:0;transform:translate(-6px);pointer-events:none}.layout.sidebar-collapsed .sidebar-nav-link{display:flex;align-items:center;justify-content:center;height:40px;width:40px;margin:0 auto;padding:0;border-radius:10px;line-height:1;gap:0}.layout.sidebar-collapsed .sidebar-nav{gap:10px}.layout.sidebar-collapsed .sidebar-nav-link>span:not(.sidebar-nav-icon){max-width:0;opacity:0;transform:translate(-6px);pointer-events:none}.layout.sidebar-collapsed .sidebar-nav-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.layout.sidebar-collapsed .sidebar-section-title{display:block;margin-top:-15px;opacity:0;transform:translateY(-2px);pointer-events:none}.layout.sidebar-collapsed .chat-item{display:flex;align-items:center;justify-content:center;height:40px;width:40px;margin:0 auto;border-radius:10px;padding:0;line-height:1}.layout.sidebar-collapsed .chat-item-title{width:100%;justify-content:center;margin-right:0;gap:0;font-size:0}.layout.sidebar-collapsed .chat-item-title i{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:18px;line-height:1}.layout.sidebar-collapsed .chat-item-menu-button{display:none}.layout.sidebar-collapsed .sidebar-chat-list{gap:10px;max-height:none;overflow:visible}.layout.sidebar-collapsed .sidebar-footer-link{position:relative;display:flex;align-items:center;justify-content:center;height:40px;width:40px;margin:5px auto 10px;padding:0;border-radius:10px;line-height:1}.layout.sidebar-collapsed .sidebar-footer-link>span{width:100%;justify-content:center;gap:0;font-size:0}.layout.sidebar-collapsed .sidebar-footer-link>span>i{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:18px;line-height:1}.layout.sidebar-collapsed .sidebar-footer-link .status-dot{position:absolute;top:7px;right:5px;width:7px;height:7px}.sidebar-logo-mark{width:32px;height:32px;border-radius:12px;background:linear-gradient(135deg,#16a34a,#05ac69);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.sidebar-logo-text{font-size:1.25rem;font-weight:600;color:#0f172a}html.theme-dark .sidebar-logo-text{color:#e5e7eb}.sidebar-header-actions{display:flex;gap:8px;max-width:200px;overflow:hidden;opacity:1;transform:translate(0);transition:max-width .45s cubic-bezier(.22,.61,.36,1),opacity .25s ease,transform .25s ease}.icon-button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;background:transparent;border:none;color:#05ac69}.sidebar-nav{margin-top:20px;display:flex;flex-direction:column;gap:5px}.sidebar-separator{border-bottom:1px solid rgba(148,163,184,.4);margin:10px 0}.sidebar-nav-link{display:flex;align-items:center;gap:10px;padding:10px 15px;border-radius:999px;font-size:13px;text-decoration:none;color:var(--text);transition:background .2s,color .2s}.sidebar-nav-link>span:not(.sidebar-nav-icon){display:block;max-width:220px;overflow:hidden;white-space:nowrap;opacity:1;transform:translate(0);transition:max-width .45s cubic-bezier(.22,.61,.36,1),opacity .2s ease,transform .2s ease}html.theme-dark .sidebar-nav-link,html.theme-dark .chat-item,html.theme-dark .sidebar-footer-link{color:#7c7c7c}html.theme-dark .sidebar-separator{border-bottom:1px solid rgb(58 58 58 / 50%)}.sidebar-nav-link--primary{background:linear-gradient(135deg,#16a34a,#05ac69);color:#fff;font-weight:500;box-shadow:0 5px 20px #22c55e59}html.theme-dark .sidebar-nav-link--primary{background:linear-gradient(135deg,#16a34a,#05ac69);box-shadow:0 5px 20px #22c55e59;color:#fff}.sidebar-nav-link:hover:not(.sidebar-nav-link--primary){background:#16a34a14;color:var(--primary)}html.theme-dark .sidebar-nav-link:hover:not(.sidebar-nav-link--primary){background:#05ad6a1a;color:var(--primary)}.sidebar-section-title{margin:20px 0 0;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:#9ca3af;transition:opacity .25s ease,transform .25s ease}html.theme-dark .sidebar-section-title{color:#6b7280}.sidebar-nav-icon{display:inline-flex;align-items:center;justify-content:center;font-size:16px}.sidebar-chat-list{display:flex;flex-direction:column;gap:4px;max-height:260px;overflow-y:auto}.chat-item{display:flex;align-items:center;justify-content:space-between;padding:10px 5px 10px 15px;border-radius:50px;font-size:13px;cursor:pointer;transition:background .15s,color .15s}.chat-item:hover,html.theme-dark .chat-item:hover{background:#05ad6a1a;color:var(--primary)}.chat-item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:10px;margin-right:10px;transition:font-size .45s cubic-bezier(.22,.61,.36,1),opacity .25s ease}.chat-item-title i{font-size:18px}.chat-item-menu-button{width:24px;height:24px;border-radius:999px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;flex-shrink:0;margin-right:5px}.chat-item-menu-button:hover{background:#94a3b826;color:#4b5563}.chat-item{position:relative}.chat-item-menu{position:absolute;top:4px;right:6px;background:#fff;border-radius:12px;box-shadow:0 24px 60px #0000001f;border:1px solid rgba(148,163,184,.35);padding:6px 0;min-width:160px;display:none;z-index:20}html.theme-dark .chat-item-menu{background:#151515;border-color:#16a34a4d;box-shadow:0 5px 10px #0000004d}.chat-item-menu--open{display:block}.chat-item-menu--align-up{top:auto;bottom:4px}.chat-item-menu-item{width:100%;padding:10px 15px;text-align:left;background:transparent;border:none;font-size:.8rem;color:#111827;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.chat-item-menu-item-label{display:inline-flex;align-items:center;gap:15px}.chat-item-menu-item:hover{background:#f8fafce6}html.theme-dark .chat-item-menu-item{color:#e5e7eb}html.theme-dark .chat-item-menu-item:hover{background:#22c55e0d}.chat-item-menu-item--danger{color:#dc2626}.sidebar-footer-bottom{margin-top:auto;margin-bottom:5px}.sidebar-footer-link{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;gap:10px;border-radius:50px;cursor:pointer;font-size:13px;margin:4px 0;transition:background .15s,color .15s}.sidebar-footer-link span{display:flex;align-items:center;gap:10px;transition:font-size .45s cubic-bezier(.22,.61,.36,1)}.sidebar-footer-link i{font-size:18px}.sidebar-footer-link:hover,html.theme-dark .sidebar-footer-link:hover{background:#05ad6a1a;color:var(--primary)}.status-dot{width:6px;height:6px;border-radius:999px;background:#05ac69}.sidebar-footer-pill{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:.7rem;border:1px solid rgba(34,197,94,.4);background:#22c55e14;color:#16a34a}.sidebar-plan{padding:10px;border-radius:12px;border:1px solid rgba(22,163,74,.3);background:#16a34a0a;display:flex;align-items:center;justify-content:space-between;font-size:.85rem}html.theme-dark .sidebar-plan{background:transparent}.sidebar-plan-button{border:none;background:transparent;color:var(--primary);display:inline-flex;align-items:center;gap:10px;font-size:.85rem;cursor:pointer}.sidebar-plan-button i{font-size:18px;line-height:1}.sidebar-plan-badge{border-radius:999px;padding:5px 15px;font-size:12px;border:1px solid rgb(5 172 105 / 60%);background:#16a349;color:#fff}.layout.sidebar-collapsed .sidebar-plan{border:none;background:transparent;padding:0;justify-content:center}.layout.sidebar-collapsed .sidebar-plan-button{width:40px;height:40px;border-radius:10px;justify-content:center;gap:0}.layout.sidebar-collapsed .sidebar-plan-button i{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;line-height:1}.layout.sidebar-collapsed .sidebar-nav-link,.layout.sidebar-collapsed .chat-item,.layout.sidebar-collapsed .sidebar-footer-link,.layout.sidebar-collapsed .sidebar-plan-button{position:relative}.layout.sidebar-collapsed .sidebar-nav-link:after,.layout.sidebar-collapsed .chat-item:after,.layout.sidebar-collapsed .sidebar-footer-link:after,.layout.sidebar-collapsed .sidebar-plan-button:after{position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);background:#fff;border:1px solid #05ac69;color:#111;border-radius:50px;padding:10px 15px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:50}.layout.sidebar-collapsed .sidebar-nav-link:after{content:attr(data-collapsed-label)}.layout.sidebar-collapsed .chat-item:after{content:attr(data-collapsed-label)}.layout.sidebar-collapsed .sidebar-footer-link:after{content:attr(data-collapsed-label)}.layout.sidebar-collapsed .sidebar-plan-button:after{content:"Update App"}.layout.sidebar-collapsed .sidebar-nav-link:hover:after,.layout.sidebar-collapsed .chat-item:hover:after,.layout.sidebar-collapsed .sidebar-footer-link:hover:after,.layout.sidebar-collapsed .sidebar-plan-button:hover:after{opacity:1;visibility:visible}html.theme-dark .layout.sidebar-collapsed .sidebar-nav-link:after,html.theme-dark .layout.sidebar-collapsed .chat-item:after,html.theme-dark .layout.sidebar-collapsed .sidebar-footer-link:after,html.theme-dark .layout.sidebar-collapsed .sidebar-plan-button:after{background:#1a1a1e;border:1px solid rgba(5,172,105,.8);color:#fff}.layout.sidebar-collapsed .sidebar-plan-button span,.layout.sidebar-collapsed .sidebar-plan-badge{display:none}.main{flex:1;display:flex;flex-direction:column;position:relative;z-index:1;min-width:0;background:transparent;margin:15px 15px 5px;height:calc(100vh - 20px);overflow:hidden}html.theme-dark .main{background:transparent;margin:15px 15px 5px;height:calc(100vh - 20px);overflow:hidden}.main-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:0;border-bottom:1px solid transparent;background:transparent;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-bottom:10px}html.theme-dark .main-header{border-bottom-color:transparent;background:transparent}.main-header-left{display:flex;align-items:center;gap:12px}.menu-button{display:none}.layout.sidebar-collapsed .menu-button{display:inline-flex}.model-switch{display:flex;align-items:center;gap:10px;cursor:pointer}.model-name{font-size:.9rem;font-weight:500}.model-sub{font-size:.7rem;color:#9ca3af}html.theme-dark .model-sub{color:#6b7280}.main-header-right{display:flex;align-items:center;gap:12px}.theme-toggle{width:35px;height:35px;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#05ac69}html.theme-dark .theme-toggle{border-color:#08aa62;background:transparent;color:#e5e7eb}.theme-toggle i{font-size:18px}.profile-avatar{width:35px;height:35px;border-radius:999px;padding:1px;background:linear-gradient(135deg,#16a34a,#05ac69);display:flex;align-items:center;justify-content:center}.profile-avatar img{width:100%;height:100%;border-radius:999px;object-fit:cover;border:2px solid #ffffff}html.theme-dark .profile-avatar img{border-color:#151219}.model-switch-avatar{width:32px;height:32px;border-radius:999px;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.model-switch-avatar-img{width:20px;height:20px;object-fit:contain;display:block}.header-avatar-frame{width:36px;height:36px;border-radius:999px;border:1px solid rgba(148,163,184,.4)}.avatar{width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,#2563eb,#8e33ff)}.main-body{flex:1;overflow:hidden;padding:0;display:flex;flex-direction:column;align-items:center;background:transparent;position:relative;min-height:0}html.theme-dark .main-body{background:transparent}.hero{max-width:640px;text-align:center;margin-bottom:10px}.hero-title{font-size:23px;font-weight:600;color:#0f172a;margin-bottom:10px}html.theme-dark .hero-title{color:#e5e7eb}.hero-subtitle{margin-top:8px;font-size:14px;color:#989898}.dakwaan-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,5fr) minmax(0,1fr);align-items:center;gap:12px 16px;max-width:95%;width:100%;text-align:left;box-sizing:border-box}.dakwaan-hero-cell{min-width:0;display:flex;align-items:center}.dakwaan-hero-cell--start{justify-content:flex-start}.dakwaan-hero-cell--center{justify-content:center}.dakwaan-hero-cell--end{justify-content:flex-end}.dakwaan-hero-text{max-width:100%;text-align:center}.dakwaan-hero .hero-title{margin-bottom:6px}.dakwaan-hero .hero-subtitle{margin-top:0}.chip-button.dakwaan-hero-back,.chip-button.dakwaan-hero-action{flex-shrink:0;width:35px;height:35px;min-width:35px;min-height:35px;padding:0;gap:0;justify-content:center;border-radius:50%;box-sizing:border-box;line-height:1}.chip-button.dakwaan-hero-back i,.chip-button.dakwaan-hero-action i{font-size:16px;line-height:1}@media(max-width:640px){.dakwaan-hero{grid-template-columns:1fr 1fr;gap:12px}.dakwaan-hero-cell--center{grid-column:1 / -1;order:-1}.dakwaan-hero-cell--start{justify-content:flex-start}.dakwaan-hero-cell--end{justify-content:flex-end}}.generator-section{width:100%;flex:1;min-height:0;overflow-y:auto}.generator-section{scrollbar-width:thin;scrollbar-color:var(--primary) rgba(148,163,184,.18)}html.theme-dark .generator-section{scrollbar-color:var(--primary) rgba(255,255,255,.08)}.generator-section::-webkit-scrollbar{width:6px}.generator-section::-webkit-scrollbar-track{background:#94a3b81f;border-radius:999px}html.theme-dark .generator-section::-webkit-scrollbar-track{background:#ffffff0f}.generator-section::-webkit-scrollbar-thumb{background:var(--primary);border-radius:999px;border:2px solid transparent;background-clip:padding-box}.generator-section::-webkit-scrollbar-thumb:hover{background:#05ac69;background-clip:padding-box}.section-chat{width:95%;padding-top:20px;padding-bottom:200px}.section-search{width:100%;padding-bottom:200px}.section-search>.hero{width:100%;padding:0 16px;margin:0 auto 25px;box-sizing:border-box}.search-panel{padding:16px}@media(max-width:1024px){.section-search{width:100%}}.section-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:.9rem}.badge-icon{width:26px;height:26px;border-radius:999px;border:1px solid rgba(148,163,184,.5);display:inline-flex;align-items:center;justify-content:center;background:#fff;cursor:pointer;font-size:.85rem;color:#6b7280}.mode-pills{display:flex;flex-wrap:nowrap;gap:8px;padding:10px;border-radius:16px;border:1px solid rgba(203,213,225,.6);background:#f8fafcbf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;position:sticky;top:0;z-index:5;box-shadow:0 2px 8px #0000000a}html.theme-dark .mode-pills{background:#1e1d24bf;border-color:#ffffff14;box-shadow:0 2px 12px #0000004d}.mode-pills--equal{display:grid!important;grid-auto-flow:column;grid-auto-columns:1fr;flex-wrap:nowrap}.mode-pills--equal .mode-pill{flex:none!important;width:100%;min-width:0;justify-content:flex-start}.mode-pills--equal .mode-pill>span:not(.mode-pill-icon){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}html.theme-dark .mode-pill{color:#7c7c7c}html.theme-dark .mode-pill:hover,html.theme-dark .mode-pill-icon{color:#08aa62}.mode-pill{display:flex;align-items:center;gap:10px;padding:7px 12px;border-radius:12px;border:1px solid transparent;background:transparent;font-size:13px;cursor:pointer;white-space:nowrap;flex:auto;justify-content:center;font-family:Poppins}.mode-pill:hover{color:#05ac69}.mode-pill--primary{background:linear-gradient(135deg,#16a34a,#05ac69);border-color:transparent;color:#fff!important}.mode-pill-icon{width:35px;height:35px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;color:#05ac69}.mode-pill-icon--primary{background:#fffffff2;color:#22c55e}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px}.case-wizard{--case-wizard-marker-r: 20px;margin-top:24px;padding:22px 20px 20px;border-radius:16px;border:1px solid rgba(148,163,184,.25);background:linear-gradient(180deg,#fff,#f6f6f6);box-shadow:0 2px 8px #0000000a}html.theme-dark .case-wizard{border-color:#76767626;background:linear-gradient(180deg,#201f25,#1c1b21);box-shadow:0 5px 15px #00000026;margin-bottom:40px}.case-wizard__step{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:4px 16px;position:relative}.case-wizard__step:has(+.case-wizard__step){padding-bottom:22px}.case-wizard__step:first-of-type:has(+.case-wizard__step):before{content:"";position:absolute;z-index:0;left:20px;top:calc(50% + var(--case-wizard-marker-r));bottom:0;width:2px;background:#08aa6247;border-radius:1px}.case-wizard__step:not(:first-of-type):has(+.case-wizard__step):before{content:"";position:absolute;z-index:0;left:20px;top:0;bottom:0;width:2px;background:#08aa6247;border-radius:1px}.case-wizard__step:has(+.case-wizard__actions):before{content:"";position:absolute;z-index:0;left:20px;top:0;height:calc(50% + var(--case-wizard-marker-r));width:2px;background:#08aa6247;border-radius:1px}.case-wizard__step-marker{position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.case-wizard__step-marker span{width:40px;height:40px;border-radius:999px;background:var(--primary);color:#fff;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;line-height:1;margin-top:22px;box-shadow:0 4px 12px #08aa6259}.case-wizard__step-title{margin:0 0 10px;font-size:14px;font-weight:600;color:#0f172a;line-height:1.35}html.theme-dark .case-wizard__step-title{color:#f3f4f6}.case-wizard__textarea{min-height:120px;box-sizing:border-box}.case-wizard__drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:22px 16px;border-radius:12px;border:1px dashed rgba(8,170,98,.45);background:#08aa620f;cursor:pointer;transition:border-color .15s ease,background .15s ease}.case-wizard__drop:hover{border-color:#08aa62bf;background:#08aa621a}html.theme-dark .case-wizard__drop{border-color:#22c55e66;background:#22c55e14}html.theme-dark .case-wizard__drop:hover{border-color:#22c55ea6;background:#22c55e1f}.case-wizard__drop input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.case-wizard__drop-icon{font-size:28px;color:#08aa62;line-height:1}html.theme-dark .case-wizard__drop-icon{color:#22c55e}.case-wizard__drop-text{font-size:12px;color:#64748b;text-align:center;line-height:1.45;max-width:320px}html.theme-dark .case-wizard__drop-text{color:#9ca3af}.case-wizard__actions{margin-top:15px;padding-top:4px;text-align:right}.case-wizard__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 26px;border-radius:999px;border:1px solid var(--primary);background:var(--primary);color:#fff;font-size:14px;font-weight:600;font-family:Poppins,system-ui,sans-serif;cursor:pointer;transition:filter .15s ease,transform .1s ease;min-width:250px}.case-wizard__submit:hover{filter:brightness(1.05)}.case-wizard__submit:active{transform:translateY(1px)}.case-wizard__submit:focus-visible{outline:2px solid rgba(8,170,98,.5);outline-offset:2px}.case-wizard__submit i{font-size:18px}@media(max-width:480px){.case-wizard{--case-wizard-marker-r: 18px}.case-wizard__actions{padding-left:0}.case-wizard__step{grid-template-columns:36px 1fr;gap:4px 12px}.case-wizard__step-marker span{width:36px;height:36px;font-size:13px}.case-wizard__step:first-of-type:has(+.case-wizard__step):before,.case-wizard__step:not(:first-of-type):has(+.case-wizard__step):before,.case-wizard__step:has(+.case-wizard__actions):before{left:17px}}.card{padding:10px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:linear-gradient(180deg,#fff,#f6f6f6);box-shadow:0 2px 5px #0000000d;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;transition:border .15s,transform .15s}.card-dakwaan{min-height:130px;box-sizing:border-box}.card--draft-cta{justify-content:flex-start}.card--draft-cta .card-inner{flex:1;justify-content:center;text-align:center;gap:12px;min-width:0}.card--draft-cta .card-arrow{flex:0 0 auto;align-self:center}.card--draft-cta .card-title{font-size:15px}html.theme-dark .card{border-color:#7676761a;background:linear-gradient(180deg,#201f25,#1c1b21);box-shadow:0 5px 15px #0003}html.theme-dark .icon-button{color:#05ac69}.card:hover{border-color:var(--primary);transform:translateY(-1px)}.card-inner{display:flex;align-items:center;gap:15px}.card-content{display:flex;flex-direction:column;gap:6px;min-width:0;position:relative;padding-bottom:26px}.card-meta-list{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:1fr;gap:4px}.card-meta-list li{display:flex;gap:8px;align-items:baseline;line-height:1.35}.card-meta-list li strong{font-size:11px;font-weight:600;color:#0f172a;flex:0 0 auto}.card-meta-list li span{font-size:11px;color:#6b7280;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html.theme-dark .card-meta-list li strong{color:#e5e7eb}html.theme-dark .card-meta-list li span{color:#9ca3af}.card-icon{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;color:#fff}.card-title{font-size:13px;font-weight:600;color:#0f172a}.card-title--clamp-2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.card-text-stack{display:flex;flex-direction:column;gap:4px;min-width:0}.case-card-desc{margin:5px 0 0;font-size:12px;line-height:1.35;color:#6b7280;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}html.theme-dark .case-card-desc{color:#9ca3af}.card-title .card-title-highlight{color:#08aa62;font-weight:600}.card-title--with-icon{display:inline-flex;align-items:center;gap:10px;min-width:0}.card-title-icon{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#08aa62;background:transparent}.card-title-icon i{font-size:18px;line-height:1}.card--corner-title{position:relative;overflow:visible}.card-corner-title{position:absolute;top:-10px;left:-10px;z-index:5;pointer-events:none;padding:6px 10px;border-radius:12px;background:#ffffffe6;border:1px solid rgba(148,163,184,.25)}html.theme-dark .card-corner-title{background:#151219bf;border-color:#16a34a2e;color:#e5e7eb;background:transparent;border:none}.card-content--corner-title{padding-top:30px;box-sizing:border-box}.card-content-link{position:absolute;right:0;bottom:0;display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#05ac69;cursor:pointer;white-space:nowrap}.card-content-link i{font-size:14px}html.theme-dark .card-content-link{color:#08aa62}.mini-cards{display:flex;flex-direction:column;gap:12px}.mini-card{display:flex;align-items:flex-start;gap:10px;box-sizing:border-box;max-height:100px;min-height:70px;padding:10px 12px;overflow:hidden;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:linear-gradient(180deg,#fff,#f6f6f6);box-shadow:0 2px 5px #00000008}html.theme-dark .mini-card{border-color:#7676761a;background:linear-gradient(180deg,#201f25,#1c1b21);box-shadow:0 5px 15px #0003}.mini-card-icon{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#08aa62;background:#22c55e14;border:1px solid rgba(34,197,94,.3)}.mini-card-icon i{font-size:18px;line-height:1}.mini-card-text{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;gap:4px}.mini-card-title{font-size:13px;font-weight:600;line-height:1.25;color:#0f172a;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden}html.theme-dark .mini-card-title{color:#e5e7eb}.mini-card-subtitle{font-size:12px;line-height:1.35;color:#6b7280;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}html.theme-dark .mini-card-subtitle{color:#9ca3af}.card-title-chat{font-size:15px}.chat-title-row{display:inline-flex;align-items:center;gap:10px;min-width:0}.ai-thinking{display:inline-flex;align-items:center;gap:5px;color:var(--primary);font-size:13px;letter-spacing:.5px;font-weight:400;white-space:nowrap}.ai-thinking-dots:after{content:"...";display:inline-block;width:1.2em;overflow:hidden;vertical-align:bottom;animation:aiDots 1.1s steps(4,end) infinite}@keyframes aiDots{0%{width:0}to{width:1.2em}}.answer-text{margin-top:8px;font-size:14px;color:#343434}.answer-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;text-align:left}.answer-list li{margin:0;padding:12px 14px 12px 16px;border-radius:0 10px 10px 0;border-left:3px solid rgba(5,172,105,.45);background:#7474741a;line-height:1.6;display:flex;flex-direction:column;gap:4px}.answer-list li strong{font-size:13px;font-weight:600;color:#0f172a;letter-spacing:.01em}.answer-list li span{font-size:14px;color:#4b5563}html.theme-dark .answer-list li{border-left-color:#08aa628c;background:#7979791a}html.theme-dark .answer-list li strong{color:#e5e7eb}html.theme-dark .answer-list li span,html.theme-dark .answer-text{color:#d1d5db}.answer-list-plain{margin:0;padding-left:1.35em;font-size:13px;list-style-type:disc;list-style-position:outside;text-align:left}.answer-list-plain li{margin:0 0 12px;padding-left:.2em;line-height:1.6;color:#4b5563}.answer-list-plain li:last-child{margin-bottom:0}.answer-list-plain li::marker{color:#05ac69}.answer-list-plain li strong{font-weight:600;color:#0f172a}html.theme-dark .answer-list-plain li{color:#d1d5db}html.theme-dark .answer-list-plain li strong{color:#e5e7eb}html.theme-dark .card-title{color:#fff}html.theme-dark .card-title .card-title-highlight{color:#08aa62}.card--purple{border-color:#8e33ff59;background:#8e33ff0f}html.theme-dark .card--purple{border-color:#a78bfa8c;background:linear-gradient(135deg,#1a1033,#0f0a1c)}.card--purple:hover{border-color:#8e33ff8c}html.theme-dark .card--purple:hover{border-color:#c084fccc}.card--orange{border-color:#ff56304d;background:#ff56300d}html.theme-dark .card--orange{border-color:#f8717180;background:linear-gradient(135deg,#1b1b1f,#111827)}.card--blue{border-color:#4d6bfe4d;background:#4d6bfe0d}html.theme-dark .card--blue{border-color:#38bdf880;background:linear-gradient(135deg,#020617,#0b1120)}.card--green{border-color:#22c55e;background:#22c55e0d}html.theme-dark .card--green{border-color:#22c55ecc;background:transparent}.card--primary-outline{border-color:var(--primary-border);box-shadow:0 0 0 1px #16a34a1f;background:linear-gradient(180deg,#fff,#f6f6f6)}html.theme-dark .card--primary-outline{border-color:#16a34a8c;box-shadow:0 0 0 1px #16a34a2e;background:linear-gradient(180deg,#201f25,#1c1b21)}.card--primary-outline:hover{border-color:var(--primary)}.card--yellow{border-color:#ffab004d;background:#ffab000d}html.theme-dark .card--yellow{border-color:#fbbf2480;background:linear-gradient(135deg,#1c1917,#111827)}.card-icon--purple{background:transparent;color:#8e33ff}.card-icon--orange{background:transparent;color:#ff5630}.card-icon--blue{background:transparent;color:#4d6bfe}.card-icon--green{background:transparent;color:#08aa62}.card-icon--yellow{background:transparent;color:#ffab00}.card-arrow{opacity:0;transform:translate(-4px);transition:opacity .15s,transform .15s;font-size:1.1rem;color:#08aa62}.card:hover .card-arrow{opacity:1;transform:translate(0)}.prompt-wrapper{width:100%;position:absolute;bottom:0;z-index:9}.prompt-wrapper.prompt-wrapper--tab-hidden{display:none}.prompt-box{border-radius:18px;padding:15px;border:1px solid rgba(203,213,225,.8);background:linear-gradient(180deg,#fff,#f6f6f6);box-shadow:0 10px 15px #0000000d}.prompt-chat{box-shadow:0 -70px 50px -25px #fff}html.theme-dark .prompt-box{border-color:#7676761a;background:linear-gradient(180deg,#201f25,#1c1b21);box-shadow:0 5px 15px #0003}html.theme-dark .prompt-chat{box-shadow:0 -70px 50px -25px #1a1a1a}.prompt-input{width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#fff;padding:10px 14px;font-size:13px;resize:vertical;line-height:1.4;font-family:Poppins}html.theme-dark .prompt-input{background:#151515;color:var(--text-light)}html.theme-dark .prompt-input:focus{border:1px solid rgb(5 172 105 / 30%)}.prompt-input:focus{outline:none;border-color:var(--primary)}.jaksai-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;display:flex;align-items:center;justify-content:center;padding:24px}.jaksai-modal{background:#fff;border-radius:12px;padding:20px;width:100%;max-height:85vh;overflow-y:auto;border:1px solid rgba(148,163,184,.2);box-shadow:0 20px 60px #00000026}html.theme-dark .jaksai-modal{background:#201f25;border-color:#ffffff14;box-shadow:0 20px 60px #0009}.jaksai-modal-title{font-size:15px;font-weight:700;color:#1f2937;margin:0}html.theme-dark .jaksai-modal-title{color:#f9fafb}.jaksai-modal-label{font-size:11px;color:#6b7280;display:block;margin-bottom:4px}html.theme-dark .jaksai-modal-label{color:#9ca3af}.jaksai-modal-divider{border-top:1px solid rgba(148,163,184,.2)}html.theme-dark .jaksai-modal-divider{border-top-color:#ffffff14}.main-body:has(.case-detail-header),.main-body:has(.casedetail-section),.main-body:has(.workflow-section){align-items:stretch!important}.case-detail-header{display:flex;align-items:center;gap:12px;padding:12px 20px;margin:0 0 8px;width:100%;max-width:100%;background:#05ac690a;border-bottom:1px solid rgba(5,172,105,.15)}.case-header-title{margin:0;font-size:16px;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f2937}html.theme-dark .case-header-title{color:#f9fafb}.casedetail-section,.casedetail-section.generator-section,.workflow-section,.workflow-section.generator-section{width:100%!important;max-width:100%!important;align-self:stretch!important}.casedetail-section .generator-card,.workflow-section .generator-card{width:100%!important;max-width:100%!important}.casedetail-section .dakwaan-tab-panel-inner,.casedetail-section .dakwaan-tab-panel,.casedetail-section .aria-tab-panel,.workflow-section .dakwaan-tab-panel-inner,.workflow-section .dakwaan-tab-panel,.workflow-section .aria-tab-panel{max-width:100%!important;width:100%!important}.jaksai-select{width:100%;padding:8px 10px;font-size:12px;border-radius:6px;background:#fff;color:#1f2937;border:1px solid rgba(148,163,184,.3)}html.theme-dark .jaksai-select{background:#151515;color:#f9fafb}.prompt-actions{margin-top:10px;display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.prompt-actions-left{display:flex;gap:8px}.chip-button{display:inline-flex;align-items:center;gap:6px;padding:7px 15px;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:#fff;cursor:pointer;font-size:11px;font-family:Poppins}.chat-message-user{display:flex;flex-direction:column;align-items:flex-end;max-width:920px;margin-left:auto;width:100%;gap:6px}.chat-message-time{font-size:12px;line-height:1.3;color:#9ca3af}html.theme-dark .chat-message-time{color:#6b7280}.chat-message-user .card-question{width:100%;cursor:default;padding:15px 20px 20px}.chat-message-actions{display:flex;align-items:center;justify-content:flex-end;gap:2px;width:100%;max-width:80%}.chat-message-action{width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:color .15s,background .15s}.chat-message-action:hover{color:#05ac69;background:#05ac6914}html.theme-dark .chat-message-action{color:#6b7280}html.theme-dark .chat-message-action:hover{color:#08aa62;background:#08aa621f}.chat-message-ai{display:flex;flex-direction:column;align-items:flex-start;max-width:980px;width:100%;gap:10px}.chat-message-ai-header{display:flex;align-items:center;gap:10px;width:100%;max-width:80%}.chat-message-ai-header-spacer{flex:1;min-width:12px}.chat-message-ai-dropdown{position:relative;display:inline-flex;align-items:center}.chat-message-ai-dropdown-button{width:32px;height:32px;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:transparent;color:#9ca3af;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.chat-message-ai-dropdown-button:hover{background:#94a3b826;color:#4b5563}html.theme-dark .chat-message-ai-dropdown-button{border-color:#16a34a40;color:#6b7280}html.theme-dark .chat-message-ai-dropdown-button:hover{background:#22c55e0f;color:#e5e7eb}.chat-message-ai-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:260px;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(148,163,184,.35);box-shadow:0 24px 60px #0000001f;display:none;z-index:30}html.theme-dark .chat-message-ai-dropdown-menu{background:#151515;border-color:#16a34a4d;box-shadow:0 5px 10px #0000004d}.chat-message-ai-dropdown-menu.is-open{display:block}.ai-progress-row{display:flex;align-items:center;gap:10px;padding:6px 0}.ai-progress-row i{font-size:16px}.ai-progress-row span{font-size:13px;color:#4b5563}html.theme-dark .ai-progress-row span{color:#d1d5db}.chat-message-ai-badge{width:32px;height:32px;border-radius:999px;border:1px solid rgba(34,197,94,.4);background:#22c55e14;color:#05ac69;display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}html.theme-dark .chat-message-ai-badge{border-color:#22c55e73;background:#08aa621f;color:#08aa62}.card-question{border-color:#dbdbdb;background:#fff;box-shadow:none;border-top-right-radius:3px;max-width:60%}.card-ai{border-color:#22c55e80;background:#f6fff9;border-bottom-left-radius:3px;max-width:80%;padding:25px}html.theme-dark .chip-button{border-color:#2b2b2b;background:#201f25;color:#e5e7eb}html.theme-dark .chip-button--accent{border-color:#05ac69;background:#151219;color:#05ac69}.chip-button--accent{border-color:#05ac69;background:#16a34a1a;color:#05ac69;font-weight:600}.prompt-actions-right{display:flex;align-items:center;gap:8px}.round-icon{width:32px;height:32px;border-radius:999px;border:1px solid rgba(148,163,184,.5);display:inline-flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}html.theme-dark .round-icon{border-color:#4b4b4be5;background:#3d3d3d;color:#e5e7eb}.send-button{width:38px;height:38px;border-radius:999px;border:1px solid var(--primary);background:var(--primary);color:#fff;font-size:16px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.send-button i{margin-left:3px}footer{padding:15px 0 10px;font-size:12px;display:flex;align-items:center;justify-content:space-between;color:#6b7280}html.theme-dark footer{color:#6b7280}footer span{color:#7c7c7c;font-weight:500}footer span:last-child{color:#000;margin-left:auto;display:flex;align-items:center;gap:10px}html.theme-dark footer span:last-child{color:#cacaca}footer span:last-child img{width:25px;height:25px;object-fit:contain;display:block}@media(max-width:1024px){.sidebar{display:none}.menu-button{display:inline-flex}.card{grid-column:span 1}}@media(max-width:768px){.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card{grid-column:span 1}.main-body{padding:16px}}@media(max-width:480px){.cards-grid{grid-template-columns:1fr}.mode-pills{border-radius:16px}}.px-card-mini{padding:10px 0}.mv-10{margin:10px 0}.mv-20{margin:20px 0}.mt-0{margin-top:0}.mt-20{margin-top:20px}.mt-25{margin-top:25px}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.bg-transparent{background:transparent!important;box-shadow:none!important;border:none!important}.peta-kasus-page{display:flex;flex-direction:column;align-items:center;align-self:stretch;width:100%;margin:0 auto;box-sizing:border-box}.peta-kasus-page>.hero{width:100%;padding:0 8px;margin-bottom:10px;box-sizing:border-box}.case-map-shell{width:100%;flex:1;min-height:0;overflow-y:auto}.case-map-shell .mode-pills{margin-bottom:12px;width:100%;box-sizing:border-box}.dakwaan-detail-tabs .mode-pills{margin-bottom:30px}.dakwaan-tab-panel{margin-top:12px;min-height:120px}.dakwaan-tab-panel-inner{max-width:920px;margin:0 auto;width:100%}.dakwaan-party-list{display:flex;flex-direction:column;gap:10px}.dakwaan-party-row{display:grid;grid-template-columns:minmax(140px,220px) 1fr;gap:12px;align-items:start;padding:12px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.28);background:#f8fafc99}html.theme-dark .dakwaan-party-row{border-color:#76767638;background:#201f2580}.dakwaan-party-role{font-size:12px;font-weight:600;color:#05ac69;text-transform:uppercase;letter-spacing:.02em}html.theme-dark .dakwaan-party-role{color:#08aa62}.dakwaan-party-name{font-size:14px;color:#374151;line-height:1.45}html.theme-dark .dakwaan-party-name{color:#e5e7eb}.dakwaan-special-notes p:last-child{margin-bottom:0!important}@media(max-width:560px){.dakwaan-party-row{grid-template-columns:1fr}}.case-map{flex:1;width:100%;min-height:420px;border-radius:16px;overflow:hidden;z-index:0}.case-map .leaflet-container{font-family:inherit;border-radius:16px}html.theme-dark .case-map .leaflet-popup-content-wrapper{background:#1e1e22;color:#e5e7eb;border-radius:12px}html.theme-dark .case-map .leaflet-popup-tip{background:#1e1e22}@media(max-width:640px){.case-map{min-height:320px}}
