:root{color-scheme:light}body{margin:0}.app-bg{min-height:100vh;background:#f6f0e6 url(/app-background.png) center / cover no-repeat;background-attachment:fixed;display:flex;justify-content:center}.app-container{width:100%;max-width:520px;min-height:100vh;display:flex;flex-direction:column}.app-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:10px;padding:12px 14px;padding-top:calc(12px + env(safe-area-inset-top));background:#f6f0e6d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.app-main{flex:1;padding-bottom:calc(82px + env(safe-area-inset-bottom))}.brand{display:flex;align-items:center;gap:10px;flex:1;justify-content:center}.brand-logo{width:34px;height:34px}.brand-name{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:800;letter-spacing:-.4px;font-size:22px;color:#2b2b2b}.profile{display:flex;align-items:center;gap:8px}.avatar{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#4fae2a38,#00cfc838);border:1px solid rgba(0,0,0,.08)}.badge{font-size:12px;font-weight:800;padding:5px 10px;border-radius:999px;background:#0000000f}.badge-premium{background:#00cfc82e}.icon-btn{width:42px;height:42px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#ffffff80;cursor:pointer}.hamburger{display:block;width:18px;height:2px;background:#2b2b2b;border-radius:999px;margin:0 auto;position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;width:18px;height:2px;background:#2b2b2b;border-radius:999px}.hamburger:before{top:-6px}.hamburger:after{top:6px}.menu{position:absolute;top:58px;left:14px;width:220px;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 40px #0000001f;overflow:hidden}.menu-item{display:block;width:100%;text-align:left;padding:12px 14px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;color:#2b2b2b;background:transparent;border:none;text-decoration:none;cursor:pointer}.menu-item:hover{background:#0000000d}.menu-item.active{background:#00cfc829}.menu-item.danger{color:#b00020}.bottom-nav{position:sticky;bottom:0;z-index:30;display:flex;justify-content:space-around;gap:8px;padding:10px 10px 12px;padding-bottom:calc(12px + env(safe-area-inset-bottom));background:#ffffffc7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(0,0,0,.08)}.tab{flex:1;text-decoration:none;color:#0000008c;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 0;border-radius:14px}.tab.active{color:#0a7772;background:#00cfc824}.tab-icon{line-height:0}.tab-label{font-size:12px;font-weight:700}.dash{padding:6px 14px 18px}.section{margin-top:14px}.section-title{font-size:16px;font-weight:900;margin:6px 2px 10px;color:#2b2b2b}.emotion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.emotion-tile{border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:12px 1px 1px;text-align:center;cursor:pointer;box-shadow:0 10px 20px #0000000f;background:#ffffff8c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;display:flex;flex-direction:column;aspect-ratio:600 / 530}.emotion-tile.has-bg{background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#ffffff40}.emotion-emoji{width:42px;height:42px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;background:#ffffff8c;border:1px solid rgba(0,0,0,.06)}.emotion-name{margin-top:auto;font-weight:1000;font-size:13px;color:#000000c7;position:relative;width:100%;text-align:center}.emotion-sub{margin-top:3px;font-size:11px;opacity:.7;line-height:1.25;position:relative;width:100%;text-align:center}.emotion-tile.has-bg .emotion-name,.emotion-tile.has-bg .emotion-sub{color:#ffffffeb;text-shadow:0 2px 10px rgba(0,0,0,.35)}.emotion-tile:not(.has-bg).tone-green{background:linear-gradient(135deg,#4ade803d,#ffffff8c)}.emotion-tile:not(.has-bg).tone-pink{background:linear-gradient(135deg,#f472b638,#ffffff8c)}.emotion-tile:not(.has-bg).tone-blue{background:linear-gradient(135deg,#60a5fa38,#ffffff8c)}.emotion-tile:not(.has-bg).tone-red{background:linear-gradient(135deg,#f8717138,#ffffff8c)}.emotion-tile:not(.has-bg).tone-yellow{background:linear-gradient(135deg,#facc1538,#ffffff8c)}.emotion-tile:not(.has-bg).tone-teal{background:linear-gradient(135deg,#2dd4bf38,#ffffff8c)}@media(max-width:420px){.emotion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;padding:14px;z-index:60}.modal{width:100%;max-width:900px;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:22px;border:1px solid rgba(0,0,0,.08);box-shadow:0 24px 60px #00000038;max-height:calc(100dvh - 28px);height:calc(100dvh - 28px);display:flex;flex-direction:column}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:14px 14px 10px}.modal-title{font-size:16px;font-weight:1000}.modal-sub{font-size:12px;opacity:.75;margin-top:2px}.modal-x{width:38px;height:38px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#fffc;cursor:pointer;font-size:22px;line-height:1}.modal-controls{padding:0 14px 10px}.modal-body{padding:0 14px 14px;overflow:auto}.tpl-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tpl-card{border:1px solid rgba(0,0,0,.08);background:#ffffffb3;border-radius:18px;padding:10px;cursor:pointer;display:flex;gap:10px;text-align:left}.tpl-card.locked{opacity:.55;cursor:not-allowed}.tpl-card.locked .tpl-thumb{filter:grayscale(.25)}.tpl-thumb{width:56px;min-width:56px;height:56px;border-radius:14px;border:1px solid rgba(0,0,0,.06);background:#0000000a;display:flex;align-items:center;justify-content:center}.tpl-thumb-inner{font-size:10px;font-weight:900;opacity:.55}.tpl-title{font-weight:1000;font-size:13px;display:flex;align-items:center;gap:8px}.tpl-prem{font-size:10px;padding:2px 8px;border-radius:999px;background:#f59e0b29;border:1px solid rgba(245,158,11,.24);color:#8a4c00}.tpl-desc{font-size:11px;opacity:.75;margin-top:4px;line-height:1.25}.editor-bg{min-height:100vh;background:#f6f0e6 url(/app-background.png) center / cover no-repeat;background-attachment:fixed;display:flex;justify-content:center}.editor-container{width:100%;max-width:520px;height:100dvh;display:flex;flex-direction:column;overflow:hidden}.editor-topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;padding-top:calc(12px + env(safe-area-inset-top));background:#f6f0e6e0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mini-preview{display:flex;align-items:center;justify-content:center;flex:1}.pill-btn{border:1px solid rgba(0,0,0,.1);background:#ffffffa6;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.pill-btn.primary{background:#00cfc82e;border-color:#00cfc859;color:#0a7772}.pill-btn:disabled{opacity:.5;cursor:not-allowed}.pill-btn,.editor-tab,.chip,.mini-action,.sticker-btn{transition:transform 90ms ease,filter .12s ease,background-color .12s ease;-webkit-tap-highlight-color:transparent}.pill-btn:active,.editor-tab:active,.chip:active,.mini-action:active,.sticker-btn:active{transform:scale(.98);filter:brightness(.98)}.editor-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.canvas-wrap{flex:1 1 0;min-height:0;padding:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.editor-toolbar{flex:1 1 0;border-top:1px solid rgba(0,0,0,.08);background:#ffffffc7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:10px 12px 12px;padding-bottom:calc(12px + env(safe-area-inset-bottom));display:flex;flex-direction:column;overflow:hidden}.editor-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.editor-tab{border:1px solid rgba(0,0,0,.08);background:#ffffffa6;border-radius:14px;padding:10px 8px;font-weight:900;cursor:pointer;color:#000000b8}.editor-tab.active{background:#00cfc82e;border-color:#00cfc859;color:#0a7772}.editor-panel{margin-top:10px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.wc-panel-anim{animation:wcPanelIn .16s ease-out;will-change:transform,opacity}@keyframes wcPanelIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.wc-snap-guides{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.wc-snap-guide{position:absolute;background:#00cfc8d9;box-shadow:0 0 0 1px #00cfc840;opacity:0;animation:wcGuideLine .18s ease-out}.wc-snap-guide.v{top:0;bottom:0;width:1px;transform:translate(-.5px)}.wc-snap-guide.h{left:0;right:0;height:1px;transform:translateY(-.5px)}@keyframes wcGuideLine{0%{opacity:0}25%{opacity:1}to{opacity:0}}.chip-row{display:flex;gap:8px;overflow:auto;padding-bottom:2px}.chip{border:1px solid rgba(0,0,0,.08);background:#ffffffa6;border-radius:999px;padding:8px 12px;font-weight:900;white-space:nowrap;cursor:pointer}.chip.active{background:#00cfc82e;border-color:#00cfc859;color:#0a7772}.slots{margin-top:10px;display:flex;justify-content:center;gap:10px}.slot{width:64px;height:64px;border-radius:16px;border:1px dashed rgba(0,0,0,.2);background:#fff9;display:flex;align-items:center;justify-content:center}.slot.filled{border-style:solid}.slot-actions{margin-top:10px;display:flex;justify-content:center;gap:10px}.mini-action{border:1px solid rgba(0,0,0,.1);background:#ffffffb3;border-radius:14px;padding:10px 14px;font-weight:900;cursor:pointer}.mini-action.danger{color:#b00020;border-color:#b0002038;background:#b000200f}.mini-action:disabled{opacity:.5;cursor:not-allowed}.sticker-grid{margin-top:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.sticker-btn{border:1px solid rgba(0,0,0,.08);background:#ffffffa6;border-radius:16px;padding:8px;cursor:pointer}.bg-grid{margin-top:8px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;max-height:240px;overflow:auto;padding-right:2px}.bg-tile{border:1px solid rgba(0,0,0,.08);background:#ffffffa6;border-radius:16px;padding:6px;cursor:pointer}.bg-tile img{width:100%;height:auto;object-fit:cover;border-radius:12px;display:block}.text-area{width:100%;box-sizing:border-box;min-height:88px;resize:none;border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:12px;font-weight:800;font-size:14px;background:#ffffffb3;overflow-x:hidden}.saved-thumb{border-radius:14px;border:1px solid rgba(0,0,0,.06);background:#0000000a;display:flex;align-items:center;justify-content:center}.range{width:75%;display:block;margin-left:auto;margin-right:auto;margin-top:10px}.text-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;flex-wrap:wrap}.text-selector-row{display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap}.undo-redo{margin-top:10px;display:flex;justify-content:space-between;gap:10px}.stage-textarea{position:fixed;z-index:999;border:1px solid rgba(0,0,0,.15);border-radius:12px;padding:10px 12px;outline:none;background:#ffffffeb;font-weight:900;resize:none}.card{border-radius:20px;background:#ffffffc7;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 26px #00000014}.premium-card{padding:14px;position:relative}.premium-row{display:flex;gap:12px;align-items:flex-start}.premium-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#00cfc829;font-size:20px}.premium-title{font-size:18px;font-weight:900;margin-top:2px}.premium-benefits{margin-top:6px;display:grid;grid-template-columns:1fr 1fr;gap:4px 10px;font-size:13px;opacity:.85}.close-btn{position:absolute;top:10px;right:12px;width:34px;height:34px;border-radius:12px;border:1px solid rgba(0,0,0,.08);background:#fff9;cursor:pointer;font-size:18px}.cta{width:100%;margin-top:12px;padding:12px 14px;border-radius:16px;border:none;cursor:pointer;background:linear-gradient(135deg,#00cfc8,#4fae2a);color:#fff;font-weight:900;font-size:16px}.create-card{padding:14px;margin-top:12px}.card-title{margin:0;font-size:20px;font-weight:900;color:#2b2b2b}.cta-hero{margin-top:12px}.chip-row{display:flex;gap:10px;margin-top:12px}.chip{flex:1;padding:10px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#fff9;cursor:pointer;font-weight:800;font-size:13px}.last-card{width:100%;display:flex;align-items:center;gap:12px;padding:12px;cursor:pointer}.last-card:disabled{cursor:default;opacity:.7}.thumb{width:66px;height:66px;border-radius:18px;background:linear-gradient(135deg,#00cfc833,#4fae2a33);border:1px solid rgba(0,0,0,.08);display:grid;place-items:center}.thumb img{width:100%;height:100%;border-radius:18px;object-fit:cover;display:block}.thumb-inner{width:46px;height:46px;border-radius:12px;background:#ffffffb3;display:grid;place-items:center;font-weight:900;font-size:12px;color:#0009}.last-meta{flex:1;text-align:left}.last-title{font-weight:900;font-size:15px;color:#2b2b2b}.last-sub{margin-top:4px;font-size:13px;opacity:.7}.chev{font-size:26px;opacity:.45}.cat-row{display:flex;overflow-x:auto;padding-bottom:6px}.cat-tile{border:none;background:transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px}.cat-ph{width:100%;height:100%;border-radius:18px;display:grid;place-items:center;background:#ffffffb3;border:1px solid rgba(0,0,0,.08);font-weight:900;color:#0000008c}.cat-label{font-size:12px;font-weight:800;color:#000000b3}.theme-grid5{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.theme-tile{border:none;background:transparent;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:6px;padding:0}.theme-thumb{width:100%;aspect-ratio:1 / 1;border-radius:16px;display:grid;place-items:center;background:#ffffffb3;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 20px #0000000f;overflow:hidden}.theme-emoji{font-size:22px}.theme-name{width:100%;font-size:12px;font-weight:800;color:#000000bf;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-sub{width:100%;font-size:11px;font-weight:700;opacity:.7;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hint{margin:10px 2px 0;font-size:12px;opacity:.65}.auth-bg{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#1f3a5f}.auth-card{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:28px;box-shadow:0 16px 48px #00000040}.auth-title{margin:0;text-align:center;font-size:32px;font-weight:700;color:#0f2c4c}.auth-subtitle{margin:8px 0 20px;text-align:center;color:#4b647e}.btn-google{width:100%;padding:12px 14px;border:1px solid #d6dde6;background:#fff;border-radius:8px;cursor:pointer;font-weight:600}.btn-google:hover{background:#f7f9fc}.divider{display:flex;align-items:center;gap:12px;margin:16px 0;color:#6d829a;font-size:13px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e6ebf1}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-label{font-size:13px;color:#3a516a;margin-top:6px}.auth-input{padding:12px;border:1px solid #d6dde6;border-radius:8px;font-size:16px}@media(hover:none)and (pointer:coarse){.app-bg,.editor-bg{background-attachment:scroll}}.auth-row{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.auth-link{color:#d14;text-decoration:none}.auth-link:hover{text-decoration:underline}.btn-primary{width:100%;margin-top:10px;padding:12px 14px;border:none;border-radius:8px;background:#e53935;color:#fff;font-weight:700;cursor:pointer}.btn-primary:hover{filter:brightness(.95)}.btn-secondary{width:100%;margin-top:10px;padding:10px 14px;border:1px solid #d6dde6;border-radius:8px;background:#fff;cursor:pointer;font-weight:600}.auth-error{color:#b00020;margin:12px 0 0}.auth-info{color:#1b5e20;margin:12px 0 0}.auth-footer{text-align:center;margin:18px 0 0;color:#3a516a}.text-controls{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.align-group{display:flex;gap:8px}.mini-action.active{outline:2px solid rgba(0,0,0,.15)}.color-control{display:flex;align-items:center;gap:8px;font-weight:800;font-size:12px;opacity:.9}.color-control input[type=color]{width:40px;height:28px;border:none;background:transparent;padding:0;cursor:pointer}.pill-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .6rem;border-radius:999px;font-size:.75rem;line-height:1;border:1px solid rgba(0,0,0,.12);background:#0000000a;transition:opacity .16s ease,transform .16s ease;will-change:opacity,transform}.pill-badge.warn{background:#ffc7002e;border-color:#ffc70059}.pill-badge.is-hidden{opacity:0;transform:translateY(4px);pointer-events:none}.pill-badge.is-visible{opacity:1;transform:translateY(0)}.wc-spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(0,0,0,.18);border-top-color:#0000008c;animation:wcSpin .7s linear infinite}@keyframes wcSpin{to{transform:rotate(360deg)}}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:flex-end;justify-content:center;padding:14px;z-index:1000;animation:wcFadeIn .16s ease-out}.sheet{width:100%;max-width:520px;background:#fff;border-radius:18px;padding:14px;box-shadow:0 16px 48px #00000040;padding-bottom:calc(14px + env(safe-area-inset-bottom));animation:wcSheetUp .18s ease-out}@keyframes wcFadeIn{0%{opacity:0}to{opacity:1}}@keyframes wcSheetUp{0%{transform:translateY(10px);opacity:.92}to{transform:translateY(0);opacity:1}}.sheet-title{font-size:16px;font-weight:800;color:#12233a}.sheet-body{margin-top:10px}.sheet-actions{margin-top:14px;display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}
