:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--meesho-bg: linear-gradient(135deg, #f3e6f5 0%, #77107D 100%);--meesho-primary: #77107D;--meesho-accent: #FFB900;--meesho-light: #F3E6F5;--meesho-btn: #fff;--meesho-btn-text: #77107D;--meesho-btn-bg: #FFB900;--meesho-btn-bg-hover: #ffcb3d;--meesho-card-bg: #f3e6f5;--meesho-card-border: 1.5px solid #e1b6e7;--meesho-card-shadow: 0 6px 24px rgba(119, 16, 125, .1);--meesho-radius: 22px;--meesho-header: #77107D;--meesho-header-text: #fff;--meesho-text-main: #222;--meesho-text-muted: #77107D;--meesho-font: "Poppins", "Segoe UI", "Roboto", Arial, sans-serif}body,html{overflow-x:hidden}.app-main-layout,.app-container,.feature-content-area{width:100%;max-width:100vw;box-sizing:border-box}.feature-content-area{min-height:100vh;overflow-y:auto;position:relative}.feature-content-area{background:linear-gradient(120deg,#f3e6f5,#fff);border-radius:0 28px 28px 0;min-height:100vh;box-sizing:border-box;overflow-y:auto}.feature-content-area,.auth-screen-bg{position:relative;z-index:0}.feature-content-area:before,.auth-screen-bg:before{content:"";position:absolute;z-index:0;pointer-events:none;inset:0;background:radial-gradient(circle at 85% 90%,rgba(255,185,0,.13) 0,rgba(255,185,0,.07) 40%,transparent 80%),radial-gradient(circle at 10% 10%,rgba(119,16,125,.1) 0,rgba(119,16,125,.04) 40%,transparent 80%);filter:blur(8px);opacity:1}.feature-content-area:after,.auth-screen-bg:after{content:"";position:absolute;z-index:0;pointer-events:none;inset:0;background:none}.feature-content-area:after{content:"";position:absolute;pointer-events:none;z-index:0;inset:0;box-shadow:0 60vh 0 80px #ffb90021,-10vw 0 0 60px #77107d1a,30vw 30vh 0 100px #ffffff1a}.auth-screen-bg:after{box-shadow:0 60vh 0 80px #ffb90021,-10vw 0 0 60px #77107d1a,30vw 30vh 0 100px #ffffff1a}.feature-content-area>*,.auth-screen-bg>*{position:relative;z-index:1}.meesho-header{font-size:clamp(2rem,4vw,2.7rem);font-weight:900;margin-bottom:2.5vw;color:var(--meesho-header-text);background:var(--meesho-header);border-radius:var(--meesho-radius);box-shadow:0 8px 32px #77107d21;padding:clamp(1.2rem,3vw,2.2rem) clamp(1rem,4vw,3rem);max-width:700px;width:90vw;margin-left:auto;margin-right:auto;text-align:center;letter-spacing:.01em;transition:box-shadow .2s;box-sizing:border-box;border:2.5px solid #f3e6f5}.big-btn{background:var(--meesho-btn-bg);color:var(--meesho-primary);border:none;border-radius:999px;padding:clamp(1.1rem,2vw,1.5rem) clamp(2rem,6vw,3.5rem);font-size:clamp(1.08rem,2.5vw,1.22rem);margin:1.2vw 0;width:100%;max-width:420px;display:block;margin-left:auto;margin-right:auto;box-shadow:0 6px 24px #77107d21,0 1.5px 8px #77107d22;font-weight:800;transition:background .18s,color .18s,box-shadow .18s,transform .18s;letter-spacing:.04em;cursor:pointer;outline:none;border:2px solid #f3e6f5}.big-btn:hover,.big-btn:focus{background:var(--meesho-btn-bg-hover);color:#fff;box-shadow:0 12px 36px #77107d29,0 4px 24px #77107d33;transform:translateY(-2px) scale(1.03);border:2px solid #f3e6f5}.big-btn:active{background:#ffb900;color:#fff;box-shadow:0 2px 8px #77107d1a;border:2px solid #e1b6e7}.transcript-box,.reminder-box,.history-box,.video-call-box{background:var(--meesho-card-bg);color:var(--meesho-text-main);border-radius:var(--meesho-radius);padding:clamp(1.2rem,2vw,2.5rem) clamp(1.2rem,3vw,2.7rem);margin:2vw 0;width:100%}.ai-assistant-container{background:var(--meesho-card-bg);border:2px solid #e1b6e7;border-radius:20px;padding:2rem;box-shadow:0 8px 32px #77107d1a;max-height:70vh;display:flex;flex-direction:column}.ai-chat-messages{flex:1;overflow-y:auto;background:#fff;border-radius:15px;padding:1rem;border:1px solid #e1b6e7;max-height:400px}.ai-message{margin-bottom:1rem;padding:1rem;border-radius:10px;max-width:80%}.ai-message.user{background:#e3f2fd;border:1px solid #bbdefb;margin-left:auto;margin-right:0}.ai-message.ai{background:#f3e6f5;border:1px solid #e1b6e7;margin-left:0;margin-right:auto}.ai-input-container{display:flex;gap:1rem;margin-bottom:1rem}.ai-text-input{flex:1;padding:1rem;border-radius:10px;border:2px solid #e1b6e7;font-size:1rem;font-family:NotoSansDevanagari,Arial,sans-serif}.ai-text-input:focus{outline:none;border-color:#77107d;box-shadow:0 0 0 2px #77107d1a}.transcript-box:hover,.reminder-box:hover,.history-box:hover,.video-call-box:hover{box-shadow:0 12px 36px #77107d29}.reminder-box ul,.history-box ul{padding-left:1.2em}.reminder-box li,.history-box li{margin-bottom:.7em;background:var(--meesho-light);border-radius:16px;padding:.9em 1.2em;color:inherit;list-style:disc inside;border:1.5px solid #e1b6e7;font-size:clamp(.98rem,2vw,1.08rem);display:flex;align-items:center;justify-content:space-between;transition:box-shadow .18s,border .18s;font-weight:500}.reminder-box li[style*="color: red"]{background:#ffb90022;color:#77107d!important;border:2px solid #FFB900;box-shadow:0 2px 8px #77107d1a;font-weight:700}.reminder-input{border:1.5px solid #77107D;border-radius:999px;padding:.7rem 1.3rem;font-size:1.08rem;color:var(--meesho-text-main);margin-right:.7rem;background:#f3e6f5;transition:border .18s;font-family:var(--meesho-font)}.reminder-input:focus{border:2px solid #FFB900;outline:none}.print-only{display:none}@media print{.print-only{display:block!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.auth-screen-bg{min-height:100vh;width:100vw;background:linear-gradient(120deg,#f3e6f5,#fff);display:flex;align-items:center;justify-content:center;font-family:Poppins,Segoe UI,Roboto,Arial,sans-serif}.glass-card{background:#ffffff8c;box-shadow:0 8px 32px #77107d2e;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-radius:28px;border:2.5px solid #f3e6f5;transition:box-shadow .25s}.playful-bg{position:absolute;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0}.playful-bg span{position:absolute;border-radius:50%;opacity:.18;filter:blur(2px)}.playful-bg .shape1{background:#77107d;width:180px;height:180px;left:8vw;top:10vh}.playful-bg .shape2{background:#ffb900;width:120px;height:120px;right:10vw;top:18vh}.playful-bg .shape3{background:#f3e6f5;width:90px;height:90px;left:20vw;bottom:12vh}.playful-bg .shape4{background:#e1b6e7;width:140px;height:140px;right:18vw;bottom:8vh}.auth-illustration-img{opacity:1;transform:translateY(0) scale(1);transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.auth-illustration-img:hover{transform:scale(1.05) translateY(-10px);box-shadow:0 0 32px 8px #f43397cc,0 8px 32px #f4339752;filter:brightness(1.05) contrast(1.08) saturate(1.1);cursor:pointer}input[type=email],input[type=password]{box-shadow:0 2px 8px #77107d12;transition:border .1s,box-shadow .1s}input[type=email]:focus,input[type=password]:focus{border:2px solid #FFB900;box-shadow:0 4px 18px #77107d22}
