
html,body{margin:0;padding:0}
body.sun-page{font-family:"Iowan Old Style","Songti SC","SimSun",serif;background:linear-gradient(180deg,#fff8e6 0%,#f6e7c4 42%,#efe0b6 100%);color:#4a3518;line-height:1.8;min-height:100vh}
.sun-page .ico{width:20px;height:20px}
.sun-top{padding:18px 6vw 8px;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:12px}
.sun-top .brand{display:flex;gap:8px;align-items:center;font-weight:700;color:#8a5a14;font-size:18px}
.sun-top .nav-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px 16px}
.sun-top .nav-list a{color:#7a5418;text-decoration:none;font-size:14px;border-bottom:1px dashed #c9a056}
.sun-hero{padding:10px 6vw 8px;display:grid;grid-template-columns:1.3fr .7fr;gap:20px;align-items:center}
.sun-hero h1{margin:0 0 10px;font-size:26px;color:#6b4510;line-height:1.4}
.sun-hero>p{margin:0 0 8px;max-width:40em}
.clock-viz{background:rgba(255,255,255,.55);border:1px solid #e2c888;border-radius:20px;padding:16px;text-align:center}
.clock-face{width:132px;height:132px;margin:0 auto 12px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fffdf6,#f2d58a 70%,#e6aa46);position:relative;box-shadow:inset 0 0 0 6px #fff8e6,0 8px 18px rgba(180,130,40,.2)}
.hand{position:absolute;left:50%;top:50%;transform-origin:50% 100%;background:#4a3518;border-radius:2px}
.hand.hour{width:4px;height:34px;margin-left:-2px;margin-top:-34px;transform:rotate(120deg)}
.hand.minute{width:3px;height:46px;margin-left:-1.5px;margin-top:-46px;background:#8a5a14;transform:rotate(20deg)}
.clock-cap{position:absolute;left:0;right:0;bottom:22px;font-size:11px;color:#6b4510}
.tz-chips{display:flex;flex-direction:column;gap:6px}
.tz-chips b{display:block;background:#fff8e6;border:1px solid #e2c888;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:650}
.sun-sheet{padding:6px 6vw 48px}
.sun-page .block{background:rgba(255,255,255,.62);border:1px solid #e6d09a;border-radius:18px;padding:16px 18px;margin:0 0 16px}
.sun-page .block h2{margin:0 0 8px;font-size:21px;color:#8a5a14}
.sun-page .lead{color:#6b5340}
.day-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.sun-page .card,.sun-page .pair{background:#fff8e6;border-radius:14px;padding:12px 14px;border:1px solid #e6d09a}
.sun-page .step-list{list-style:none;margin:0;padding:0}
.sun-page .step{display:grid;grid-template-columns:36px 1fr;gap:10px;margin:0 0 10px}
.sun-page .step-n{width:28px;height:28px;border-radius:50%;background:#E6AA46;color:#3a2a10;display:flex;align-items:center;justify-content:center;font-weight:700}
.sun-page .table-wrap{overflow:auto;background:#fff8e6;border-radius:12px}
.sun-page table{width:100%;border-collapse:collapse;font-size:14px}
.sun-page th{background:#E6AA46;color:#3a2a10;padding:8px 10px;text-align:left}
.sun-page td{padding:8px 10px;border-bottom:1px solid #ead9b0;vertical-align:top}
.sun-page .pair-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.sun-page .plain-list{padding-left:1.2em}
.sun-page .faq-list details{background:#fff8e6;border-radius:12px;padding:8px 12px;margin:0 0 8px;border:1px solid #e6d09a}
.sun-page .faq-list summary{cursor:pointer;font-weight:700}
.sun-page .site-footer{color:#6b5340;font-size:13px;padding:8px 2px}
@media (max-width:880px){
.sun-hero,.day-cards,.sun-page .pair-grid{grid-template-columns:1fr}
}
