*{margin:0;padding:0;box-sizing:border-box}.mobile-drawer-toggle{display:none}body{background:#0a1810;overflow:hidden;font-family:DM Sans,sans-serif}.app-root{width:100vw;height:100vh}.intro-screen{width:100vw;height:100vh;background:#0a1810;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.leaves-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.mist-wrap{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.mist-particle{position:absolute;bottom:-10px;background:radial-gradient(circle,rgba(93,202,165,.55),transparent);border-radius:50%;animation:mistRise linear infinite}@keyframes mistRise{0%{transform:translateY(0) scale(1);opacity:.2}50%{opacity:.45}to{transform:translateY(-100vh) scale(1.9);opacity:0}}.orb-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:3}.orb{width:260px;height:260px;border-radius:50%;border:.5px solid rgba(93,202,165,.1);background:radial-gradient(circle at 40% 40%,rgba(29,158,117,.07),transparent 70%);animation:breatheOrb 5s ease-in-out infinite;position:relative}.orb-inner{position:absolute;width:160px;height:160px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);border:.5px solid rgba(93,202,165,.12);animation:breatheOrb 5s ease-in-out .4s infinite}.orb-core{position:absolute;width:70px;height:70px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);background:#1d9e750d;border:.5px solid rgba(93,202,165,.2);animation:breatheOrb 5s ease-in-out .8s infinite}@keyframes breatheOrb{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.intro-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 36px;max-width:480px;width:100%}.intro-logo-mark{font-size:36px;margin-bottom:12px;animation:fadeUp .8s ease .3s both}.intro-logo-text{font-family:"DM Serif Display",serif;font-size:32px;color:#fff;letter-spacing:-.5px;margin-bottom:4px;animation:fadeUp .8s ease .5s both}.intro-logo-text span{color:#5dcaa5}.fade-step{display:flex;flex-direction:column;align-items:center;width:100%;animation:fadeUp .5s ease both}.privacy-badge{display:inline-flex;align-items:center;gap:6px;background:#1d9e751f;border:.5px solid rgba(93,202,165,.25);border-radius:20px;padding:5px 14px;font-size:11px;color:#5dcaa5d9;letter-spacing:.04em;margin-bottom:20px}.typed-text{font-size:15px;line-height:1.9;color:#ffffffc7;margin-bottom:24px;min-height:80px;white-space:pre-line;font-weight:300}.cursor{display:inline-block;width:2px;height:16px;background:#5dcaa5;margin-left:2px;vertical-align:middle;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.intro-btn{width:100%;border:none;border-radius:13px;padding:13px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;color:#fff;margin-top:8px;transition:opacity .2s,transform .15s}.intro-btn:hover{opacity:.88;transform:translateY(-1px)}.intro-btn.green{background:#1d9e75}.intro-btn.purple{background:#7b6bd4}.intro-btn.gradient{background:linear-gradient(135deg,#1d9e75,#7b6bd4)}.step-title{font-family:"DM Serif Display",serif;font-size:22px;color:#fff;margin-bottom:6px}.step-sub{font-size:13px;color:#ffffff6b;margin-bottom:20px}.feat-cards{display:flex;gap:10px;width:100%;margin-bottom:16px}.feat-card{flex:1;background:#ffffff0d;border:.5px solid rgba(255,255,255,.1);border-radius:14px;padding:16px 10px;text-align:center}.feat-icon{font-size:22px;margin-bottom:8px}.feat-name{font-size:12px;font-weight:500;color:#fff;margin-bottom:4px}.feat-desc{font-size:11px;color:#ffffff61;line-height:1.5}.session-note{font-size:11px;color:#ffffff40;margin-bottom:16px;line-height:1.7}.intro-input{width:100%;background:#ffffff12;border:.5px solid rgba(255,255,255,.15);border-radius:13px;padding:13px 16px;font-family:DM Sans,sans-serif;font-size:14px;color:#fff;outline:none;margin-bottom:12px;transition:border .2s}.intro-input::placeholder{color:#ffffff4d}.intro-input:focus{border-color:#5dcaa580}.mood-chips-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:14px}.mood-chip-sm{padding:7px 14px;border-radius:20px;font-size:12px;cursor:pointer;background:#ffffff12;border:.5px solid rgba(255,255,255,.14);color:#fff9;transition:all .2s}.mood-chip-sm.sel,.mood-chip-sm:hover{background:#1d9e75;border-color:#1d9e75;color:#fff}.welcome-check{font-size:42px;margin-bottom:14px}.welcome-name{font-family:"DM Serif Display",serif;font-size:28px;color:#fff;margin-bottom:20px}.promises{display:flex;flex-direction:column;gap:8px;width:100%;margin-bottom:22px}.promise-row{display:flex;align-items:center;gap:10px;background:#ffffff0a;border:.5px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 14px;font-size:12.5px;color:#ffffff80;text-align:left}.p-icon{font-size:15px}.progress-dots{display:flex;gap:6px;margin-top:22px}.pdot{width:6px;height:6px;border-radius:3px;background:#ffffff2e;transition:all .3s}.pdot.on{background:#5dcaa5;width:18px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeaf{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes sway1{0%,to{transform-origin:bottom center;transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes sway2{0%,to{transform-origin:bottom center;transform:rotate(4deg)}50%{transform:rotate(-2deg)}}@keyframes sway3{0%,to{transform-origin:bottom right;transform:rotate(-2deg)}50%{transform:rotate(5deg)}}.leaf-g1{animation:fadeLeaf 1.2s ease .2s both,sway1 5s ease-in-out 1.4s infinite}.leaf-g2{animation:fadeLeaf 1.2s ease .5s both,sway2 6s ease-in-out 1.7s infinite}.leaf-g3{animation:fadeLeaf 1.2s ease .8s both,sway3 4.5s ease-in-out 2s infinite}.leaf-g4{animation:fadeLeaf 1.2s ease 1s both,sway1 7s ease-in-out 2.2s infinite}.leaf-g5{animation:fadeLeaf 1.2s ease .3s both,sway2 5.5s ease-in-out 1.5s infinite}.voice-screen{width:100vw;height:100vh;background:#0a1810;display:flex;flex-direction:column}.voice-header{padding:20px 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:.5px solid rgba(93,202,165,.1)}.voice-logo{font-family:"DM Serif Display",serif;font-size:22px;color:#fff}.voice-logo span{color:#5dcaa5}.voice-streak{font-size:13px;color:#ffffff80}.voice-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 32px}.voice-greeting{font-family:"DM Serif Display",serif;font-size:28px;color:#fff;margin-bottom:8px;text-align:center}.voice-sub{font-size:14px;color:#ffffff73;margin-bottom:44px;text-align:center}.mic-outer{display:flex;flex-direction:column;align-items:center;gap:14px;cursor:pointer}.mic-btn{width:100px;height:100px;border-radius:50%;background:#1d9e7526;border:2px solid rgba(29,158,117,.4);display:flex;align-items:center;justify-content:center;transition:all .3s}.mic-btn:hover{background:#1d9e7540;transform:scale(1.05)}.mic-btn.active{background:#e8787833;border-color:#e8787899;animation:pulse 1.2s ease-in-out infinite}.mic-btn.processing{opacity:.6;cursor:default}@keyframes pulse{0%,to{box-shadow:0 0 #e878784d}50%{box-shadow:0 0 0 20px #e8787800}}.mic-icon{font-size:38px}.mic-timer{font-size:13px;color:#e87878cc}.waveform{display:flex;align-items:center;gap:4px;height:48px;margin-top:20px}.wave-bar{width:4px;border-radius:2px;background:#1d9e75;animation:wave .8s ease-in-out infinite alternate}@keyframes wave{0%{height:6px;opacity:.4}to{height:36px;opacity:1}}.text-entry{width:100%;max-width:480px;margin-top:32px}.or-line{text-align:center;position:relative;margin-bottom:14px}.or-line:before,.or-line:after{content:"";position:absolute;top:50%;width:36%;height:.5px;background:#ffffff1a}.or-line:before{left:0}.or-line:after{right:0}.or-line span{font-size:11px;color:#ffffff4d;letter-spacing:.06em;background:#0a1810;padding:0 10px}.text-row{display:flex;gap:10px}.voice-text-input{flex:1;background:#ffffff12;border:.5px solid rgba(255,255,255,.14);border-radius:13px;padding:13px 16px;font-family:DM Sans,sans-serif;font-size:14px;color:#fff;outline:none;transition:border .2s}.voice-text-input::placeholder{color:#ffffff4d}.voice-text-input:focus{border-color:#5dcaa573}.voice-send{width:48px;height:48px;border-radius:13px;background:#7b6bd4;border:none;color:#fff;font-size:18px;cursor:pointer}.error-msg{margin-top:16px;font-size:13px;color:#e87c7c;text-align:center}.voice-footer{padding:16px;text-align:center;font-size:11px;color:#fff3}.analysis-screen{width:100vw;height:100vh;background:#eee9fa;display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:20px}.analysis-card{background:#fff;border-radius:24px;padding:32px 28px;max-width:480px;width:100%;box-shadow:0 8px 40px #7b6bd41f;opacity:0;transform:translateY(20px);transition:all .5s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.analysis-card.visible{opacity:1;transform:translateY(0)}.emo-circle{width:110px;height:110px;border-radius:50%;border:2px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px;background:#fafaf9}.emo-emoji{font-size:36px;margin-bottom:4px}.emo-label{font-size:12px;font-weight:500;letter-spacing:.05em}.analysis-title{font-family:"DM Serif Display",serif;font-size:20px;color:#1e1b2e;margin-bottom:8px}.analysis-summary{font-size:14px;color:#6e6a88;line-height:1.7;margin-bottom:22px}.analysis-bars{width:100%;display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.bar-row{display:flex;align-items:center;gap:10px}.bar-lbl{font-size:12px;color:#6e6a88;width:44px;text-align:left}.bar-track{flex:1;height:7px;background:#f0edf8;border-radius:4px;overflow:hidden}.bar-fill{height:100%;border-radius:4px}.bar-pct{font-size:12px;color:#6e6a88;width:32px;text-align:right}.themes-section{width:100%;margin-bottom:18px}.themes-lbl{font-size:11px;color:#6e6a88;letter-spacing:.07em;text-transform:uppercase;margin-bottom:8px}.themes-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.theme-pill{background:#eee9fa;color:#7b6bd4;font-size:12px;padding:5px 14px;border-radius:20px}.transcript-box{width:100%;background:#fafaf9;border-radius:12px;padding:14px 16px;margin-bottom:20px}.transcript-lbl{font-size:10px;color:#6e6a88;letter-spacing:.07em;text-transform:uppercase;margin-bottom:6px}.transcript-txt{font-size:13px;color:#1e1b2e;line-height:1.7;font-style:italic}.analysis-cta{width:100%;background:#7b6bd4;color:#fff;border:none;border-radius:13px;padding:14px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}.analysis-cta:hover{opacity:.88}.chat-layout{width:100vw;height:100vh;display:grid;grid-template-columns:200px 1fr 220px;background:#eee9fa;overflow:hidden}.chat-left-panel{background:#f3ede4;border-right:.5px solid rgba(123,107,212,.14);display:flex;flex-direction:column;padding:20px 16px;gap:4px;overflow:hidden}.clp-logo{font-family:"DM Serif Display",serif;font-size:22px;color:#1e1b2e;margin-bottom:4px}.clp-logo span{color:#7b6bd4}.clp-divider{height:.5px;background:#7b6bd41f;margin:10px 0}.clp-section{margin-bottom:8px}.clp-label{font-size:9px;font-weight:500;color:#6e6a88;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.clp-value{font-family:"DM Serif Display",serif;font-size:18px;color:#1e1b2e}.clp-emotion-badge{display:inline-flex;align-items:center;gap:5px;border:.5px solid;border-radius:20px;padding:5px 10px;font-size:12px;font-weight:500}.clp-mood-num{font-family:"DM Serif Display",serif;font-size:32px;line-height:1}.clp-mood-of{font-size:14px;color:#6e6a88;margin-left:2px}.clp-privacy{margin-top:auto;font-size:10px;color:#1e1b2e4d;line-height:1.7}.chat-screen{display:flex;flex-direction:column;height:100vh;overflow:hidden;min-width:0}.chat-header{padding:14px 20px;border-bottom:.5px solid rgba(123,107,212,.18);background:#eee9faf5;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-logo{font-family:"DM Serif Display",serif;font-size:20px;color:#1e1b2e}.chat-logo span{color:#7b6bd4}.chat-sub{font-size:11px;color:#6e6a88;margin-top:1px}.end-btn{background:#7b6bd4;color:#fff;border:none;border-radius:10px;padding:8px 18px;font-family:DM Sans,sans-serif;font-size:12.5px;cursor:pointer;transition:opacity .2s}.end-btn:hover{opacity:.85}.chat-msgs{flex:1;overflow-y:auto;padding:18px 16px;display:flex;flex-direction:column;gap:12px}.chat-msgs::-webkit-scrollbar{width:3px}.chat-msgs::-webkit-scrollbar-thumb{background:#b8a9f0;border-radius:2px}.msg-row{display:flex}.msg-row.user{justify-content:flex-end}.msg-row.assistant{justify-content:flex-start}.bubble{max-width:80%;padding:11px 15px;border-radius:18px;font-size:14px;line-height:1.65}.bubble.user{background:#7b6bd4;color:#fff;border-bottom-right-radius:4px}.bubble.assistant{background:#fff;color:#1e1b2e;border-bottom-left-radius:4px;box-shadow:0 1px 4px #0000000f}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#b8a9f0;margin:0 2px;animation:dotPulse 1.2s ease-in-out infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}}.chat-bar{padding:12px 14px;border-top:.5px solid rgba(123,107,212,.15);background:#eee9faf5;display:flex;gap:8px;align-items:center;flex-shrink:0}.mic-mini{width:42px;height:42px;border-radius:12px;border:.5px solid rgba(123,107,212,.25);background:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.mic-mini.active{background:#e87c7c22;border-color:#e87c7c;animation:pulse 1.2s infinite}.chat-input{flex:1;padding:12px 16px;border-radius:12px;font-family:DM Sans,sans-serif;font-size:14px;border:.5px solid rgba(123,107,212,.22);outline:none;background:#fff;color:#1e1b2e;min-width:0}.chat-input::placeholder{color:#b8a9f0}.chat-send{width:42px;height:42px;border-radius:12px;background:#7b6bd4;border:none;color:#fff;font-size:18px;cursor:pointer;flex-shrink:0}.chat-send:hover{opacity:.85}.chat-right-panel{background:#fff;border-left:.5px solid rgba(123,107,212,.14);display:flex;flex-direction:column;padding:18px 14px;gap:8px;overflow:hidden}.crp-label{font-size:9px;font-weight:500;color:#6e6a88;letter-spacing:.1em;text-transform:uppercase}.crp-graph-wrap{display:flex;justify-content:center;padding:6px 0}.crp-y-labels{display:flex;flex-direction:column;justify-content:space-between;font-size:9px;color:#b8a9f0;height:36px;text-align:right}.crp-divider{height:.5px;background:#7b6bd41a;margin:4px 0}.crp-hint{font-size:11px;color:#b8a9f0;line-height:1.6;font-style:italic}.crp-scores{display:flex;flex-direction:column;gap:5px;flex:1;overflow:hidden}.crp-score-row{display:flex;align-items:center;gap:6px}.crp-score-bar-bg{flex:1;height:5px;background:#f0edf8;border-radius:3px;overflow:hidden}.crp-score-bar{height:100%;border-radius:3px;transition:width .6s ease}.crp-score-num{font-size:11px;font-weight:500;width:16px;text-align:right}.crp-tip{font-size:11px;color:#b8a9f0;line-height:1.6;display:flex;gap:6px;margin-top:auto}.crp-tip span{color:#6e6a88}.graph-empty{font-size:11px;color:#b8a9f0;text-align:center;font-style:italic;padding:12px 0}.graph-empty.compact{font-size:10px;padding:8px 0}.mood-screen{width:100vw;height:100vh;background:#0a1810;display:flex;align-items:center;justify-content:center;padding:20px}.mood-card-wrap{background:#ffffff0a;border:.5px solid rgba(93,202,165,.15);border-radius:24px;padding:32px 28px;max-width:500px;width:100%;text-align:center}.mood-heading{font-family:"DM Serif Display",serif;font-size:24px;color:#fff;margin-bottom:6px}.mood-sub-txt{font-size:13px;color:#fff6;margin-bottom:24px}.mood-grid{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.mood-tile{width:82px;padding:12px 8px;border-radius:14px;cursor:pointer;text-align:center;background:#ffffff0d;border:.5px solid rgba(255,255,255,.1);transition:all .2s}.mood-tile:hover{background:#ffffff17}.mood-tile.sel{background:#7b6bd4;border-color:#7b6bd4;transform:scale(1.06)}.mood-emoji-lg{font-size:24px;margin-bottom:4px}.mood-tile-lbl{font-size:10px;color:#ffffff80}.mood-tile.sel .mood-tile-lbl{color:#fff}.mood-cta{width:100%;background:#ffffff14;color:#ffffff59;border:none;border-radius:13px;padding:14px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:default;transition:all .3s}.mood-cta.active{background:#1d9e75;color:#fff;cursor:pointer}.mood-cta.active:hover{opacity:.88}.moodgraph-screen{width:100vw;height:100vh;background:#eee9fa;display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.mg-card{background:#fff;border-radius:24px;padding:32px 28px;max-width:500px;width:100%;box-shadow:0 8px 40px #7b6bd41a;display:flex;flex-direction:column;align-items:center;text-align:center}.mg-title{font-family:"DM Serif Display",serif;font-size:22px;color:#1e1b2e;margin-bottom:6px}.mg-subtitle{font-size:13px;color:#6e6a88;margin-bottom:24px;line-height:1.6}.mg-graph-wrap{margin-bottom:20px}.mg-stats{display:flex;gap:16px;margin-bottom:20px;width:100%;justify-content:center}.mg-stat{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;background:#fafaf9;border-radius:14px;padding:14px 8px}.mg-stat-num{font-family:"DM Serif Display",serif;font-size:28px;line-height:1}.mg-stat-lbl{font-size:10px;color:#6e6a88;letter-spacing:.04em}.mg-insight{width:100%;background:#eee9fa;border-radius:12px;padding:14px 16px;margin-bottom:20px;text-align:left}.mg-insight-lbl{font-size:10px;color:#6e6a88;letter-spacing:.07em;text-transform:uppercase;margin-bottom:6px}.mg-insight-txt{font-size:13px;color:#1e1b2e;line-height:1.7;font-style:italic}.mg-btn{width:100%;background:linear-gradient(135deg,#1d9e75,#7b6bd4);color:#fff;border:none;border-radius:13px;padding:14px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}.mg-btn:hover{opacity:.88}.med-screen{width:100vw;height:100vh;background:#0a1810;display:flex;align-items:center;justify-content:center}.med-body,.med-done{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 32px}.med-title{font-family:"DM Serif Display",serif;font-size:26px;color:#fff;margin-bottom:6px}.med-subtitle{font-size:13px;color:#ffffff61;margin-bottom:44px}.breath-orb{width:180px;height:180px;border-radius:50%;border:2px solid;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all 1.2s ease}.breath-orb.phase-inhale{transform:scale(1.15);background:#1d9e7514}.breath-orb.phase-hold{transform:scale(1.08);background:#7b6bd414}.breath-orb.phase-exhale{transform:scale(.9);background:#5dcaa50d}.breath-num{font-family:"DM Serif Display",serif;font-size:48px;color:#fff;line-height:1}.breath-lbl{font-size:13px;margin-top:4px}.done-leaf{font-size:48px;margin-bottom:16px}.done-title{font-family:"DM Serif Display",serif;font-size:28px;color:#fff;margin-bottom:8px}.done-streak{font-size:14px;color:#ffffff80;margin-bottom:8px}.done-note{font-size:13px;color:#ffffff4d;line-height:1.8;margin-bottom:28px}.done-btn{background:#1d9e75;color:#fff;border:none;border-radius:13px;padding:14px 32px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;cursor:pointer}.done-btn:hover{opacity:.88}.intro-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 36px;max-width:480px;width:100%;margin:0 auto}@media (max-width: 768px){.chat-layout{grid-template-columns:1fr}.chat-layout .mobile-drawer-toggle{display:flex;position:fixed;top:14px;left:14px;z-index:200;width:38px;height:38px;border-radius:10px;background:#1d9e752e;border:.5px solid rgba(93,202,165,.35);color:#5dcaa5;font-size:18px;align-items:center;justify-content:center;cursor:pointer}.chat-layout .mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:300;display:flex}.chat-layout .mobile-drawer{width:80vw;max-width:320px;height:100%;background:#0f1f17;border-right:.5px solid rgba(93,202,165,.15);padding:24px 18px;overflow-y:auto;position:relative;display:flex;flex-direction:column}.chat-layout .mobile-drawer-close{position:absolute;top:14px;right:14px;background:#ffffff14;border:none;border-radius:8px;color:#ffffff80;font-size:15px;width:30px;height:30px;cursor:pointer}.chat-left-panel,.chat-right-panel{display:none}.chat-screen{height:100vh;width:100vw}.bubble{max-width:88%;font-size:15px}.chat-header{padding:12px 16px}.chat-bar{padding:10px 12px 24px}.voice-screen{padding-bottom:20px}.voice-greeting{font-size:22px}.mic-btn{width:90px;height:90px}.analysis-card{padding:24px 18px;margin:16px}.mood-grid{gap:6px}.mood-tile{width:68px;padding:10px 6px}.mg-card{padding:24px 18px;margin:16px}}
