:root{--primary-color:#1e3a5f;--primary-light:#2d5a8c;--primary-dark:#0f1f35;--secondary-color:#08c;--accent-color:#f0ad4e;--text-dark:#1a1a1a;--text-muted:#6b7280;--text-light:#f9fafb;--bg-page:#f8f9fa;--bg-card:#fff;--bg-secondary:#f3f4f6;--border-light:#e5e7eb;--border-dark:#d1d5db;--border-subtle:#f0f0f0;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #0000001a;--radius:6px;--radius-lg:8px;--radius-xl:12px;--container-width:1200px;--blue-50:#f0f4f8;--blue-100:#dde8f0;--blue-200:#b8d4e8;--blue-300:#7eb8dd;--blue-400:#409dd9;--blue-500:#1e88d5;--blue-600:#1570c0;--blue-700:#0d52a0;--blue-800:#0a3d7a;--blue-900:#062a52;--gray-50:#fafafa;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--green-500:#10b981;--green-600:#059669;--green-700:#047857;--red-500:#ef4444;--red-600:#dc2626;--amber-500:#f59e0b;--white:#fff;--black:#000}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-page);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Roboto,Noto Sans,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s}button:hover{opacity:.9}button:active{transform:translateY(1px)}.container,.container-layout{max-width:var(--container-width);margin:0 auto;padding:0 16px}.min-h-screen{min-height:100vh}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1}.shrink-0{flex-shrink:0}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-10{gap:2.5rem}.gap-20{gap:5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mr-3{margin-right:.75rem}.ml-2{margin-left:.5rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-16{width:4rem}.w-20{width:5rem}.w-full{width:100%}.h-5{height:1.25rem}.h-8{height:2rem}.h-16{height:4rem}.h-full{height:100%}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.top-0{top:0}.bottom-4{bottom:1rem}.left-4{left:1rem}.right-4{right:1rem}.z-50{z-index:50}.z-9999{z-index:9999}.bg-white{background-color:var(--white)}.bg-blue-600{background-color:var(--primary-color)}.bg-blue-700{background-color:var(--primary-dark)}.bg-gray-100{background-color:var(--gray-100)}.bg-green-600{background-color:var(--green-600)}.bg-transparent{background-color:#0000}.bg-black\/60{background-color:#0009}.text-white{color:var(--white)}.text-blue-400{color:var(--secondary-color)}.text-gray-400{color:var(--gray-400)}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-green-500{color:var(--green-500)}.text-red-600{color:var(--red-600)}.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.border{border-style:solid;border-width:1px;border-color:var(--border-light)}.border-t{border-top-style:solid;border-top-width:1px;border-top-color:var(--border-light)}.border-l-4{border-left-style:solid;border-left-width:4px;border-left-color:var(--blue-600)}.border-gray-800{border-color:var(--gray-800)}.rounded{border-radius:var(--radius)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-r-lg{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-2xl{box-shadow:var(--shadow-xl)}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}table{border-collapse:collapse;width:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:bg-blue-700:hover{background-color:var(--primary-dark)}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-gray-200:hover{background-color:var(--gray-200)}.hover\:text-gray-200:hover{color:var(--gray-200)}.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}.hover\:shadow-lg:hover{box-shadow:var(--shadow-lg)}.active\:scale-\[0\.98\]:active{transform:scale(.98)}.active\:scale-95:active{transform:scale(.95)}@media (min-width:768px){.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:p-12{padding:3rem}.md\:left-auto{left:auto}.md\:right-4{right:1rem}.md\:w-96{width:24rem}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.todo-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.insights-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bg-gradient-to-r{background:linear-gradient(to right,var(--white),var(--gray-400))}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.text-transparent{color:#0000}.text-glow{text-shadow:0 0 10px #60a5fa4d}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.leading-relaxed{line-height:1.625}.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.italic{font-style:italic}
.sudah-header{border-bottom:1px solid var(--border-light);z-index:100;background:#fff;position:sticky;top:0}.header-top{color:var(--text-muted);border-bottom:1px solid #f5f5f5;padding:8px 0;font-size:12px}.header-main{align-items:center;gap:24px;padding:16px 0;display:flex}.logo{letter-spacing:-1px;font-size:32px;font-weight:800}.logo-s{color:var(--primary-color)}.logo-m{color:var(--secondary-color)}.search-bar{border:2px solid var(--primary-color);border-radius:4px;flex:1;display:flex;position:relative;overflow:hidden}.ai-search-indicator{background:var(--primary-color);color:#fff;pointer-events:none;z-index:5;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:800;position:absolute;top:50%;left:8px;transform:translateY(-50%)}.search-input{border:none;outline:none;flex:1;padding:12px 16px 12px 45px;font-size:14px}.search-btn{background:var(--primary-color);color:#fff;padding:0 24px;font-weight:600}.nav-links{color:#444;gap:20px;padding:10px 0;font-size:14px;font-weight:500;display:flex}.nav-link:hover{color:var(--primary-color)}
.sudah-footer{border-top:1px solid var(--border-light);background:#fff;margin-top:60px;padding:60px 0 20px}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px;display:grid}.footer-col h4{color:#333;margin-bottom:20px;font-size:16px}.footer-col ul{flex-direction:column;gap:10px;display:flex}.footer-col a{color:var(--text-muted);font-size:14px}.footer-col a:hover{text-decoration:underline}.footer-bottom{color:#999;text-align:center;border-top:1px solid #f5f5f5;padding-top:20px;font-size:12px}
.ai-assistant-container{z-index:9999;font-family:Inter,sans-serif;position:fixed;bottom:2rem;right:2rem}.ai-toggle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1e3a5f 0%,#2d5a8c 100%);border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 30px #1e3a5f66}.ai-toggle:hover{transform:scale(1.1)rotate(5deg)}.ai-avatar-icon{justify-content:center;align-items:center;display:flex;position:relative}.ai-branded{letter-spacing:-1px;z-index:2;font-size:1.25rem;font-weight:900}.ai-wave{background:#fff3;border-radius:50%;width:100%;height:100%;animation:2s ease-in-out infinite wave-pulse;position:absolute}@keyframes wave-pulse{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}.ai-chat-panel{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;flex-direction:column;width:24rem;height:35rem;animation:.4s cubic-bezier(.175,.885,.32,1.275) panel-appear;display:flex;position:absolute;bottom:5rem;right:0;overflow:hidden;box-shadow:0 20px 40px #0003}@keyframes panel-appear{0%{opacity:0;transform:translateY(20px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.ai-chat-header{color:#fff;background:#1e3a5f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.ai-profile{align-items:center;gap:1rem;display:flex}.ai-pic{color:#1e3a5f;background:#fff;border-radius:.75rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;font-weight:900;display:flex}.ai-profile h4{margin:0;font-size:1.125rem}.ai-powered-tag{letter-spacing:.5px;opacity:.9;background:#ffffff26;border-radius:4px;padding:2px 6px;font-size:.625rem;font-weight:800}.voice-toggle{opacity:.6;background:0 0;font-size:1.25rem;transition:opacity .2s}.voice-toggle.active{opacity:1}.ai-chat-messages{background:#f8fafc;flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.ai-msg-bubble{border-radius:1.25rem;max-width:85%;padding:1rem 1.25rem;font-size:.9375rem;line-height:1.5;position:relative}.ai-msg-bubble.ai{color:#1e3a5f;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:.25rem;align-self:flex-start}.ai-msg-bubble.user{color:#fff;background:#1e3a5f;border-bottom-right-radius:.25rem;align-self:flex-end;box-shadow:0 4px 12px #1e3a5f33}.ai-chat-input{background:#fff;border-top:1px solid #e2e8f0;gap:.75rem;padding:1rem;display:flex}.ai-chat-input input{border:1px solid #e2e8f0;border-radius:1rem;outline:none;flex:1;padding:.875rem 1.25rem;transition:border .2s}.ai-chat-input input:focus{border-color:#1e3a5f}.ai-chat-input button{color:#fff;background:#1e3a5f;border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .2s;display:flex}.ai-chat-input button:hover{transform:translateY(-2px)}.typing .dot{background:#cbd5e1;border-radius:50%;width:6px;height:6px;margin-right:3px;animation:1.4s ease-in-out infinite typing-dot;display:inline-block}.typing .dot:nth-child(2){animation-delay:.2s}.typing .dot:nth-child(3){animation-delay:.4s}@keyframes typing-dot{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-5px)}}@media (max-width:480px){.ai-chat-panel{width:calc(100vw - 2rem);height:70vh;right:-1rem}}
:root{--primary-color:#1e3a5f;--primary-light:#2d5a8c;--primary-dark:#0f1f35;--secondary-color:#08c;--accent-color:#f0ad4e;--text-dark:#1a1a1a;--text-muted:#6b7280;--text-light:#f9fafb;--bg-page:#f8f9fa;--bg-card:#fff;--bg-secondary:#f3f4f6;--border-light:#e5e7eb;--border-dark:#d1d5db;--border-subtle:#f0f0f0;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #0000001a;--radius:6px;--radius-lg:8px;--radius-xl:12px;--container-width:1200px;--blue-50:#f0f4f8;--blue-100:#dde8f0;--blue-200:#b8d4e8;--blue-300:#7eb8dd;--blue-400:#409dd9;--blue-500:#1e88d5;--blue-600:#1570c0;--blue-700:#0d52a0;--blue-800:#0a3d7a;--blue-900:#062a52;--gray-50:#fafafa;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--green-500:#10b981;--green-600:#059669;--green-700:#047857;--red-500:#ef4444;--red-600:#dc2626;--amber-500:#f59e0b;--white:#fff;--black:#000}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-page);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Roboto,Noto Sans,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit;transition:all .2s}button:hover{opacity:.9}button:active{transform:translateY(1px)}.container,.container-layout{max-width:var(--container-width);margin:0 auto;padding:0 16px}.min-h-screen{min-height:100vh}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-1{flex:1}.shrink-0{flex-shrink:0}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-10{gap:2.5rem}.gap-20{gap:5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mr-3{margin-right:.75rem}.ml-2{margin-left:.5rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-16{width:4rem}.w-20{width:5rem}.w-full{width:100%}.h-5{height:1.25rem}.h-8{height:2rem}.h-16{height:4rem}.h-full{height:100%}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.top-0{top:0}.bottom-4{bottom:1rem}.left-4{left:1rem}.right-4{right:1rem}.z-50{z-index:50}.z-9999{z-index:9999}.bg-white{background-color:var(--white)}.bg-blue-600{background-color:var(--primary-color)}.bg-blue-700{background-color:var(--primary-dark)}.bg-gray-100{background-color:var(--gray-100)}.bg-green-600{background-color:var(--green-600)}.bg-transparent{background-color:#0000}.bg-black\/60{background-color:#0009}.text-white{color:var(--white)}.text-blue-400{color:var(--secondary-color)}.text-gray-400{color:var(--gray-400)}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-green-500{color:var(--green-500)}.text-red-600{color:var(--red-600)}.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.border{border-style:solid;border-width:1px;border-color:var(--border-light)}.border-t{border-top-style:solid;border-top-width:1px;border-top-color:var(--border-light)}.border-l-4{border-left-style:solid;border-left-width:4px;border-left-color:var(--blue-600)}.border-gray-800{border-color:var(--gray-800)}.rounded{border-radius:var(--radius)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-r-lg{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-2xl{box-shadow:var(--shadow-xl)}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}table{border-collapse:collapse;width:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:bg-blue-700:hover{background-color:var(--primary-dark)}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-gray-200:hover{background-color:var(--gray-200)}.hover\:text-gray-200:hover{color:var(--gray-200)}.hover\:scale-\[1\.02\]:hover{transform:scale(1.02)}.hover\:shadow-lg:hover{box-shadow:var(--shadow-lg)}.active\:scale-\[0\.98\]:active{transform:scale(.98)}.active\:scale-95:active{transform:scale(.95)}@media (min-width:768px){.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:p-12{padding:3rem}.md\:left-auto{left:auto}.md\:right-4{right:1rem}.md\:w-96{width:24rem}}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.todo-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.insights-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bg-gradient-to-r{background:linear-gradient(to right,var(--white),var(--gray-400))}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.text-transparent{color:#0000}.text-glow{text-shadow:0 0 10px #60a5fa4d}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.leading-relaxed{line-height:1.625}.space-y-3>*+*{margin-top:.75rem}.space-y-6>*+*{margin-top:1.5rem}.italic{font-style:italic}
