html{scrollbar-gutter:stable both-edges}.page-module__cBpJ1G__page{background:#0e0e10;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:1rem;display:flex}.page-module__cBpJ1G__logoContainer{justify-content:center;margin-bottom:1.2rem;display:flex}.page-module__cBpJ1G__logo{max-width:200px;height:auto}.page-module__cBpJ1G__uploadSection{width:100%;max-width:875px}.page-module__cBpJ1G__infoText{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.page-module__cBpJ1G__infoText p{color:#fff;opacity:.9;margin:1rem 0 0;font-size:1.5rem;line-height:1.6}.page-module__cBpJ1G__uploadBox{background:#18181b;border:1px solid rgba(255,255,255,.157);border-radius:12px;margin-bottom:1.2rem;padding:32px 0;overflow:hidden}.page-module__cBpJ1G__uploadBox:hover{background:#1e1e22}.page-module__cBpJ1G__uploadIcon{stroke:#bfbfb1;transition:stroke .4s}.page-module__cBpJ1G__uploadBox:hover .page-module__cBpJ1G__uploadIcon{stroke:#70bb98}.page-module__cBpJ1G__uploadBox:hover .page-module__cBpJ1G__iconSection{background:#39393c;transition:background .4s}.page-module__cBpJ1G__uploadContent{align-items:center;height:120px;display:flex}.page-module__cBpJ1G__textSection{text-align:left;flex:1;padding:2rem}.page-module__cBpJ1G__textSection h3{color:#70bb98;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.page-module__cBpJ1G__fadeIn{animation:.7s ease-in-out page-module__cBpJ1G__fadeIn}@keyframes page-module__cBpJ1G__fadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.page-module__cBpJ1G__textSection p{color:rgba(255,255,255,.675);opacity:1;margin:.25rem 0;font-size:1rem}.page-module__cBpJ1G__supportedFormats{opacity:.6;font-size:.9rem!important}.page-module__cBpJ1G__divider{background:rgba(255,255,255,.157);width:1px;height:90%}.page-module__cBpJ1G__iconSection{background:#252528;border-radius:50%;justify-content:center;align-items:center;width:45px;min-width:auto;height:45px;margin:0 4rem;display:flex}.page-module__cBpJ1G__analysisSection{background:#18181b;border:1px solid rgba(255,255,255,.157);border-radius:12px;max-height:200px;margin-bottom:1rem;padding:12px;overflow:auto}.page-module__cBpJ1G__analysisSection::-webkit-scrollbar{width:8px;height:3px}.page-module__cBpJ1G__analysisSection::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px;margin:4px 0}.page-module__cBpJ1G__analysisSection::-webkit-scrollbar-thumb{background:#52bd95;border-radius:4px}.page-module__cBpJ1G__analysisSection::-webkit-scrollbar-thumb:hover{background:#45a085}.page-module__cBpJ1G__analysisSection::-webkit-scrollbar-corner{background:#1a1a1a}.page-module__cBpJ1G__analysisContent{flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:12px;display:flex}.page-module__cBpJ1G__analysisContent p{color:rgba(255,255,255,.675);opacity:1;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;flex:1;min-width:0;font-size:1rem;line-height:1.4}.page-module__cBpJ1G__analysisContentDivider{background:rgba(255,255,255,.247);flex-shrink:0;align-self:stretch;width:1px}.page-module__cBpJ1G__actionsContainer{margin-top:12px;margin-bottom:1rem}.page-module__cBpJ1G__actionsGrid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem;display:grid}.page-module__cBpJ1G__actionsCard{opacity:0;background:#18181b;border:1px solid rgba(255,255,255,.157);border-radius:12px;justify-content:flex-start;align-items:flex-start;height:120px;padding:16px;transition:all .2s;display:flex}.page-module__cBpJ1G__cardVisible{animation:.4s ease-out forwards page-module__cBpJ1G__cardSlideIn;transform:translateY(0)}.page-module__cBpJ1G__cardHidden{transform:translateY(20px)}@keyframes page-module__cBpJ1G__cardSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__cBpJ1G__cardContent{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;display:flex}.page-module__cBpJ1G__cardTitle{color:#70bb98;margin:0 0 8px;font-size:1rem;font-weight:600;line-height:1.2}.page-module__cBpJ1G__cardDescription{color:rgba(255,255,255,.675);opacity:.8;margin:0;font-size:.85rem;line-height:1.3}.page-module__cBpJ1G__actionsCard:hover{background:#1e1e22;transform:translateY(-2px)}.page-module__cBpJ1G__actionsCard p{color:#fff;text-align:center;margin:0;font-weight:500}.page-module__cBpJ1G__expandButton{color:#fff;cursor:pointer;background:#18181b;border:1px solid rgba(255,255,255,.157);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto;transition:all .2s;display:flex}.page-module__cBpJ1G__expandButton:hover{background:#1e1e22;transform:translateY(-1px)}.page-module__cBpJ1G__expandButton:active{transform:translateY(0)}.page-module__cBpJ1G__chatSpacer{height:85px}@supports (height:env(safe-area-inset-bottom)){.page-module__cBpJ1G__chatSpacer{height:calc(85px + env(safe-area-inset-bottom))}}.page-module__cBpJ1G__chatDock{box-sizing:border-box;z-index:1000;pointer-events:none;padding:16px 24px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:0 0;position:fixed;bottom:10px;left:0;right:0}.page-module__cBpJ1G__chatContainer{pointer-events:auto;width:100%;max-width:875px;margin:0 auto}.page-module__cBpJ1G__chatInputWrapper{background:#18181b;border:1px solid rgba(255,255,255,.157);border-radius:36px;align-items:center;gap:12px;padding:16px;transition:all .2s;display:flex}.page-module__cBpJ1G__chatInputWrapper:focus-within{border-color:#70bb98;box-shadow:0 0 0 1px rgba(112,187,152,.2)}.page-module__cBpJ1G__chatTextarea{color:#fff;resize:none;will-change:height;background:0 0;border:none;outline:none;flex:1;align-self:center;align-items:center;height:auto;min-height:12px;max-height:220px;padding-left:16px;font-family:inherit;font-size:1rem;line-height:1.5;transition:height .12s;display:flex;overflow-y:auto}@media (prefers-reduced-motion:reduce){.page-module__cBpJ1G__chatTextarea{transition:none}}.page-module__cBpJ1G__chatTextarea::placeholder{color:rgba(255,255,255,.675);opacity:.7}.page-module__cBpJ1G__chatTextarea::-webkit-scrollbar{width:4px}.page-module__cBpJ1G__chatTextarea::-webkit-scrollbar-track{background:0 0}.page-module__cBpJ1G__chatTextarea::-webkit-scrollbar-thumb{background:rgba(255,255,255,.157);border-radius:2px}.page-module__cBpJ1G__chatTextarea::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.247)}.page-module__cBpJ1G__sendButton{color:#000;cursor:pointer;background:#70bb98;border:none;border-radius:24px;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.page-module__cBpJ1G__sendButton:hover:not(:disabled){background:#5fa085;transform:translateY(-1px)}.page-module__cBpJ1G__sendButton:disabled{color:rgba(255,255,255,.675);cursor:not-allowed;background:rgba(255,255,255,.157);transform:none}.page-module__cBpJ1G__sendButton:active:not(:disabled){transform:translateY(0)}.page-module__cBpJ1G__navigation{justify-content:center;gap:1rem;margin-top:auto;display:flex}.page-module__cBpJ1G__navLink{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(82,189,149,.2);border:1px solid rgba(82,189,149,.3);border-radius:.5rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s}.page-module__cBpJ1G__navLink:hover{color:#fff;background:rgba(82,189,149,.3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(82,189,149,.2)}
