body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top,#e0edff 0,#f4f4f5 55%,#e5e7eb 100%)}.dost-page{min-height:100vh;flex-direction:column;justify-content:flex-start;padding:4rem 1rem 2rem}.dost-logo-wrapper,.dost-page{display:flex;align-items:center}.dost-logo-wrapper{justify-content:center;flex-wrap:wrap;gap:24px;margin-bottom:1rem}.dost-logo-container{height:60px;width:auto;min-width:100px;max-width:160px;object-fit:contain;filter:grayscale(20%);transition:filter .3s ease,transform .3s ease;border-radius:4px;background:transparent;padding:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;-webkit-touch-callout:none;flex-shrink:0;flex-grow:0;flex-basis:auto}.dost-logo-container:hover{filter:grayscale(0);transform:scale(1.05)}.dost-header-title{font-size:2.1rem;font-weight:600;text-align:center;margin-bottom:1.25rem}.dost-subtitle{font-size:.95rem;color:#6b7280;text-align:center;margin-bottom:2rem;max-width:540px}.dost-main-card{width:100%;max-width:960px;background:#fff;border-radius:1.5rem;box-shadow:0 20px 60px rgba(15,23,42,.16);padding:1.5rem 1.75rem 1.2rem;display:flex;flex-direction:column;gap:1rem}.dost-chatbot{border-radius:1rem;background:#f9fafb;padding:1rem 1.25rem;border:1px solid #e5e7eb}.chat-window{max-height:460px;min-height:260px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.chat-empty{font-size:.9rem;color:#6b7280}.chat-empty ul{margin-top:.25rem;padding-left:1.2rem}.chat-empty-title{font-weight:600;margin-bottom:.15rem}.chat-empty-subtitle{font-size:.85rem;margin-bottom:.2rem}.chat-row{display:flex;gap:.7rem;align-items:flex-start}.chat-row-user{flex-direction:row-reverse}.chat-avatar{flex-shrink:0;width:28px;height:28px;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.chat-row-user .chat-avatar{background:#2563eb;color:#fff}.chat-row-user .chat-avatar span{font-size:.65rem;font-weight:600;color:#fff}.chat-avatar-logo{width:100%;height:100%;object-fit:contain}.chat-bubble{padding:.55rem .75rem;border-radius:.75rem;font-size:.95rem;max-width:80%;word-wrap:break-word;line-height:1.5;white-space:pre-line}.chat-bubble.user{align-self:flex-end;background:#2563eb;color:#fff;border-bottom-right-radius:.2rem}.chat-bubble.assistant{align-self:flex-start;background:#e5e7eb;color:#111827;border-bottom-left-radius:.2rem}.typing-dots{display:inline-flex;align-items:center;gap:4px;padding:2px 0}.typing-dot{width:6px;height:6px;border-radius:50%;background:#4b5563;animation:typing-wave .6s ease-in-out infinite both}.typing-dot:first-child{animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes typing-wave{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-6px);opacity:1}}.dost-input-row{display:flex;gap:.75rem;align-items:center;margin-top:.25rem}.dost-text-input{flex:1 1;padding:.55rem .75rem;border-radius:999px;border:1px solid #d1d5db;font-size:.95rem;outline:none}.dost-text-input:focus{border-color:#2563eb;box-shadow:0 0 0 1px rgba(37,99,235,.4)}.btn{border-radius:999px;padding:.5rem .9rem;font-size:.9rem;border:none;cursor:pointer;font-weight:500}.btn.primary{background:#2563eb;color:#fff}.btn.secondary{background:#e5e7eb;color:#111827}.btn:disabled{opacity:.6;cursor:not-allowed}.mini-cards-row{width:100%;display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.mini-cards-row .mini-card-last{margin-left:auto}.mini-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;text-align:center;cursor:pointer;box-shadow:0 4px 10px rgba(15,23,42,.06);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex:1 1;min-width:150px}.mini-card:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 14px rgba(15,23,42,.1);border-color:#3b82f6}.mini-card-text{font-size:.95rem;font-weight:600;margin:0;line-height:1.1;white-space:nowrap}.dost-footer{font-size:.75rem;color:#9ca3af;text-align:center;margin-top:1.25rem}.dost-disclaimer{display:inline-block;margin-top:.4rem;font-size:.7rem;color:#9ca3af}.logo-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px;margin-top:30px;padding:20px 10px;border-top:1px solid #e5e7eb;max-width:960px;width:100%}@media (max-width:768px){.logo-row{gap:12px;padding:15px 8px}.dost-logo-container{height:50px;min-width:80px;max-width:120px}}@media (max-width:480px){.logo-row{gap:8px;padding:12px 5px}.dost-logo-container{height:45px;min-width:70px;max-width:100px}}@media (max-width:390px){.logo-row{gap:6px;padding:10px 3px;justify-content:center}.dost-logo-container{height:40px;min-width:60px;max-width:85px}}@media (max-width:320px){.logo-row{gap:4px;padding:8px 2px}.dost-logo-container{height:35px;min-width:50px;max-width:70px}}@media (max-width:768px){.dost-main-card{padding:1.25rem 1.1rem 1rem}.chat-window{max-height:360px}}.dost-embed-page{width:100%;height:100vh;min-height:0;max-height:100vh;display:flex;flex-direction:column;padding:.35rem;background:#f4f4f5;box-sizing:border-box;overflow-x:hidden}@media (min-width:480px){.dost-embed-page{padding:.5rem}}.dost-embed-card{flex:1 1;min-height:0;width:100%;max-width:100%;display:flex;flex-direction:column;padding:.5rem .65rem;gap:.4rem;background:#fff;border:1px solid rgba(139,92,246,.2);border-radius:.85rem;position:relative;box-sizing:border-box}@media (min-width:480px){.dost-embed-card{padding:.75rem 1rem;gap:.5rem;border-radius:1rem}}.dost-embed-page .chat-row-assistant .chat-avatar{background:transparent}.dost-embed-page .dost-chatbot{flex:1 1;min-height:0;display:flex;flex-direction:column;padding:.4rem .5rem;background:#fafafa;border:1px solid #e5e7eb;border-radius:.65rem}@media (min-width:480px){.dost-embed-page .dost-chatbot{padding:.5rem .75rem;border-radius:.75rem}}.dost-embed-page .chat-window{flex:1 1;min-height:0;max-height:none;overflow-y:auto}.dost-embed-page .dost-embed-footer,.dost-embed-page .dost-input-row,.dost-embed-page .mini-cards-row{flex-shrink:0}.dost-embed-footer{font-size:.6rem;margin-top:0;padding-top:.3rem;line-height:1.3}@media (min-width:480px){.dost-embed-footer{font-size:.65rem;padding-top:.35rem}}.dost-embed-page .dost-input-row{gap:.4rem}.dost-embed-page .dost-text-input{padding:.35rem .6rem;font-size:.82rem}@media (max-width:479px){.dost-embed-page .dost-text-input{font-size:16px}}.dost-embed-page .btn-send{padding:.35rem .45rem;border-radius:8px;min-width:auto}.dost-embed-page .btn-send svg{display:block;width:15px;height:15px}.dost-embed-page .btn.secondary{padding:.3rem .55rem;font-size:.78rem}.dost-embed-page .chat-empty-widget{padding:0}.dost-embed-page .mini-cards-row{gap:.3rem;flex-wrap:wrap}.dost-embed-page .mini-card{padding:.25rem .45rem;font-size:.72rem;border-radius:8px}.dost-embed-page .mini-card-text{font-size:.72rem;font-weight:600}.dost-embed-page .chat-bubble{max-width:min(75%,340px);word-break:break-word;font-size:.85rem}@media (max-width:479px){.dost-embed-page .chat-bubble{max-width:80%}}.dost-landing-frame{position:fixed;inset:0;width:100vw;height:100vh;overflow:hidden}.dost-landing-iframe{display:block;width:100%;height:100%;border:none}.dost-landing-only{padding-bottom:6rem}.dost-landing-hint{font-size:.95rem;color:#64748b;margin:.5rem 0 0;text-align:center}.dost-widget-popup-header-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.dost-widget-popup-header-text strong{font-size:14px}.dost-widget-popup-header-sub{font-size:12px;font-weight:400;opacity:.95}.dost-widget{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:system-ui,-apple-system,sans-serif}.dost-widget-fab{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;background:#e85c0d;color:#fff;box-shadow:0 4px 20px rgba(232,92,13,.45);display:flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s}.dost-widget-fab:hover{transform:scale(1.05);box-shadow:0 6px 24px rgba(232,92,13,.5)}.dost-widget-popup{display:none;position:absolute;bottom:72px;right:0;width:400px;height:580px;max-width:calc(100vw - 48px);max-height:calc(100vh - 120px);background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);overflow:hidden;flex-direction:column}.dost-widget-popup.is-open{display:flex}.dost-widget-popup-header{padding:12px 16px;background:#a82400;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.dost-widget-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1;padding:0 4px}.dost-widget-iframe{flex:1 1;width:100%;border:none;min-height:480px}