.pengu-mood-page{--mood-bg-start:#f6f1ff;--mood-bg-end:#eaf7ff;--mood-surface:rgba(255,255,255,0.84);--mood-surface-solid:#fff;--mood-border:rgba(42,31,73,0.1);--mood-text:#211b35;--mood-text-secondary:#716a82;--mood-text-soft:#9892a6;--mood-primary:#7557f5;--mood-primary-hover:#6546e8;--mood-primary-pressed:#593ad8;--mood-yellow:#ffd86f;--mood-success:#43a982;--mood-danger:#d85f70;position:relative;isolation:isolate;display:block;width:100%;min-height:100dvh;overflow-x:clip;background:linear-gradient(145deg,var(--mood-bg-start),#fff8e8 52%,var(--mood-bg-end));color:var(--mood-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.immersive-main:has(.pengu-mood-page){width:100%;max-width:none;margin:0;padding:0}.pengu-mood-page *,.pengu-mood-page :after,.pengu-mood-page :before{box-sizing:border-box}.pengu-mood-ambient{display:none}.pengu-mood-header{position:fixed;z-index:50;top:max(8px,env(safe-area-inset-top));left:50%;display:grid;width:min(calc(100% - 24px),1120px);min-height:56px;grid-template-columns:1fr auto 1fr;align-items:center;border:1px solid var(--mood-border);border-radius:18px;padding:6px 8px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(45,35,78,.08),0 2px 8px rgba(45,35,78,.04);transform:translateX(-50%)}.pengu-mood-header>strong{font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:15px;letter-spacing:0;text-align:center}.pengu-mood-header-back{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:44px;align-items:center;gap:6px;border-radius:14px;color:var(--mood-text-secondary);padding:0 8px;font-size:13px;font-weight:750;text-decoration:none}.pengu-mood-header-menu{position:relative;justify-self:end}.pengu-mood-header-menu>button{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:14px;background:transparent;color:var(--mood-text);cursor:pointer;font-size:16px;font-weight:900}.pengu-mood-header-popover{position:absolute;top:calc(100% + 8px);right:0;display:grid;width:176px;overflow:hidden;border:1px solid var(--mood-border);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 24px 60px rgba(45,35,78,.16),0 6px 18px rgba(45,35,78,.08)}.pengu-mood-header-popover a,.pengu-mood-header-popover button{display:flex;min-height:44px;align-items:center;border:0;border-bottom:1px solid var(--mood-border);background:transparent;color:var(--mood-text);cursor:pointer;padding:0 16px;font-size:14px;font-weight:700;text-align:left;text-decoration:none}.pengu-mood-header-popover>:last-child{border-bottom:0}.pengu-mood-main{width:min(calc(100% - 32px),1120px);min-height:100dvh;margin:0 auto;padding:calc(80px + env(safe-area-inset-top)) 0 calc(32px + env(safe-area-inset-bottom));animation:pengu-mood-page-in .24s ease-out both}.pengu-mood-page-title{display:grid;grid-gap:8px;gap:8px}.pengu-mood-page-title.is-center{text-align:center}.pengu-mood-caption-card>span,.pengu-mood-page-title>span{color:var(--mood-primary);font-size:12px;font-weight:850;letter-spacing:0}.pengu-mood-page-title h1{max-width:660px;margin:0;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:40px;line-height:1.04;letter-spacing:0}.pengu-mood-page-title p{max-width:620px;margin:0;color:var(--mood-text-secondary);font-size:16px;line-height:1.5}.pengu-mood-panel{border:1px solid var(--mood-border);border-radius:24px;background:var(--mood-surface);box-shadow:0 10px 30px rgba(45,35,78,.08),0 2px 8px rgba(45,35,78,.04)}.pengu-mood-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border-radius:14px;cursor:pointer;padding:0 20px;font:inherit;font-size:16px;font-weight:800;letter-spacing:0;transition:transform .12s ease,box-shadow .16s ease,background .16s ease}.pengu-mood-button:hover:not(:disabled){transform:translateY(-1px)}.pengu-mood-button:active:not(:disabled){transform:scale(.98)}.pengu-mood-button:disabled{cursor:not-allowed;opacity:.46}.pengu-mood-button.is-primary{border:1px solid rgba(255,255,255,.42);background:var(--mood-primary);color:#fff;box-shadow:0 12px 24px rgba(117,87,245,.24)}.pengu-mood-button.is-primary:hover:not(:disabled){background:var(--mood-primary-hover)}.pengu-mood-button.is-primary:active:not(:disabled){background:var(--mood-primary-pressed)}.pengu-mood-button.is-secondary{border:1px solid rgba(117,87,245,.2);background:rgba(255,255,255,.78);color:var(--mood-primary)}.pengu-mood-button.is-text{min-height:44px;border:0;background:transparent;color:var(--mood-text-secondary);padding:0 12px;font-size:14px}.pengu-mood-button:focus-visible,.pengu-mood-collection button:focus-visible,.pengu-mood-header a:focus-visible,.pengu-mood-header button:focus-visible,.pengu-mood-result-more button:focus-visible,.pengu-mood-result-more summary:focus-visible,.pengu-mood-reveal-tools button:focus-visible,.pengu-mood-sample-dots button:focus-visible,.pengu-mood-token-input:focus-visible{outline:3px solid rgba(117,87,245,.32);outline-offset:2px}.pengu-mood-landing{display:grid;grid-template-areas:"copy cards" "actions cards";grid-template-columns:minmax(280px,.78fr) minmax(420px,1.22fr);grid-template-rows:auto auto;grid-gap:24px 48px;gap:24px 48px;align-content:center;align-items:center}.pengu-mood-landing>.pengu-mood-page-title{grid-area:copy}.pengu-mood-sample-stage{position:relative;grid-area:cards;width:100%;min-height:610px;touch-action:pan-y}.pengu-mood-sample-stage img{position:absolute;top:50%;left:50%;display:block;width:min(72%,390px);aspect-ratio:4/5;border:6px solid rgba(255,255,255,.92);border-radius:28px;object-fit:cover;box-shadow:0 24px 60px rgba(45,35,78,.16),0 6px 18px rgba(45,35,78,.08);transition:transform .45s ease,opacity .45s ease,filter .45s ease}.pengu-mood-sample-stage img.is-front{z-index:3;opacity:1;transform:translate(-50%,-50%) rotate(0deg);animation:pengu-mood-card-float 6s ease-in-out infinite alternate}.pengu-mood-sample-stage img.is-left{z-index:1;opacity:.84;filter:saturate(.82);transform:translate(-78%,-47%) rotate(-7deg) scale(.9)}.pengu-mood-sample-stage img.is-right{z-index:2;opacity:.9;filter:saturate(.9);transform:translate(-22%,-47%) rotate(7deg) scale(.92)}.pengu-mood-sample-dots{grid-area:cards;z-index:5;display:flex;align-self:end;justify-self:center;gap:8px;margin-bottom:8px}.pengu-mood-sample-dots button{width:24px;height:24px;border:0;background:transparent;cursor:pointer;padding:0}.pengu-mood-sample-dots button:after{content:"";display:block;width:6px;height:6px;margin:auto;border-radius:999px;background:rgba(33,27,53,.24)}.pengu-mood-sample-dots button.is-active:after{width:16px;background:var(--mood-primary)}.pengu-mood-landing-actions{grid-area:actions;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);grid-gap:12px;gap:12px}.pengu-mood-landing-actions p{grid-column:1/-1;margin:0;color:var(--mood-text-secondary);font-size:13px;line-height:1.45;text-align:center}.pengu-mood-v4-home{display:grid;align-content:center;justify-items:center;grid-gap:28px;gap:28px}.pengu-mood-v4-home>.pengu-mood-page-title h1{max-width:780px;text-transform:uppercase}.pengu-mood-v4-home>.pengu-mood-page-title p{margin-inline:auto}.pengu-mood-v4-entries{display:grid;width:min(100%,940px);grid-template-columns:minmax(0,1.16fr) minmax(0,.84fr);align-items:center;grid-gap:18px;gap:18px}.pengu-mood-v4-entry{position:relative;display:grid;min-height:360px;align-content:end;grid-gap:12px;gap:12px;overflow:hidden;border:1px solid rgba(255,255,255,.72);border-radius:30px;padding:30px;box-shadow:0 24px 60px rgba(45,35,78,.13),0 6px 18px rgba(45,35,78,.06)}.pengu-mood-v4-entry:after,.pengu-mood-v4-entry:before{content:"";position:absolute;pointer-events:none}.pengu-mood-v4-entry:before{inset:0;opacity:.72}.pengu-mood-v4-entry:after{width:220px;height:220px;top:24px;right:20px;border-radius:50%;background:rgba(255,255,255,.34);box-shadow:-160px 70px 0 rgba(255,255,255,.16)}.pengu-mood-v4-entry.is-reaction{min-height:448px;background:linear-gradient(145deg,#bfe6ff,#c9b8ff 58%,#f2c4dc);box-shadow:0 28px 70px rgba(82,63,150,.17),0 8px 22px rgba(45,35,78,.08)}.pengu-mood-v4-entry.is-reaction:before{background:radial-gradient(circle at 76% 22%,rgba(255,255,255,.9),transparent 28%),linear-gradient(180deg,transparent 18%,rgba(48,37,91,.12))}.pengu-mood-v4-entry.is-postcard{background:linear-gradient(145deg,#ffe5a8,#ffbd9a 56%,#9fd9df)}.pengu-mood-v4-entry.is-postcard:before{background:radial-gradient(circle at 75% 18%,rgba(255,249,205,.94),transparent 26%),linear-gradient(180deg,transparent 14%,rgba(76,46,48,.12))}.pengu-mood-v4-entry>*{position:relative;z-index:1}.pengu-mood-v4-entry>span{color:rgba(38,28,67,.7);font-size:12px;font-weight:900;letter-spacing:.08em}.pengu-mood-v4-entry-kicker{display:flex;align-items:center;justify-content:space-between;gap:10px}.pengu-mood-v4-entry-kicker span{color:rgba(38,28,67,.72);font-size:12px;font-weight:900;letter-spacing:.08em}.pengu-mood-v4-entry-kicker em{border:1px solid rgba(72,55,124,.12);border-radius:999px;padding:6px 9px;background:rgba(255,255,255,.55);color:rgba(65,48,113,.72);font-size:10px;font-style:normal;font-weight:900;letter-spacing:.04em}.pengu-mood-v4-entry h2{margin:0;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:clamp(30px,4vw,43px);line-height:1}.pengu-mood-v4-entry p{max-width:360px;margin:0;color:rgba(38,28,67,.72);font-size:15px;line-height:1.5}.pengu-mood-v4-entry-tags{display:flex;flex-wrap:wrap;gap:7px}.pengu-mood-v4-entry-tags span{border:1px solid rgba(54,37,91,.12);border-radius:999px;padding:6px 9px;background:rgba(255,255,255,.46);color:rgba(38,28,67,.7);font-size:11px;font-weight:800}.pengu-mood-v4-entry-tags.is-interactive button{min-height:36px;border:1px solid rgba(70,51,127,.17);border-radius:999px;padding:0 12px;background:rgba(255,255,255,.7);color:rgba(45,32,82,.82);cursor:pointer;font:inherit;font-size:11px;font-weight:850;transition:transform .12s ease,background .12s ease,box-shadow .12s ease}.pengu-mood-v4-entry-tags.is-interactive button:hover{background:#fff;box-shadow:0 7px 16px rgba(49,37,88,.1);transform:translateY(-1px)}.pengu-mood-v4-entry-tags.is-interactive button:active{background:rgba(117,87,245,.13);transform:scale(.97)}.pengu-mood-v4-entry-tags.is-interactive button:focus-visible{outline:3px solid rgba(117,87,245,.3);outline-offset:2px}.pengu-mood-v4-today-pick{display:grid;width:100%;min-height:92px;align-content:end;grid-gap:3px;gap:3px;overflow:hidden;border:1px solid rgba(255,255,255,.58);border-radius:17px;padding:13px 15px;background-image:linear-gradient(90deg,rgba(28,21,59,.72),rgba(28,21,59,.12)),var(--today-pick);background-position:50%;background-size:cover;box-shadow:inset 0 0 0 1px rgba(58,43,103,.05);color:#fff;cursor:pointer;font:inherit;text-align:left;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.pengu-mood-v4-today-pick:hover{box-shadow:inset 0 0 0 1px rgba(255,255,255,.12),0 8px 20px rgba(49,37,88,.14);filter:saturate(1.05);transform:translateY(-1px)}.pengu-mood-v4-today-pick:active{transform:scale(.985)}.pengu-mood-v4-today-pick:focus-visible{outline:3px solid rgba(117,87,245,.34);outline-offset:3px}.pengu-mood-v4-today-pick span{font-size:10px;font-weight:900;letter-spacing:.08em}.pengu-mood-v4-today-pick strong{font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:22px;line-height:1.05;text-shadow:0 3px 10px rgba(17,13,39,.35)}.pengu-mood-v4-entry .pengu-mood-button{width:100%;margin-top:6px}.pengu-mood-v4-journey-actions{display:grid;grid-gap:8px;gap:8px}.pengu-mood-v4-journey-actions .is-secondary{min-height:46px;margin-top:0;background:rgba(255,255,255,.58)}.pengu-mood-theme-page{display:grid;align-content:start;grid-gap:24px;gap:24px}.pengu-mood-theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.pengu-mood-theme-card{display:grid;min-width:0;grid-template-columns:minmax(160px,.8fr) minmax(210px,1.2fr);overflow:hidden;border:1px solid var(--mood-border);border-radius:24px;background:rgba(255,255,255,.86);box-shadow:0 14px 34px rgba(45,35,78,.09)}.pengu-mood-theme-card.is-category-focus{border-color:rgba(117,87,245,.34);box-shadow:0 16px 38px rgba(82,63,150,.14),inset 0 0 0 2px rgba(117,87,245,.06)}.pengu-mood-theme-preview{position:relative;display:grid;min-height:270px;align-content:space-between;overflow:hidden;padding:18px;background-image:linear-gradient(180deg,rgba(15,22,48,.1),rgba(15,22,48,.58)),var(--theme-preview);background-position:50%;background-size:cover;color:#fff}.pengu-mood-theme-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(117,87,245,.05),transparent 55%)}.pengu-mood-theme-preview>*{position:relative;z-index:1}.pengu-mood-theme-preview span{width:-moz-fit-content;width:fit-content;border-radius:999px;padding:6px 9px;background:rgba(255,255,255,.84);color:#392e64;font-size:10px;font-weight:900}.pengu-mood-theme-preview strong{font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:25px;line-height:1.02;text-shadow:0 4px 14px rgba(12,18,42,.5)}.pengu-mood-theme-card>div:last-child{display:grid;align-content:center;grid-gap:8px;gap:8px;padding:20px}.pengu-mood-theme-card>div:last-child>span{color:var(--mood-primary);font-size:11px;font-weight:900;text-transform:uppercase}.pengu-mood-theme-card h2{margin:0;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:22px;line-height:1.05}.pengu-mood-theme-card p{min-height:42px;margin:0;color:var(--mood-text-secondary);font-size:13px;line-height:1.45}.pengu-mood-theme-card .pengu-mood-button{min-height:46px;margin-top:6px;font-size:14px}.pengu-mood-theme-page>.is-text{justify-self:center}.pengu-mood-postcard-home{grid-column:1/-1;justify-self:center}.pengu-mood-picker{display:grid;align-content:start;justify-items:center;grid-gap:24px;gap:24px;padding-top:calc(96px + env(safe-area-inset-top))}.pengu-mood-picker-card{display:grid;width:min(100%,520px);grid-gap:16px;gap:16px;padding:24px}.pengu-mood-collection{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.pengu-mood-collection button{position:relative;display:grid;min-width:0;min-height:112px;grid-template-columns:64px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;border:1px solid var(--mood-border);border-radius:18px;background:rgba(255,255,255,.74);color:var(--mood-text);cursor:pointer;padding:12px;text-align:left}.pengu-mood-collection button.is-selected{border-color:var(--mood-primary);background:#f5f2ff;box-shadow:inset 0 0 0 2px rgba(117,87,245,.1)}.pengu-mood-collection img{width:64px;height:76px;border-radius:14px;object-fit:contain}.pengu-mood-collection span{min-width:0;font-size:14px;font-weight:800}.pengu-mood-collection i{position:absolute;top:8px;right:8px;display:none;width:22px;height:22px;place-items:center;border-radius:999px;background:var(--mood-primary);color:#fff;font-size:12px;font-style:normal}.pengu-mood-collection button.is-selected i{display:grid}.pengu-mood-token-field{display:grid;grid-gap:8px;gap:8px}.pengu-mood-token-field>span{color:var(--mood-text-secondary);font-size:13px;font-weight:750}.pengu-mood-token-input{width:100%;min-height:54px;border:1px solid var(--mood-border);border-radius:14px;background:rgba(255,255,255,.9);color:var(--mood-text);padding:0 16px;font:inherit;font-size:18px;font-weight:750}.pengu-mood-token-input::placeholder{color:var(--mood-text-soft)}.pengu-mood-lookup-preview{position:relative;display:grid;min-height:176px;place-items:center;overflow:hidden;border:1px solid var(--mood-border);border-radius:18px;background:rgba(234,247,255,.72)}.pengu-mood-lookup-preview>img{display:block;width:150px;height:150px;object-fit:contain}.pengu-mood-lookup-preview .pengu-mood-status{position:absolute;right:12px;bottom:12px}.pengu-mood-status{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:30px;align-items:center;border:1px solid var(--mood-border);border-radius:999px;background:rgba(255,255,255,.86);color:var(--mood-text-secondary);padding:0 12px;font-size:12px;font-weight:800}.pengu-mood-status.is-success{border-color:rgba(67,169,130,.24);color:#26795d}.pengu-mood-status.is-danger{border-color:rgba(216,95,112,.24);color:var(--mood-danger)}.pengu-mood-loading-state{display:grid;grid-gap:12px;gap:12px;place-items:center;color:var(--mood-text-secondary);font-size:14px;font-weight:750}.pengu-mood-loading-state i{width:120px;height:8px;overflow:hidden;border-radius:999px;background:rgba(117,87,245,.12)}.pengu-mood-loading-state i:after{content:"";display:block;width:44%;height:100%;border-radius:inherit;background:var(--mood-primary);animation:pengu-mood-loading .9s ease-in-out infinite alternate}.pengu-mood-notice{border-radius:18px;padding:12px 14px;font-size:14px;line-height:1.45}.pengu-mood-notice.is-neutral{background:rgba(255,255,255,.76);color:var(--mood-text-secondary)}.pengu-mood-notice.is-success{background:rgba(67,169,130,.1);color:#26795d}.pengu-mood-notice.is-danger{background:rgba(216,95,112,.1);color:#984454}.pengu-mood-recent{display:grid;grid-gap:8px;gap:8px}.pengu-mood-recent>span{color:var(--mood-text-secondary);font-size:12px;font-weight:750}.pengu-mood-recent>div{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.pengu-mood-recent button{display:grid;min-width:96px;grid-gap:6px;gap:6px;justify-items:center;border:1px solid var(--mood-border);border-radius:14px;background:rgba(255,255,255,.78);color:var(--mood-text);cursor:pointer;padding:8px}.pengu-mood-recent img{width:58px;height:58px;border-radius:12px;object-fit:contain}.pengu-mood-recent b{font-size:10px;white-space:nowrap}.pengu-mood-reveal{position:relative;display:grid;width:min(100%,860px);min-height:100dvh;align-content:center;justify-items:center;grid-gap:24px;gap:24px;overflow:hidden;border-radius:24px}.pengu-mood-reveal:before{content:"";position:absolute;z-index:-2;inset:80px 0 24px;border-radius:24px;background-image:linear-gradient(rgba(246,241,255,.74),rgba(234,247,255,.88)),var(--mood-scene);background-position:50%;background-size:cover;filter:saturate(.9)}.pengu-mood-reveal-tools{position:absolute;z-index:3;top:calc(92px + env(safe-area-inset-top));right:16px;display:flex;gap:8px}.pengu-mood-reveal-tools button{min-height:44px;border:1px solid var(--mood-border);border-radius:14px;background:rgba(255,255,255,.78);color:var(--mood-text-secondary);cursor:pointer;padding:0 12px;font-size:12px;font-weight:750}.pengu-mood-progress{display:flex;gap:8px}.pengu-mood-progress i{display:block;width:40px;height:7px;border-radius:999px;background:rgba(33,27,53,.12);transition:background .18s ease}.pengu-mood-progress i.is-active{background:var(--mood-primary)}.pengu-mood-reveal-visual{position:relative;width:min(78vw,360px);aspect-ratio:1;border-radius:28px;background:rgba(255,255,255,.28);box-shadow:0 24px 60px rgba(45,35,78,.12)}.pengu-mood-reveal-pengu{position:absolute;z-index:2;left:50%;bottom:0;width:78%;height:88%;object-fit:contain;background:transparent;filter:drop-shadow(0 16px 20px rgba(45,35,78,.18));transform:translateX(-50%)}.pengu-mood-reveal-extra{position:absolute;z-index:3;right:3%;bottom:8%;width:34%;opacity:0;object-fit:contain;filter:drop-shadow(0 12px 14px rgba(45,35,78,.18));transform:translateY(8px) scale(.94);transition:opacity .22s ease,transform .22s ease}.pengu-mood-reveal-stamp{position:absolute;z-index:4;right:-1%;bottom:-3%;display:grid;width:39%;aspect-ratio:1;place-items:center;opacity:0;color:#102c68;filter:drop-shadow(0 12px 14px rgba(45,35,78,.16));transform:rotate(-7deg) translateY(10px) scale(.9);transition:opacity .22s ease,transform .22s ease}.pengu-mood-reveal-stamp img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.pengu-mood-reveal-stamp span,.pengu-mood-reveal-stamp strong{position:relative;z-index:1;max-width:68%;text-align:center;text-transform:uppercase}.pengu-mood-reveal-stamp span{align-self:end;padding-bottom:5px;font-size:9px;font-weight:900}.pengu-mood-reveal-stamp strong{align-self:start;font-size:15px;line-height:1}.pengu-mood-reveal.is-phase-2 .pengu-mood-reveal-stamp,.pengu-mood-reveal.is-phase-3 .pengu-mood-reveal-stamp,.pengu-mood-reveal.is-phase-4 .pengu-mood-reveal-stamp{opacity:.92;transform:rotate(-7deg) translateY(0) scale(1)}.pengu-mood-reveal.is-phase-2 .pengu-mood-reveal-extra,.pengu-mood-reveal.is-phase-3 .pengu-mood-reveal-extra,.pengu-mood-reveal.is-phase-4 .pengu-mood-reveal-extra{opacity:1;transform:translateY(0) scale(1)}.pengu-mood-reveal-copy{display:grid;max-width:680px;grid-gap:8px;gap:8px;padding:0 16px;text-align:center}.pengu-mood-reveal-copy span{color:var(--mood-primary);font-size:13px;font-weight:850}.pengu-mood-reveal-copy strong{overflow-wrap:anywhere;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:40px;line-height:1.04;letter-spacing:0}.pengu-mood-reaction-reveal{position:relative;display:grid;width:100%;place-content:center;justify-items:center;grid-gap:18px;gap:18px;overflow:hidden;background:linear-gradient(rgba(245,243,255,.28),rgba(245,243,255,.82)),var(--mood-scene) center /cover}.pengu-mood-reaction-reveal:before{content:"";position:absolute;inset:74px 3% 3%;border:1px solid rgba(255,255,255,.58);border-radius:34px;background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pengu-mood-reaction-reveal>*{position:relative;z-index:1}.pengu-mood-reaction-reveal-visual{position:relative;display:grid;width:min(72vw,430px);aspect-ratio:1;place-items:center}.pengu-mood-reaction-reveal-visual>span{position:absolute;z-index:2;top:0;border-radius:999px;padding:8px 12px;background:rgba(255,255,255,.88);color:var(--mood-primary);font-size:11px;font-weight:900;letter-spacing:.08em}.pengu-mood-reaction-reveal-visual img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(31,25,56,.2))}.pengu-mood-reaction-reveal-visual img.is-portrait{width:82%;height:82%;border-radius:24px}.is-reaction-result .pengu-mood-result-art{background:linear-gradient(145deg,#dff4ff,#efe6ff)}.pengu-mood-result{display:grid;grid-template-columns:minmax(0,560px) minmax(320px,1fr);grid-gap:32px;gap:32px;align-content:center;align-items:center}.pengu-mood-result-art{position:relative;display:grid;aspect-ratio:4/5;place-items:center;overflow:hidden;border:6px solid rgba(255,255,255,.92);border-radius:28px;background:#eef7ff;box-shadow:0 24px 60px rgba(45,35,78,.16),0 6px 18px rgba(45,35,78,.08)}.pengu-mood-result-art>img{display:block;width:100%;height:100%;object-fit:contain}.pengu-mood-result-art>.pengu-mood-loading-state,.pengu-mood-result-art>.pengu-mood-notice{position:absolute;z-index:2}.pengu-mood-result-art>.pengu-mood-notice{right:16px;bottom:16px;left:16px}.pengu-mood-result-side{display:grid;width:100%;max-width:420px;grid-gap:16px;gap:16px}.pengu-posting-kit{display:grid;grid-gap:15px;gap:15px}.pengu-posting-kit>header{display:grid;grid-gap:3px;gap:3px}.pengu-posting-kit>header span{color:var(--mood-primary);font-size:11px;font-weight:900;letter-spacing:.1em}.pengu-posting-kit>header strong{font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:clamp(25px,3vw,34px);line-height:1.1}.pengu-posting-caption{display:grid;grid-gap:11px;gap:11px;border:1px solid rgba(82,58,149,.16);border-radius:20px;padding:16px;background:rgba(255,255,255,.76);box-shadow:0 12px 28px rgba(45,35,78,.07)}.pengu-posting-caption-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.pengu-posting-caption-head span{color:var(--mood-primary);font-size:11px;font-weight:900;letter-spacing:.08em}.pengu-posting-caption-head small{color:var(--mood-text-secondary);font-size:11px}.pengu-posting-caption-tabs{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3px;gap:3px;border-radius:13px;padding:3px;background:rgba(75,55,127,.08)}.pengu-posting-caption-tabs button{min-width:0;min-height:38px;border:0;border-radius:10px;padding:0 8px;background:transparent;color:var(--mood-text-secondary);cursor:pointer;font:inherit;font-size:12px;font-weight:850;transition:background .12s ease,color .12s ease,box-shadow .12s ease}.pengu-posting-caption-tabs button:hover{color:var(--mood-primary)}.pengu-posting-caption-tabs button.is-selected{background:rgba(255,255,255,.96);color:var(--mood-primary);box-shadow:0 3px 10px rgba(45,35,78,.09)}.pengu-posting-caption-tabs button:focus-visible{outline:3px solid rgba(117,87,245,.28);outline-offset:2px}.pengu-posting-caption-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;grid-gap:9px;gap:9px}.pengu-posting-caption-copy textarea{width:100%;min-height:108px;resize:none;border:0;border-radius:13px;padding:13px;background:rgba(245,243,255,.72);color:var(--mood-text);font:inherit;font-size:14px;font-weight:650;line-height:1.5}.pengu-posting-caption-copy textarea:focus{outline:3px solid rgba(117,87,245,.2)}.pengu-posting-caption-copy button{min-height:42px;border:1px solid rgba(82,58,149,.15);border-radius:12px;padding:0 13px;background:#fff;color:var(--mood-primary);cursor:pointer;font:inherit;font-size:12px;font-weight:900}.pengu-posting-actions{display:grid;grid-gap:9px;gap:9px}.pengu-posting-actions>.pengu-mood-button:first-child{width:100%;min-height:54px}.pengu-posting-actions>div{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.pengu-posting-actions>div .pengu-mood-button{width:100%;min-width:0;padding-inline:12px}.pengu-posting-actions>.is-text{width:100%}.pengu-posting-dialog{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:20px;background:rgba(31,24,53,.38);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.pengu-posting-dialog>div{display:grid;width:min(100%,390px);grid-gap:10px;gap:10px;border:1px solid rgba(255,255,255,.72);border-radius:24px;padding:24px;background:#fffdf8;box-shadow:0 28px 80px rgba(31,24,53,.25)}.pengu-posting-dialog strong{font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:24px}.pengu-posting-dialog p{margin:0 0 6px;color:var(--mood-text-secondary);line-height:1.45}.pengu-posting-dialog .pengu-mood-button{width:100%}.pengu-posting-toast{position:fixed;z-index:90;top:calc(82px + env(safe-area-inset-top));left:50%;width:min(calc(100% - 28px),460px);min-height:0;translate:-50% -12px;border-radius:14px;padding:0 16px;background:transparent;color:transparent;pointer-events:none;text-align:center;font-size:13px;font-weight:800;opacity:0;transition:opacity .14s ease,translate .14s ease}.pengu-posting-toast.is-danger,.pengu-posting-toast.is-neutral,.pengu-posting-toast.is-success{min-height:44px;translate:-50% 0;padding-block:12px;background:rgba(36,29,59,.94);color:#fff;box-shadow:0 12px 30px rgba(31,24,53,.22);opacity:1}.pengu-posting-toast.is-success{background:rgba(37,101,78,.96)}.pengu-posting-toast.is-danger{background:rgba(132,51,64,.97)}.pengu-mood-journey-feedback{display:grid;grid-gap:4px;gap:4px;padding:12px 14px;border:1px solid rgba(107,74,245,.2);border-radius:16px;background:rgba(255,255,255,.76);box-shadow:0 10px 24px rgba(45,35,78,.07)}.pengu-mood-journey-feedback strong{color:var(--mood-primary);font-size:12px;letter-spacing:.06em}.pengu-mood-journey-feedback span{font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:17px}.pengu-mood-journey-feedback small{color:var(--mood-text-secondary);font-size:12px;line-height:1.45}.pengu-mood-notice button{min-height:36px;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-weight:850;text-decoration:underline}.pengu-mood-story{display:grid;grid-gap:8px;gap:8px;color:var(--mood-text-secondary);font-size:14px;line-height:1.45}.pengu-mood-story strong{font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:clamp(22px,4vw,32px);line-height:1.2}.pengu-mood-story span{color:var(--mood-text-secondary);font-size:13px;font-weight:750}.pengu-mood-caption-card{display:grid;grid-gap:12px;gap:12px;padding:24px}.pengu-mood-caption-card blockquote{margin:0;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:28px;line-height:1.28;letter-spacing:0}.pengu-mood-caption-card .pengu-mood-button{justify-self:start}.pengu-mood-action-bar{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.pengu-mood-action-bar .pengu-mood-button{width:100%}.pengu-mood-action-bar .is-text{justify-self:stretch}.pengu-mood-result-more{border-top:1px solid var(--mood-border);padding-top:8px;color:var(--mood-text-secondary);font-size:13px}.pengu-mood-result-more summary{width:-moz-fit-content;width:fit-content;min-height:44px;cursor:pointer;padding:12px 0;font-weight:750}.pengu-mood-result-more button{min-height:44px;border:0;background:transparent;color:var(--mood-text-secondary);cursor:pointer;padding:0 16px 0 0;font:inherit;font-weight:700}@keyframes pengu-mood-page-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pengu-journey-main{display:grid;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:36px 0 72px;grid-gap:28px;gap:28px}.pengu-journey-loading{display:grid;min-height:70vh;place-items:center;color:var(--mood-text-secondary);font-weight:800}.pengu-journey-empty{display:grid;justify-items:center;grid-gap:12px;gap:12px;padding:clamp(36px,8vw,80px) 24px;border:1px solid var(--mood-border);border-radius:28px;background:rgba(255,255,255,.74);text-align:center;box-shadow:var(--mood-shadow)}.pengu-journey-collection,.pengu-journey-empty>span{color:var(--mood-primary);font-size:12px;font-weight:900;letter-spacing:.08em}.pengu-journey-empty h2{margin:0;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:clamp(24px,5vw,38px)}.pengu-journey-empty p{margin:0 0 10px;color:var(--mood-text-secondary)}.pengu-journey-hero{display:grid;grid-template-columns:240px minmax(0,1fr);align-items:center;grid-gap:30px;gap:30px;padding:28px;overflow:hidden;border:1px solid rgba(107,74,245,.15);border-radius:30px;background:linear-gradient(135deg,rgba(255,251,236,.94),rgba(238,245,255,.92));box-shadow:0 22px 60px rgba(45,35,78,.1)}.pengu-journey-hero>img{width:100%;max-height:260px;object-fit:contain;filter:drop-shadow(0 16px 16px rgba(37,31,70,.14))}.pengu-journey-hero>div{display:grid;justify-items:start;grid-gap:8px;gap:8px;min-width:0}.pengu-journey-hero h2{margin:0;overflow-wrap:anywhere;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:clamp(30px,6vw,50px);line-height:1}.pengu-journey-hero p{margin:0;color:var(--mood-text-secondary)}.pengu-journey-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.pengu-journey-actions .pengu-mood-button{text-decoration:none}.pengu-journey-switcher{display:grid;grid-gap:5px;gap:5px;color:var(--mood-text-secondary);font-size:12px;font-weight:800}.pengu-journey-switcher select{min-height:44px;max-width:260px;border:1px solid var(--mood-border);border-radius:12px;background:rgba(255,255,255,.9);padding:0 38px 0 12px;color:var(--mood-text);font:inherit;font-weight:850}.pengu-journey-progress{display:grid;grid-gap:12px;gap:12px;padding:18px 20px;border:1px solid var(--mood-border);border-radius:20px;background:rgba(255,255,255,.72)}.pengu-journey-progress>div{display:flex;justify-content:space-between;gap:20px}.pengu-journey-progress span{color:var(--mood-text-secondary);font-size:13px}.pengu-journey-progress>i{display:block;height:10px;overflow:hidden;border-radius:99px;background:rgba(107,74,245,.12)}.pengu-journey-progress>i span{display:block;height:100%;min-width:4px;border-radius:inherit;background:linear-gradient(90deg,#6b4af5,#8fc8ff)}.pengu-journey-section{display:grid;grid-gap:16px;gap:16px}.pengu-journey-section>h2{margin:0;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:clamp(22px,4vw,30px)}.pengu-journey-place-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.pengu-journey-place{position:relative;display:grid;min-width:0;min-height:174px;align-content:end;justify-items:start;grid-gap:4px;gap:4px;overflow:hidden;border:1px solid var(--mood-border);border-radius:20px;background:rgba(255,255,255,.82);padding:16px;color:var(--mood-text);text-align:left;box-shadow:0 10px 26px rgba(45,35,78,.07);font:inherit}button.pengu-journey-place{cursor:pointer}.pengu-journey-place>img{position:absolute;top:10px;right:10px;width:70px;height:86px;object-fit:contain;opacity:.92;transform:rotate(3deg)}.pengu-journey-place>span{max-width:calc(100% - 54px);overflow-wrap:anywhere;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:19px}.pengu-journey-place>em,.pengu-journey-place>small{color:var(--mood-text-secondary);font-size:12px;font-style:normal;line-height:1.35}.pengu-journey-place>strong{color:var(--mood-primary);font-size:12px}.pengu-journey-place-grid.is-undiscovered .pengu-journey-place{min-height:112px;opacity:.62;background:linear-gradient(135deg,rgba(240,240,246,.8),rgba(255,255,255,.74))}.pengu-journey-place-detail{position:relative;display:grid;grid-gap:8px;gap:8px;padding:22px;border:1px solid rgba(107,74,245,.2);border-radius:22px;background:rgba(255,255,255,.92)}.pengu-journey-place-detail>button{position:absolute;top:10px;right:12px;width:44px;height:44px;border:0;background:transparent;cursor:pointer;font-size:28px}.pengu-journey-place-detail>span{color:var(--mood-primary);font-size:12px;font-weight:900;text-transform:uppercase}.pengu-journey-place-detail h3{margin:0;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:27px}.pengu-journey-place-detail p{max-width:700px;margin:0;line-height:1.55}.pengu-journey-place-detail p,.pengu-journey-place-detail>small{color:var(--mood-text-secondary)}.pengu-journey-place-detail>div{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:8px}.pengu-journey-place-detail img{width:100%;aspect-ratio:4/5;border-radius:10px;object-fit:cover}.pengu-journey-postcards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}.pengu-journey-postcards a{display:grid;min-width:0;grid-gap:3px;gap:3px;color:inherit;text-decoration:none}.pengu-journey-postcards img{width:100%;aspect-ratio:4/5;border-radius:14px;object-fit:cover;box-shadow:0 10px 22px rgba(45,35,78,.1)}.pengu-journey-postcards small,.pengu-journey-postcards span,.pengu-journey-postcards strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pengu-journey-postcards strong{margin-top:5px;font-size:12px}.pengu-journey-postcards small,.pengu-journey-postcards span{color:var(--mood-text-secondary);font-size:11px}@media (max-width:800px){.pengu-journey-main{padding-top:24px}.pengu-journey-hero{grid-template-columns:150px minmax(0,1fr);padding:20px}.pengu-journey-place-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pengu-journey-place-detail>div,.pengu-journey-postcards{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:520px){.pengu-journey-main{width:calc(100% - 24px);padding-bottom:calc(40px + env(safe-area-inset-bottom));gap:22px}.pengu-journey-hero{grid-template-columns:1fr;justify-items:center;gap:8px;text-align:center}.pengu-journey-hero>img{width:160px;max-height:170px}.pengu-journey-hero>div{justify-items:center}.pengu-journey-actions,.pengu-journey-actions .pengu-mood-button{width:100%}.pengu-journey-progress>div{display:grid;grid-gap:3px;gap:3px}.pengu-journey-place-grid{grid-template-columns:1fr}.pengu-journey-place{min-height:148px}.pengu-journey-place-detail>div,.pengu-journey-postcards{grid-template-columns:repeat(2,minmax(0,1fr))}}@keyframes pengu-mood-card-float{0%{translate:0 -4px;rotate:-.2deg}to{translate:0 4px;rotate:.2deg}}@keyframes pengu-mood-loading{0%{transform:translateX(-12%)}to{transform:translateX(128%)}}@media (max-width:900px){.pengu-mood-v4-home{align-content:start}.pengu-mood-v4-entries{grid-template-columns:1fr;width:min(100%,620px)}.pengu-mood-v4-entry{min-height:330px}.pengu-mood-v4-entry.is-reaction{min-height:400px}.pengu-mood-landing,.pengu-mood-theme-grid{grid-template-columns:1fr}.pengu-mood-landing{grid-template-areas:"copy" "cards" "dots" "actions";gap:16px;align-content:start}.pengu-mood-page-title{justify-items:center;text-align:center}.pengu-mood-sample-stage{min-height:430px}.pengu-mood-sample-stage img{width:min(58vw,310px)}.pengu-mood-sample-dots{grid-area:dots;margin-top:-12px;margin-bottom:0}.pengu-mood-result{grid-template-columns:1fr;width:min(calc(100% - 32px),620px);gap:24px;align-content:start}.pengu-mood-result-side{max-width:none}}@media (max-width:600px){.immersive-main{width:100%;max-width:none;padding:0}.pengu-mood-header{width:calc(100% - 20px)}.pengu-mood-header-back{padding:0 6px;font-size:12px}.pengu-mood-header>strong{font-size:14px}.pengu-mood-main{width:calc(100% - 28px);padding-top:calc(76px + env(safe-area-inset-top))}.pengu-mood-page-title{gap:6px}.pengu-mood-page-title h1{font-size:38px;line-height:1.04}.pengu-mood-page-title p{font-size:15px;line-height:1.45}.pengu-mood-landing{min-height:100dvh;padding-bottom:calc(20px + env(safe-area-inset-bottom))}.pengu-mood-v4-home{gap:18px;padding-bottom:calc(24px + env(safe-area-inset-bottom))}.pengu-mood-v4-home>.pengu-mood-page-title h1{font-size:31px}.pengu-mood-v4-entries{gap:12px}.pengu-mood-v4-entry{min-height:292px;border-radius:24px;padding:22px}.pengu-mood-v4-entry.is-reaction{min-height:380px}.pengu-mood-v4-entry:after{width:160px;height:160px}.pengu-mood-v4-entry h2{font-size:31px}.pengu-mood-v4-today-pick{min-height:82px}.pengu-mood-v4-today-pick strong{font-size:19px}.pengu-mood-theme-page{gap:16px}.pengu-mood-theme-grid{gap:12px}.pengu-mood-theme-card{grid-template-columns:128px minmax(0,1fr);border-radius:20px}.pengu-mood-theme-preview{min-height:224px;padding:12px}.pengu-mood-theme-preview strong{font-size:18px}.pengu-mood-theme-card>div:last-child{padding:14px}.pengu-mood-theme-card h2{font-size:18px}.pengu-mood-theme-card p{min-height:0;font-size:12px}.pengu-mood-theme-card .pengu-mood-button{min-height:44px;padding-inline:10px;font-size:12px}.pengu-mood-sample-stage{min-height:310px}.pengu-mood-sample-stage img{width:min(62vw,248px);border-width:4px;border-radius:24px}.pengu-mood-sample-stage img.is-left{transform:translate(-70%,-48%) rotate(-6deg) scale(.91)}.pengu-mood-sample-stage img.is-right{transform:translate(-30%,-48%) rotate(6deg) scale(.92)}.pengu-mood-landing-actions{grid-template-columns:1fr;gap:10px}.pengu-mood-landing-actions p{grid-column:auto;order:3}.pengu-mood-picker{gap:16px;padding-top:calc(84px + env(safe-area-inset-top))}.pengu-mood-picker-card{gap:14px;padding:16px}.pengu-mood-collection button{min-height:104px;grid-template-columns:52px minmax(0,1fr);padding:10px}.pengu-mood-collection img{width:52px;height:68px}.pengu-mood-collection span{font-size:12px;line-height:1.25}.pengu-mood-lookup-preview{min-height:150px}.pengu-mood-lookup-preview>img{width:132px;height:132px}.pengu-mood-reveal{width:100%;gap:16px;border-radius:0}.pengu-mood-reaction-reveal{width:100%;gap:14px}.pengu-mood-reaction-reveal:before{inset:70px 0 0;border-radius:0}.pengu-mood-reaction-reveal-visual{width:min(78vw,330px)}.pengu-mood-reveal:before{inset:72px 0 0;border-radius:0}.pengu-mood-reveal-tools{top:calc(76px + env(safe-area-inset-top));right:8px}.pengu-mood-reveal-visual{width:min(76vw,320px)}.pengu-mood-reveal-copy strong{font-size:34px}.pengu-mood-reveal-stamp{right:0;bottom:-2%;width:38%}.pengu-mood-result{width:calc(100% - 24px);padding-bottom:calc(20px + env(safe-area-inset-bottom))}.pengu-mood-result-art{border-width:4px;border-radius:24px}.pengu-posting-caption{padding:14px}.pengu-posting-caption-copy{grid-template-columns:1fr}.pengu-posting-caption-copy textarea{min-height:116px}.pengu-posting-caption-copy button{justify-self:end}.pengu-posting-actions>div{grid-template-columns:1fr}.pengu-mood-caption-card{padding:18px}.pengu-mood-caption-card blockquote{font-size:24px}.pengu-mood-action-bar{position:-webkit-sticky;position:sticky;z-index:10;bottom:0;margin:0 -6px;border:1px solid var(--mood-border);border-radius:18px;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);box-shadow:0 -10px 30px rgba(45,35,78,.08)}}@media (max-width:370px){.pengu-mood-main{width:calc(100% - 20px)}.pengu-mood-page-title h1{font-size:34px}.pengu-mood-sample-stage{min-height:286px}.pengu-mood-sample-stage img{width:230px}.pengu-mood-collection{gap:8px}.pengu-mood-collection button{grid-template-columns:46px minmax(0,1fr);gap:6px}.pengu-mood-collection img{width:46px}}@media (prefers-reduced-motion:reduce){.pengu-mood-loading-state i:after,.pengu-mood-main,.pengu-mood-sample-stage img.is-front{animation:none}.pengu-mood-button,.pengu-mood-reveal-extra,.pengu-mood-reveal-stamp,.pengu-mood-sample-stage img{transition-duration:.01ms}}.custom-pengu-source{display:grid;width:min(100%,680px);grid-gap:10px;gap:10px;margin:24px auto 14px}.custom-pengu-source-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;border:1px solid var(--mood-border);border-radius:16px;padding:5px;background:rgba(255,255,255,.7)}.custom-pengu-sample-link,.custom-pengu-source-tabs button{min-height:44px;border:0;border-radius:12px;background:transparent;color:var(--mood-text-secondary);cursor:pointer;font:inherit;font-weight:800}.custom-pengu-source-tabs button.is-selected{background:#fff;color:var(--mood-primary);box-shadow:0 5px 16px rgba(45,35,78,.1)}.custom-pengu-sample-link{min-height:36px;font-size:13px;font-weight:700}.pengu-mood-picker-card.is-custom-upload{padding:0;overflow:hidden}.custom-pengu-uploader{display:grid;grid-gap:18px;gap:18px;padding:22px}.custom-pengu-upload-copy{text-align:center}.custom-pengu-adjust h2,.custom-pengu-confirm h2,.custom-pengu-duplicate h2,.custom-pengu-upload-copy h2{margin:0 0 8px;font-family:Arial Rounded MT Bold,Arial,sans-serif;font-size:25px}.custom-pengu-adjust>p,.custom-pengu-confirm>p,.custom-pengu-upload-copy p{margin:0;color:var(--mood-text-secondary);line-height:1.45}.custom-pengu-dropzone{display:grid;min-height:190px;place-content:center;grid-gap:8px;gap:8px;border:2px dashed rgba(117,87,245,.28);border-radius:20px;background:linear-gradient(145deg,rgba(247,243,255,.9),rgba(239,250,255,.82));cursor:pointer;text-align:center}.custom-pengu-dropzone input{position:absolute;width:1px;height:1px;opacity:0}.custom-pengu-dropzone strong{color:var(--mood-primary);font-size:18px}.custom-pengu-dropzone span{color:var(--mood-text-secondary);font-size:13px}.custom-pengu-cropper{display:grid;grid-gap:12px;gap:12px}.custom-pengu-crop-stage{position:relative;width:min(100%,390px);aspect-ratio:1;overflow:hidden;margin:0 auto;border-radius:22px;background:linear-gradient(145deg,#ece7f8,#dff3fa);touch-action:none}.custom-pengu-crop-stage img{width:100%;height:100%;object-fit:cover;transform-origin:center}.custom-pengu-crop-stage span{position:absolute;inset:7%;border:2px solid rgba(255,255,255,.8);border-radius:18px;box-shadow:0 0 0 999px rgba(31,25,48,.14);pointer-events:none}.custom-pengu-cropper label{display:grid;grid-template-columns:128px 1fr;align-items:center;grid-gap:12px;gap:12px;color:var(--mood-text-secondary);font-size:13px;font-weight:750}.custom-pengu-cropper input[type=range]{width:100%;accent-color:var(--mood-primary)}.custom-pengu-rights{display:flex;min-height:44px;align-items:center;gap:10px;color:var(--mood-text);font-size:14px;font-weight:700}.custom-pengu-rights input{width:20px;height:20px;accent-color:var(--mood-primary)}.custom-pengu-duplicate button,.custom-pengu-error button,.custom-pengu-primary,.custom-pengu-secondary,.custom-pengu-text{min-height:48px;border-radius:14px;cursor:pointer;padding:0 18px;font:inherit;font-weight:800}.custom-pengu-primary{border:0;background:var(--mood-primary);color:#fff}.custom-pengu-primary:disabled{cursor:not-allowed;opacity:.45}.custom-pengu-secondary{border:1px solid rgba(117,87,245,.2);background:#fff;color:var(--mood-primary)}.custom-pengu-text{min-height:42px;border:0;background:transparent;color:var(--mood-text-secondary)}.custom-pengu-adjust,.custom-pengu-confirm,.custom-pengu-duplicate,.custom-pengu-error,.custom-pengu-processing{display:grid;grid-gap:14px;gap:14px;text-align:center}.custom-pengu-processing{min-height:310px;place-content:center;color:var(--mood-text-secondary)}.custom-pengu-processing i{width:42px;height:42px;margin:0 auto;border:4px solid rgba(117,87,245,.14);border-top:4px solid var(--mood-primary);border-radius:50%;animation:pengu-mood-spin .8s linear infinite}.custom-pengu-processing strong{color:var(--mood-text);font-size:19px}.custom-pengu-error p{margin:0;color:var(--mood-danger)}.custom-pengu-error>div{display:grid;grid-gap:8px;gap:8px}.custom-pengu-error button{border:1px solid rgba(117,87,245,.2);background:#fff;color:var(--mood-primary)}.custom-pengu-final-preview{display:grid;justify-items:center;grid-gap:8px;gap:8px}.custom-pengu-final-preview img{width:min(100%,360px);aspect-ratio:1;object-fit:contain;border-radius:22px;background:radial-gradient(circle,rgba(255,255,255,.94),rgba(231,243,255,.7))}.custom-pengu-final-preview>span{border-radius:999px;padding:7px 12px;background:rgba(117,87,245,.1);color:var(--mood-primary);font-size:12px;font-weight:900}.custom-pengu-final-preview p{max-width:390px;margin:0;color:var(--mood-text-secondary);font-size:13px;line-height:1.45}.custom-pengu-duplicate img{width:180px;height:180px;object-fit:contain;margin:0 auto}.custom-pengu-duplicate button:first-of-type{border:0;background:var(--mood-primary);color:#fff}.custom-pengu-duplicate button:last-of-type{border:1px solid rgba(117,87,245,.2);background:#fff;color:var(--mood-primary)}.custom-pengu-recent{display:grid;grid-gap:10px;gap:10px}.custom-pengu-recent>span{color:var(--mood-text-secondary);font-size:12px;font-weight:850}.custom-pengu-recent>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.custom-pengu-recent article{position:relative;min-width:0}.custom-pengu-recent article>button:first-child{display:grid;width:100%;grid-gap:5px;gap:5px;border:1px solid var(--mood-border);border-radius:14px;padding:8px;background:#fff;cursor:pointer}.custom-pengu-recent img{width:100%;aspect-ratio:1;object-fit:contain}.custom-pengu-recent b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.custom-pengu-recent article>button:last-child{position:absolute;top:3px;right:3px;width:26px;height:26px;border:0;border-radius:50%;background:rgba(31,25,48,.72);color:#fff;cursor:pointer}.pengu-mood-reveal-pengu.is-portrait{border-radius:18px}@media (max-width:640px){.custom-pengu-uploader{padding:16px}.custom-pengu-cropper label{grid-template-columns:1fr;gap:5px;text-align:left}.custom-pengu-recent>div{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-pengu-source{margin-top:18px}}.pengu-mood-v43-public{width:min(100%,1120px);margin:0 auto;padding:18px 18px 52px;color:#17203f}.pengu-mood-v43-public nav{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;font-size:12px;font-weight:900;letter-spacing:.12em}.pengu-mood-v43-new,.pengu-mood-v43-public nav a{color:inherit;text-decoration:none}.pengu-mood-v43-public>header{max-width:760px;margin:0 auto 18px;text-align:center}.pengu-mood-v43-public>header span,.pengu-mood-v43-result-details span{font-size:11px;font-weight:900;letter-spacing:.13em;color:#69739b}.pengu-mood-v43-public>header h1{margin:7px 0 0;font-size:clamp(28px,5vw,48px);line-height:1;text-transform:uppercase}.pengu-mood-v43-result-art{width:min(100%,650px);margin:0 auto;overflow:hidden;border-radius:26px;box-shadow:0 28px 70px rgba(31,48,91,.18);background:rgba(255,255,255,.6)}.pengu-mood-v43-result-art img{display:block;width:100%;height:auto}.pengu-mood-v43-result-details{width:min(100%,650px);margin:20px auto 0;display:grid;grid-gap:16px;gap:16px;text-align:center}.pengu-mood-v43-result-details>div{display:grid;grid-gap:3px;gap:3px}.pengu-mood-v43-result-details strong{font-size:22px;text-transform:uppercase}.pengu-mood-v43-result-details small{color:#69739b;font-weight:800}.pengu-mood-v43-result-details blockquote{margin:0;font-size:17px;line-height:1.5;color:#3e496f}.pengu-mood-v43-remix{width:100%;text-align:center;text-decoration:none}.pengu-mood-v43-new{font-size:13px;font-weight:800;opacity:.72}.pengu-posting-result-link{display:block;margin:8px 0 0;text-align:center;color:#68749c;font-size:12px;font-weight:800}.pengu-posting-result-link.is-ready{color:#394c8f}.pengu-posting-result-link.is-error{color:#8b5a48}.pengu-mood-v43-confirm{width:min(100%,640px);text-align:center}.pengu-mood-v43-confirm-card{display:grid;grid-gap:12px;gap:12px;padding:28px}.pengu-mood-v43-confirm-card>span{color:#69739b;font-size:11px;font-weight:900;letter-spacing:.13em}.pengu-mood-v43-confirm-card>strong{font-size:clamp(25px,7vw,40px);line-height:1;text-transform:uppercase}.pengu-mood-v43-confirm-card blockquote{margin:4px 0 8px;color:#4d587d;font-size:17px;line-height:1.45}@media (min-width:860px){.pengu-mood-v43-public{padding-top:28px}.pengu-mood-v43-result-art{width:min(54vw,650px)}}