:root {
  --page: #fffafb;
  --paper: #fffefe;
  --paper-warm: #fff9f8;
  --ink: #25242a;
  --muted: #74747d;
  --pink: #ff6192;
  --pink-dark: #f64d83;
  --pink-soft: #ffe7ef;
  --pink-pale: #fff1f5;
  --violet: #7755bd;
  --violet-soft: #ece9ff;
  --gold: #ffbc31;
  --gold-soft: #fff2ce;
  --green: #53d59a;
  --green-soft: #dcf8ed;
  --blue: #6ea7f2;
  --blue-soft: #e7f0ff;
  --line: rgba(106, 70, 100, .08);
  --shadow: 0 10px 24px rgba(163, 111, 136, .11), 0 2px 5px rgba(141, 86, 110, .05);
  --radius: 22px;
  --script: "STKaiti", "Kaiti SC", "KaiTi", cursive;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 87% 13%, rgba(255, 201, 219, .38), transparent 26rem),
    radial-gradient(circle at 8% 42%, rgba(245, 226, 255, .54), transparent 27rem),
    var(--page);
  font-family: var(--sans);
}

button, a { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }

::selection { background: #ffd1e1; }

.site-shell { width: min(1512px, calc(100% - 48px)); margin: 12px auto 34px; }
.page-section { margin-top: 28px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 12px;
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 18px 0 30px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 6px 18px rgba(111, 79, 104, .11);
  backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 275px; font-size: 24px; font-weight: 800; letter-spacing: .02em; }
.brand-mark {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  filter: drop-shadow(0 3px 2px rgba(221,88,131,.28));
}
.brand-mark svg { width: 100%; height: 100%; }
.main-nav { display: flex; align-items: stretch; justify-content: center; gap: clamp(22px, 4.3vw, 66px); height: 100%; flex: 1; }
.main-nav a { position: relative; display: grid; place-items: center; padding: 4px 0; color: #202025; font-size: 16px; font-weight: 760; white-space: nowrap; }
.main-nav a::after { position: absolute; bottom: -1px; width: 0; height: 4px; content: ""; border-radius: 10px 10px 0 0; background: var(--pink); transition: width .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--pink-dark); }
.main-nav a:hover::after, .main-nav a.active::after { width: 68px; }
.cheer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 164px;
  height: 49px;
  padding: 0 19px;
  border: 0;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(110deg, #ff6a96, #fb6094);
  box-shadow: 0 6px 13px rgba(247, 94, 145, .24);
  font-size: 15px;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease;
}
.cheer-button:hover { transform: translateY(-2px) rotate(-1deg); box-shadow: 0 9px 17px rgba(247, 94, 145, .34); }
.cheer-button svg { width: 20px; height: 20px; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 57% 43%;
  min-height: 508px;
  overflow: hidden;
  border-radius: 19px 19px 0 0;
  background:
    radial-gradient(ellipse at 70% 45%, rgba(255, 255, 255, .93) 0 17%, transparent 48%),
    linear-gradient(109deg, #fffafa 0%, #fff6f7 49%, #ffe3ef 100%);
  box-shadow: var(--shadow);
}
.hero::before {
  position: absolute;
  z-index: 0;
  top: -164px;
  right: 146px;
  width: 535px;
  height: 535px;
  content: "";
  border: 27px solid rgba(255, 215, 226, .51);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255, 236, 203, .41), 0 0 0 36px rgba(221, 211, 250, .23);
}
.hero::after {
  position: absolute;
  bottom: -120px;
  left: -125px;
  width: 670px;
  height: 274px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 228, 237, .64);
}
.hero-copy { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; padding: 38px 0 54px 75px; }
.sparkle { position: absolute; z-index: 2; color: var(--gold); filter: drop-shadow(0 4px 3px rgba(255,177,46,.22)); }
.sparkle svg { display: block; width: 100%; height: 100%; }
.sparkle.one { top: 90px; left: 50px; width: 27px; height: 27px; color: #ff9db9; transform: rotate(-22deg); }
.sparkle.two { top: 101px; right: 35%; width: 42px; height: 42px; }
.sparkle.three { bottom: 22px; left: 54px; width: 47px; height: 47px; }
.sparkle.four { bottom: 35px; left: 51%; width: 19px; height: 19px; color: #b8a1ee; }

.hero-heading { margin: 0; max-width: 790px; font-size: clamp(42px, 3.55vw, 58px); line-height: 1.18; letter-spacing: .025em; font-family: var(--script); font-weight: 900; }
.hero-heading .name { color: var(--pink); text-shadow: 2px 3px #ffe6ee, 0 3px 0 rgba(255,255,255,.9); }
.hero-heading .grade { color: var(--violet); text-shadow: 2px 3px #ece7ff, 0 3px 0 rgba(255,255,255,.8); }
.hero-heading .next { display: block; color: var(--pink); text-shadow: 2px 3px #ffe6ee, 0 3px 0 rgba(255,255,255,.9); }
.hero-heading .next span { color: var(--violet); }
.hero-subtitle { margin: 11px 0 0 233px; color: #eda9c0; font-size: 19px; font-weight: 650; letter-spacing: .04em; }
.ribbon { position: relative; width: fit-content; min-width: 546px; margin-top: 13px; padding: 18px 50px 17px; color: #fff; background: linear-gradient(90deg, #fc5c8f, #ff6698); box-shadow: 0 7px 10px rgba(246,78,129,.23); font-size: 26px; font-weight: 800; letter-spacing: .07em; transform: rotate(-4deg); }
.ribbon::before, .ribbon::after { position: absolute; top: 0; content: ""; border-style: solid; }
.ribbon::before { left: -19px; border-width: 28px 19px 28px 0; border-color: transparent #fc5c8f transparent transparent; }
.ribbon::after { right: -21px; border-width: 28px 0 28px 21px; border-color: transparent transparent transparent #ff6698; }
.ribbon .heart { margin-left: 11px; font-family: var(--sans); }
.paper-plane { position: absolute; z-index: 3; right: 24px; bottom: 51px; width: 124px; height: 79px; color: #5c9cf1; transform: rotate(10deg); }
.paper-plane::after { position: absolute; top: 49px; left: 68px; width: 76px; height: 48px; content: ""; border-top: 2px dashed #aa9de5; border-radius: 50%; transform: rotate(31deg); }
.paper-plane svg { position: relative; z-index: 2; width: 68px; height: 60px; }

.hero-art { position: relative; z-index: 3; min-width: 0; }
.student-illustration { position: absolute; z-index: 3; right: 168px; bottom: -2px; width: 323px; height: 465px; filter: drop-shadow(10px 12px 10px rgba(125, 68, 75, .13)); }
.goal-note {
  position: absolute;
  z-index: 4;
  top: 76px;
  right: 24px;
  width: 225px;
  min-height: 246px;
  padding: 39px 25px 21px;
  background: #fffdfc;
  box-shadow: 2px 8px 13px rgba(138, 87, 109, .12);
  transform: rotate(-3deg);
}
.goal-note::before, .goal-note::after { position: absolute; top: -12px; width: 11px; height: 30px; content: ""; border: 2px solid #faadc5; border-radius: 6px; background: #ffd2df; }
.goal-note::before { left: 25px; transform: rotate(3deg); }
.goal-note::after { right: 26px; border-color: #bbb2e1; background: #d9d3f4; transform: rotate(1deg); }
.goal-note h2 { margin: 0 0 13px; color: var(--pink-dark); font-size: 18px; }
.goal-note ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: #5e5d64; font-size: 15px; font-weight: 650; }
.goal-note li { display: flex; align-items: center; gap: 8px; }
.goal-note li svg { width: 18px; color: #ff8eaf; }
.heart-doodle { position: absolute; right: 24px; bottom: 22px; color: #ff9bbb; }
.heart-doodle svg { width: 47px; height: 47px; }
.small-note { position: absolute; z-index: 4; right: 45px; bottom: 26px; width: 183px; min-height: 138px; padding: 18px 18px; background: #e8f0ff; box-shadow: 2px 8px 12px rgba(88,110,159,.11); color: #5267ac; transform: rotate(4deg); }
.small-note::before { position: absolute; top: -12px; right: 36px; width: 10px; height: 27px; content: ""; border: 2px solid #a9b7e8; border-radius: 6px; background: #d2ddff; }
.small-note strong { display: block; margin-bottom: 7px; font-size: 15px; }
.small-note p { margin: 0; line-height: 1.72; font-size: 14px; font-weight: 600; }

.shortcut-grid { position: relative; z-index: 9; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 0 36px; margin-top: -1px; background: linear-gradient(90deg, rgba(255,244,248,.95), rgba(246,243,255,.88)); }
.shortcut-card { position: relative; display: flex; align-items: center; min-height: 154px; gap: 21px; padding: 22px 25px 21px 34px; border: 1px solid rgba(255,255,255,.96); border-radius: 19px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); transition: transform .23s ease, box-shadow .23s ease; }
.shortcut-card:hover { transform: translateY(-5px); box-shadow: 0 14px 26px rgba(150,103,130,.16); }
.shortcut-icon { display: grid; flex: 0 0 auto; width: 80px; height: 80px; place-items: center; border-radius: 50%; color: #fff; box-shadow: inset 0 -6px 11px rgba(0,0,0,.06), 0 5px 9px rgba(120, 92, 118, .09); }
.shortcut-icon svg { width: 43px; height: 43px; }
.shortcut-card.study .shortcut-icon { background: linear-gradient(135deg, #ff86ad, #f65588); }
.shortcut-card.honor .shortcut-icon { background: linear-gradient(135deg, #ffce57, #ffad24); }
.shortcut-card.hobby .shortcut-icon { background: linear-gradient(135deg, #9d91f5, #7169dc); }
.shortcut-card.future .shortcut-icon { background: linear-gradient(135deg, #84e7ba, #47cc90); }
.shortcut-copy strong { display: block; margin-bottom: 7px; font-size: 22px; font-weight: 850; }
.shortcut-copy span { display: block; color: #73737b; font-size: 16px; line-height: 1.52; font-weight: 550; }
.shortcut-arrow { position: absolute; right: 18px; bottom: 23px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; font-size: 21px; font-weight: 700; }
.study .shortcut-arrow { color: #ff6d9a; background: #ffe7ef; }
.honor .shortcut-arrow { color: #eea11a; background: #fff3d8; }
.hobby .shortcut-arrow { color: #887bda; background: #eeebff; }
.future .shortcut-arrow { color: #65ba91; background: #e1f9ee; }

.home-lower { display: grid; grid-template-columns: 1.26fr .92fr; gap: 22px; padding: 29px 36px 19px; background: linear-gradient(103deg, #fff5f6, #f3f0ff); }
.paper-card { position: relative; overflow: hidden; min-height: 344px; border: 1px solid rgba(249, 222, 229, .85); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.paper-card::before { position: absolute; z-index: 1; top: 14px; left: 11px; width: 106px; height: 25px; content: ""; opacity: .65; background: repeating-linear-gradient(45deg, #ff99b4 0 2px, #ffafc7 2px 5px); transform: rotate(-8deg); }
.paper-card::after { position: absolute; z-index: 1; top: 18px; right: 42px; width: 32px; height: 88px; content: ""; opacity: .5; background: repeating-linear-gradient(45deg, #ff8eaa 0 2px, #ffacc0 2px 6px); transform: rotate(-45deg); }
.letter-card { padding: 44px 58px 34px; }
.card-title { position: relative; z-index: 2; margin: 0; font-size: 24px; font-weight: 850; }
.letter-card p { position: relative; z-index: 2; max-width: 645px; margin: 21px 0 0; color: #505057; font-family: var(--script); font-size: 18px; font-weight: 600; letter-spacing: .055em; line-height: 2.05; }
.letter-card .signature { margin-top: 17px; color: #65636c; font-size: 17px; }
.quill { position: absolute; z-index: 2; right: 36px; bottom: 12px; width: 150px; height: 151px; }
.energy-card { padding: 44px 39px 34px; }
.energy-card::before, .energy-card::after { display: none; }
.energy-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 29px; }
.energy-item { display: flex; align-items: center; gap: 17px; min-height: 92px; padding: 14px 19px; border: 0; border-radius: 14px; text-align: left; font-size: 18px; font-weight: 820; transition: transform .2s ease, box-shadow .2s ease; }
.energy-item:hover, .energy-item.is-selected { transform: translateY(-2px) scale(1.015); box-shadow: 0 8px 14px rgba(117, 97, 128, .12); }
.energy-item .energy-emoji { display: inline-grid; width: 43px; height: 43px; place-items: center; font-size: 38px; line-height: 1; }
.energy-item.sunny { color: #f45242; background: #fff5e8; }
.energy-item.star { color: #4656a7; background: #f0f0ff; }
.energy-item.sun { color: #3fb67d; background: #ebfbf3; }
.energy-item.heart { color: #44444a; background: #fff0f4; }
.energy-item.sunny .energy-emoji, .energy-item.star .energy-emoji, .energy-item.sun .energy-emoji { color: #ffb51e; }
.energy-item.heart .energy-emoji { color: #ff6d9b; }
.energy-message { position: relative; z-index: 2; min-height: 21px; margin: 17px 0 0; color: #9b8190; font-size: 14px; font-weight: 600; text-align: center; }

.site-footer { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; min-height: 88px; margin-top: 0; border-radius: 0 0 18px 18px; color: var(--pink); background: rgba(255, 248, 249, .96); box-shadow: 0 10px 19px rgba(150, 95, 123, .09); font-family: var(--script); font-size: 24px; font-weight: 850; letter-spacing: .16em; }
.site-footer::before, .site-footer::after { position: absolute; width: 280px; height: 120px; content: ""; opacity: .55; background: radial-gradient(circle at center, #ffd8e4 0 4px, transparent 5px) 0 0 / 35px 35px; }
.site-footer::before { left: 0; transform: rotate(-20deg); }
.site-footer::after { right: 0; transform: rotate(25deg); }
.footer-quote { position: relative; z-index: 1; }
.footer-quote::before, .footer-quote::after { position: absolute; top: -5px; color: #ffcae0; font-size: 42px; }
.footer-quote::before { left: -54px; content: "“"; }
.footer-quote::after { right: -54px; content: "”"; }
.footer-note { position: absolute; z-index: 3; right: 22px; bottom: -4px; width: 128px; height: 104px; padding: 28px 13px; color: #826a5e; background: #fff5b9; box-shadow: 0 5px 11px rgba(143, 97, 95, .17); font-family: var(--script); font-size: 14px; font-weight: 800; line-height: 1.45; text-align: center; transform: rotate(-11deg); }
.footer-note::before { position: absolute; top: -10px; right: 20px; width: 9px; height: 25px; content: ""; border: 2px solid #ff91aa; border-radius: 6px; background: #ffd6e0; }

/* Shared inner-page layout */
.inner-page { overflow: hidden; margin-top: 20px; border-radius: 19px; background: linear-gradient(135deg, #fff6f7, #f7f3ff 86%); box-shadow: var(--shadow); }
.page-hero { position: relative; min-height: 260px; padding: 53px 74px; overflow: hidden; background: linear-gradient(109deg, #fffafa 0%, #ffe9f0 100%); }
.page-hero::after { position: absolute; top: -131px; right: 38px; width: 360px; height: 360px; content: ""; border: 22px solid rgba(255, 208, 224, .6); border-radius: 50%; box-shadow: 0 0 0 17px rgba(245, 229, 255, .65); }
.page-kicker { position: relative; z-index: 2; margin: 0 0 8px; color: var(--pink); font-size: 16px; font-weight: 800; letter-spacing: .12em; }
.page-title { position: relative; z-index: 2; margin: 0; color: var(--violet); font-family: var(--script); font-size: 43px; letter-spacing: .06em; }
.page-desc { position: relative; z-index: 2; max-width: 620px; margin: 13px 0 0; color: #706b77; font-size: 17px; font-weight: 600; line-height: 1.75; }
.hero-sticker { position: absolute; z-index: 3; top: 41px; right: 105px; display: grid; width: 130px; height: 130px; place-items: center; border: 7px solid rgba(255,255,255,.8); border-radius: 30px; background: #fff4b9; box-shadow: 0 8px 16px rgba(150, 106, 106, .12); font-size: 66px; transform: rotate(8deg); }
.inner-content { padding: 33px 36px 38px; }
.section-heading { display: flex; align-items: center; gap: 11px; margin: 0 0 19px; font-size: 24px; font-weight: 850; }
.section-heading::before { width: 9px; height: 27px; content: ""; border-radius: 6px; background: var(--pink); box-shadow: 4px 0 0 #ffd6e3; }
.mini-label { display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px; border-radius: 30px; color: var(--pink-dark); background: var(--pink-pale); font-size: 14px; font-weight: 750; }

.timeline { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-top: 6px; }
.timeline::before { position: absolute; top: 55px; right: 9%; left: 9%; height: 4px; content: ""; border-radius: 7px; background: linear-gradient(90deg, #ffc1d4, #cfc6ff, #a7ebcb); }
.memory-card { position: relative; z-index: 2; min-height: 221px; padding: 27px 26px 22px; border: 1px solid rgba(255,255,255,.85); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
.memory-card::before { position: absolute; top: 35px; left: 50%; width: 20px; height: 20px; content: ""; border: 5px solid var(--paper); border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 3px #ffbcd2; transform: translate(-50%, -50%); }
.memory-card:nth-child(2)::before { background: var(--violet); box-shadow: 0 0 0 3px #cfc6ff; }
.memory-card:nth-child(3)::before { background: var(--green); box-shadow: 0 0 0 3px #b9efcf; }
.memory-card time { display: block; margin: 47px 0 10px; color: var(--pink-dark); font-size: 16px; font-weight: 850; }
.memory-card:nth-child(2) time { color: var(--violet); }
.memory-card:nth-child(3) time { color: #39af79; }
.memory-card h3 { margin: 0; font-size: 20px; }
.memory-card p { margin: 10px 0 0; color: #6d6b73; font-size: 15px; line-height: 1.75; font-weight: 550; }

.notebook-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 23px; margin-top: 32px; }
.notebook { position: relative; min-height: 326px; padding: 33px 37px; overflow: hidden; border-radius: 18px; background: #fffefd; box-shadow: var(--shadow); }
.notebook.lines { background: repeating-linear-gradient(to bottom, #fffefd 0 33px, #f3edf0 34px 35px); }
.notebook::before { position: absolute; top: 0; bottom: 0; left: 54px; width: 1px; content: ""; background: #ffd7e1; }
.notebook .notebook-inner { position: relative; z-index: 2; padding-left: 31px; }
.note-list { display: grid; gap: 14px; margin: 17px 0 0; padding: 0; list-style: none; }
.note-list li { display: flex; align-items: center; gap: 12px; color: #55535c; font-size: 17px; font-weight: 630; line-height: 1.55; }
.check { display: grid; flex: 0 0 auto; width: 23px; height: 23px; place-items: center; border-radius: 50%; color: #fff; background: #ff8eae; font-size: 14px; }
.quote-paper { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 326px; padding: 36px; overflow: hidden; border: 1px solid #f6e1e8; border-radius: 18px; background: #fffaf4; box-shadow: var(--shadow); text-align: center; }
.quote-paper .quote-mark { color: #ffc2d2; font-family: Georgia, serif; font-size: 82px; line-height: .5; }
.quote-paper p { max-width: 310px; margin: 24px 0 0; color: #6b6269; font-family: var(--script); font-size: 23px; font-weight: 700; line-height: 1.75; }
.quote-paper span { margin-top: 18px; color: var(--pink); font-size: 14px; font-weight: 750; }

.course-grid, .hobby-grid, .wish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.course-card, .hobby-card { position: relative; min-height: 207px; padding: 25px 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 19px; box-shadow: var(--shadow); transition: transform .22s ease; }
.course-card:hover, .hobby-card:hover { transform: translateY(-5px) rotate(-.3deg); }
.course-card.pink { background: #fff0f5; }.course-card.purple { background: #f0efff; }.course-card.yellow { background: #fff6df; }
.course-card .course-icon { display: grid; width: 67px; height: 67px; place-items: center; border-radius: 50%; color: #fff; font-size: 32px; }
.course-card.pink .course-icon { background: #ff7da6; }.course-card.purple .course-icon { background: #8d82e8; }.course-card.yellow .course-icon { background: #ffc13e; }
.course-card h3, .hobby-card h3 { margin: 15px 0 7px; font-size: 21px; }
.course-card p, .hobby-card p { max-width: 260px; margin: 0; color: #727078; font-size: 15px; font-weight: 560; line-height: 1.65; }
.course-card .tiny-star { position: absolute; right: 20px; bottom: 18px; color: rgba(255,255,255,.78); font-size: 42px; }
.achievement-strip { display: grid; grid-template-columns: 158px 1fr auto; align-items: center; gap: 25px; margin-top: 29px; padding: 23px 29px; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.achievement-medal { display: grid; width: 106px; height: 106px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #ffcc51, #fcae26); box-shadow: inset 0 -8px rgba(204,142,25,.17), 0 8px 12px rgba(237,168,37,.22); font-size: 53px; }
.achievement-strip h3 { margin: 0; font-size: 22px; }.achievement-strip p { margin: 8px 0 0; color: #747178; font-size: 16px; line-height: 1.6; }
.badge-button { padding: 12px 18px; border: 2px dashed #ffafc5; border-radius: 99px; color: var(--pink-dark); background: #fff8fa; font-size: 14px; font-weight: 800; transition: .2s ease; }.badge-button:hover, .badge-button.is-flipped { background: #ff709b; color: #fff; transform: rotate(-2deg); }

.hobby-card { min-height: 236px; background: #fff; }.hobby-card .hobby-visual { display: grid; width: 72px; height: 72px; place-items: center; border-radius: 22px; font-size: 40px; }.hobby-card.reading .hobby-visual { background:#ffe9f0; }.hobby-card.painting .hobby-visual { background:#eeeaff; }.hobby-card.sports .hobby-visual { background:#e7fbf1; }.hobby-card.music .hobby-visual { background:#fff3d8; }.hobby-card.photo .hobby-visual { background:#e6f3ff; }.hobby-card.travel .hobby-visual { background:#fff0e8; }
.hobby-card::after { position: absolute; right: 15px; bottom: 14px; content: "✦"; color: #ffd3e0; font-size: 29px; }.hobby-card p { max-width: 220px; }
.hobby-board { display: grid; grid-template-columns: 1.16fr .84fr; gap: 23px; margin-top: 31px; }.polaroid-board { position: relative; min-height: 280px; padding: 25px; overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }.polaroid-board::before { position: absolute; inset: 0; content: ""; opacity: .55; background: radial-gradient(circle at 13px 13px, #fad7e2 1px, transparent 2px) 0 0 / 25px 25px; }.polaroid { position: relative; z-index: 1; width: 176px; padding: 12px 12px 32px; background: #fff; box-shadow: 0 7px 15px rgba(133,91,103,.15); }.polaroid.one { transform: rotate(-7deg); }.polaroid.two { position: absolute; top: 57px; left: 220px; transform: rotate(7deg); }.polaroid .photo-placeholder { display: grid; height: 126px; place-items: center; border-radius: 2px; background: linear-gradient(135deg,#ffe0ea,#e5defd); font-size: 54px; }.polaroid em { display:block; margin-top:9px; color:#a46e83; font-family:var(--script); font-size:15px; text-align:center; }.polaroid-board h3 { position:absolute; z-index:2; right:25px; bottom:26px; margin:0; color:var(--violet); font-family:var(--script); font-size:28px; }.little-goals { padding: 29px 31px; border-radius:18px; background:#fff9fd; box-shadow:var(--shadow); }.little-goals ul { display:grid; gap:13px; padding:0; margin:18px 0 0; list-style:none; }.little-goals li { padding:11px 14px; border-radius:12px; background:#fff; color:#69656e; font-size:15px; font-weight:650; box-shadow:0 3px 8px rgba(135,94,111,.07); }

.future-path { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 8px; }.future-path::before { position:absolute; top:83px; right:9%; left:9%; height:5px; content:""; background:linear-gradient(90deg,#ffc3d6,#b9b3f2,#a4e9c5,#ffdb80); border-radius:8px; }.dream-step { position:relative; z-index:2; min-height:234px; padding:23px 20px; border-radius:18px; background:#fff; box-shadow:var(--shadow); text-align:center; }.dream-step .step-icon { display:grid; width:83px; height:83px; place-items:center; margin:auto; border:5px solid #fff; border-radius:50%; box-shadow:0 0 0 3px #ffd0df; background:#fff0f5; font-size:42px; }.dream-step:nth-child(2) .step-icon { background:#f1efff; box-shadow:0 0 0 3px #d7d1ff; }.dream-step:nth-child(3) .step-icon { background:#e7fbf0; box-shadow:0 0 0 3px #b9edcf; }.dream-step:nth-child(4) .step-icon { background:#fff5dc; box-shadow:0 0 0 3px #ffdda1; }.dream-step span { display:block; margin-top:18px; color:var(--pink-dark); font-size:14px; font-weight:800; }.dream-step h3 { margin:7px 0 0; font-size:20px; }.dream-step p { margin:7px 0 0; color:#716e76; font-size:14px; line-height:1.65; }.future-note { position:relative; margin-top:29px; padding:32px 48px; overflow:hidden; border-radius:18px; background:linear-gradient(105deg,#fff7fa,#f0efff); box-shadow:var(--shadow); }.future-note::after { position:absolute; top:-49px; right:59px; color:#ffb0c7; content:"♡"; font-size:210px; opacity:.55; }.future-note h3 { position:relative; z-index:2; margin:0; color:var(--violet); font-family:var(--script); font-size:29px; }.future-note p { position:relative; z-index:2; max-width:700px; margin:11px 0 0; color:#645f6a; font-size:17px; line-height:1.8; font-weight:600; }

.wish-grid { grid-template-columns: repeat(3,1fr); }.wish-card { position:relative; min-height:211px; padding:31px 28px; overflow:hidden; border-radius:17px; background:#fff; box-shadow:var(--shadow); }.wish-card::before { position:absolute; top:-8px; left:32px; width:76px; height:21px; content:""; opacity:.62; background:#ffc0d3; transform:rotate(-4deg); }.wish-card:nth-child(2)::before { background:#cfc7ff; }.wish-card:nth-child(3)::before { background:#baf0d0; }.wish-avatar { display:grid; width:48px; height:48px; place-items:center; border-radius:50%; background:#fff0f5; font-size:25px; }.wish-card:nth-child(2) .wish-avatar { background:#f0efff; }.wish-card:nth-child(3) .wish-avatar { background:#e9fbf1; }.wish-card h3 { margin:12px 0 6px; font-size:18px; }.wish-card p { margin:0; color:#6d6972; font-family:var(--script); font-size:18px; font-weight:700; line-height:1.7; }.wish-switcher { display:flex; align-items:center; justify-content:center; min-height:133px; gap:22px; margin-top:30px; padding:23px; border-radius:18px; background:#fff5f8; box-shadow:var(--shadow); }.wish-switcher p { margin:0; color:#73616b; font-family:var(--script); font-size:22px; font-weight:800; text-align:center; }.wish-switcher button { flex:0 0 auto; padding:12px 18px; border:0; border-radius:99px; color:#fff; background:var(--pink); box-shadow:0 5px 10px rgba(247,94,145,.22); font-size:14px; font-weight:800; }.wish-switcher button:hover { transform:translateY(-2px); }

.cheer-toast { position:fixed; z-index:120; top:105px; left:50%; padding:13px 21px; border:1px solid rgba(255,255,255,.9); border-radius:99px; color:#d84373; background:#fff; box-shadow:0 10px 25px rgba(197,86,126,.22); font-size:15px; font-weight:780; opacity:0; pointer-events:none; transform:translate(-50%,-16px); transition:opacity .25s ease, transform .25s ease; }.cheer-toast.show { opacity:1; transform:translate(-50%,0); }.cheer-toast::before { margin-right:8px; content:"✦"; color:#ffba34; }.confetti { position:fixed; z-index:119; top:90px; left:50%; width:12px; height:12px; border-radius:2px; pointer-events:none; animation:confetti 750ms ease-out forwards; }.confetti:nth-child(3n) { border-radius:50%; }.confetti:nth-child(2n) { background:#ffa3bd; }.confetti:nth-child(3n) { background:#8d82e8; }.confetti:nth-child(5n) { background:#ffc43f; }
@keyframes confetti { to { opacity:0; transform:translate(var(--x), var(--y)) rotate(240deg); } }
.reveal { opacity:0; transform:translateY(12px); transition:opacity .45s ease, transform .45s ease; }.reveal.is-visible { opacity:1; transform:none; }

@media (max-width: 1120px) {
  .site-shell { width:min(100% - 28px, 1512px); }.site-header { padding-left:19px; }.brand { min-width:auto; margin-right:24px; font-size:20px; }.main-nav { gap:25px; }.cheer-button { min-width:auto; padding:0 14px; }.hero { grid-template-columns: 63% 37%; }.hero-copy { padding-left:45px; }.hero-heading { font-size:49px; }.ribbon { min-width:470px; font-size:22px; }.student-illustration { right:117px; width:279px; }.goal-note { right:7px; transform:scale(.85) rotate(-3deg); transform-origin:top right; }.small-note { right:11px; transform:scale(.84) rotate(4deg); transform-origin:bottom right; }.shortcut-grid { gap:14px; padding:0 20px; }.shortcut-card { padding:20px 16px; gap:13px; }.shortcut-icon { width:66px; height:66px; }.shortcut-copy strong { font-size:19px; }.shortcut-copy span { font-size:14px; }.home-lower { padding:25px 20px 18px; }.letter-card { padding-left:38px; }.energy-card { padding-left:27px; padding-right:27px; }.inner-content { padding:28px 22px 32px; }
}
@media (max-width: 850px) {
  .site-shell { width:min(100% - 20px, 1512px); margin-top:8px; }.site-header { position:relative; top:auto; height:auto; min-height:74px; flex-wrap:wrap; gap:7px; padding:13px 16px; border-radius:17px; }.brand { margin-right:auto; }.brand-mark { width:33px; height:33px; }.main-nav { order:3; width:100%; height:43px; justify-content:flex-start; gap:20px; overflow-x:auto; overscroll-behavior-x:contain; scrollbar-width:none; scroll-snap-type:x proximity; }.main-nav::-webkit-scrollbar { display:none; }.main-nav a { scroll-snap-align:start; font-size:14px; }.main-nav a:hover::after, .main-nav a.active::after { width:42px; }.cheer-button { height:42px; font-size:13px; }.hero { grid-template-columns:1fr; min-height:590px; }.hero-copy { justify-content:flex-start; padding:57px 28px 0; }.hero-heading { max-width:640px; font-size:clamp(37px,8.4vw,56px); }.hero-subtitle { margin-left:115px; font-size:15px; }.ribbon { min-width:0; max-width:calc(100% - 8px); padding:15px 20px; font-size:clamp(17px,4vw,23px); }.hero-art { position:absolute; inset:0; pointer-events:none; }.student-illustration { right:calc(50% - 67px); bottom:-1px; width:261px; }.goal-note { top:264px; right:10px; transform:scale(.71) rotate(-3deg); transform-origin:top right; }.small-note { display:none; }.sparkle.two { top:315px; right:14px; }.paper-plane { right:61%; bottom:14px; transform:scale(.73) rotate(10deg); }.shortcut-grid { grid-template-columns:repeat(2,1fr); gap:12px; padding:18px; }.shortcut-card { min-height:126px; }.shortcut-icon { width:57px; height:57px; }.shortcut-icon svg { width:31px; }.shortcut-copy strong { margin-bottom:3px; font-size:17px; }.shortcut-copy span { font-size:13px; }.shortcut-arrow { right:11px; bottom:12px; }.home-lower { grid-template-columns:1fr; gap:16px; padding:18px; }.paper-card { min-height:300px; }.letter-card { padding:40px 31px 31px; }.letter-card p { font-size:16px; }.quill { transform:scale(.7); transform-origin:bottom right; }.site-footer { min-height:72px; margin-top:0; font-size:17px; }.footer-note { display:none; }.page-hero { min-height:240px; padding:41px 31px; }.page-title { font-size:36px; }.page-desc { font-size:15px; }.hero-sticker { top:67px; right:25px; width:90px; height:90px; font-size:45px; }.timeline, .course-grid, .hobby-grid, .wish-grid, .future-path { grid-template-columns:1fr 1fr; }.timeline::before, .future-path::before { display:none; }.notebook-grid, .hobby-board { grid-template-columns:1fr; }.achievement-strip { grid-template-columns:94px 1fr; }.achievement-medal { width:80px; height:80px; font-size:40px; }.badge-button { grid-column:1 / -1; justify-self:start; }.dream-step { min-height:216px; }.future-note { padding:28px 30px; }.wish-switcher { align-items:stretch; flex-direction:column; gap:13px; }
}
@media (max-width: 480px) {
  .brand { gap:8px; font-size:18px; }.cheer-button { padding:0 11px; }.cheer-button .btn-text { display:none; }
  .hero { min-height:590px; }.hero-copy { z-index:5; padding:37px 22px 0; }.hero-heading { max-width:340px; font-size:34px; line-height:1.13; }.hero-subtitle { margin:7px 0 0; padding-left:58px; font-size:12px; }.ribbon { z-index:6; margin-top:14px; padding:13px 13px; font-size:16px; }.ribbon::before { left:-12px; border-width:24px 12px 24px 0; }.ribbon::after { right:-12px; border-width:24px 0 24px 12px; }.student-illustration { right:calc(50% - 65px); bottom:-7px; width:210px; }.goal-note { top:317px; right:-13px; transform:scale(.55) rotate(-3deg); }.paper-plane { right:69%; bottom:17px; transform:scale(.64) rotate(10deg); }.sparkle.one { top:93px; left:19px; }.sparkle.two { top:336px; right:12px; width:32px; height:32px; }.sparkle.three { bottom:20px; left:13px; }
  .shortcut-grid { grid-template-columns:1fr; padding:14px; }.shortcut-card { min-height:105px; }.home-lower { padding:14px; }.energy-grid { gap:9px; }.energy-item { gap:5px; padding:11px 9px; font-size:14px; }.energy-item .energy-emoji { width:32px; height:32px; font-size:28px; }.letter-card p { font-size:14px; line-height:1.9; }.card-title { font-size:21px; }.site-footer { padding:0 20px; font-size:15px; letter-spacing:.08em; }.footer-quote::before, .footer-quote::after { display:none; }.page-hero { padding:34px 22px; }.page-title { max-width:240px; font-size:30px; }.hero-sticker { top:92px; width:71px; height:71px; font-size:35px; }.inner-content { padding:23px 14px 27px; }.section-heading { font-size:21px; }.timeline, .course-grid, .hobby-grid, .wish-grid, .future-path { grid-template-columns:1fr; }.memory-card { min-height:auto; }.notebook { padding:28px 20px; }.notebook::before { left:38px; }.notebook .notebook-inner { padding-left:24px; }.note-list li { font-size:15px; }.polaroid.two { left:138px; }.polaroid { width:145px; }.polaroid .photo-placeholder { height:104px; }.polaroid-board h3 { right:17px; font-size:23px; }.achievement-strip { gap:13px; padding:18px; }.achievement-strip h3 { font-size:19px; }.achievement-strip p { font-size:14px; }.future-note h3 { font-size:25px; }.future-note p { font-size:15px; }.reveal { opacity:1; transform:none; }
}
