:root{--bg: #FFF6F8;--bg2: #FDE7EE;--card: #FFFFFF;--preview: #F7CBD9;--primary: #D06A90;--border: #F4DDE4;--text: #4A2C36;--muted: #967A83}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}button{font-family:inherit}::-webkit-scrollbar{width:0;height:0}.sg-shell{display:flex;flex-direction:column;min-height:100%;position:relative}.sg-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));background:#fff6f8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.sg-body{display:flex;flex:1;min-height:0}.sg-main{flex:1;min-width:0;padding-bottom:calc(30px + env(safe-area-inset-bottom))}.sg-lateral{display:none}.sg-icone{width:38px;height:38px;border-radius:999px;border:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.sg-drawer-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.sg-drawer-fundo{position:absolute;top:0;right:0;bottom:0;left:0;background:#4a2c3673}.sg-drawer{position:absolute;top:0;left:0;bottom:0;width:80%;max-width:320px;background:var(--bg);padding:calc(20px + env(safe-area-inset-top)) 18px 40px;overflow-y:auto;box-shadow:8px 0 30px #4a2c3633}.sg-pad{padding-left:16px;padding-right:16px}.sg-scroll-x{overflow-x:auto}.sg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sg-card{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:10px;display:flex;flex-direction:column;gap:10px;box-shadow:0 6px 18px #a0647812}.sg-preview{position:relative;aspect-ratio:4 / 5;background:var(--preview);border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.sg-fav{position:absolute;top:8px;right:8px;width:34px;height:34px;border:none;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #4a2c3626;cursor:pointer}.sg-toast{position:fixed;left:16px;right:16px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:60;max-width:520px;margin:0 auto;background:var(--text);color:#fff;border-radius:999px;padding:13px 20px;text-align:center;font-size:14px;box-shadow:0 10px 26px #4a2c3640}.sg-auth{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px 16px calc(24px + env(safe-area-inset-bottom))}.sg-auth-box{width:100%;max-width:400px;background:var(--card);border:1px solid var(--border);border-radius:28px;padding:28px 22px 26px;box-shadow:0 10px 30px #a0647814}.sg-pulse{animation:sgPulse 1.4s ease-in-out infinite}@keyframes sgPulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width: 640px){.sg-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media (min-width: 1024px){.sg-pad,.sg-header{padding-left:32px;padding-right:32px}.sg-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sg-lateral{display:block;width:274px;flex-shrink:0;border-right:1px solid var(--border);padding:20px 18px 60px;height:calc(100vh - 70px);overflow-y:auto;position:sticky;top:70px}.sg-header .sg-icone:first-child{display:none}}@media (prefers-reduced-motion: reduce){.sg-pulse{animation:none}}
