:root{--castello-bg:#f6f3ee;--castello-text:#26231f;--castello-accent:#7b5635;--castello-border:#d8cec2}.castello-card{background:#fff;border:1px solid var(--castello-border);border-radius:16px;padding:24px;margin:24px 0;box-shadow:0 4px 18px rgba(0,0,0,.05)}.castello-progress{height:14px;background:#e7e0d8;border-radius:99px;overflow:hidden}.castello-progress span{display:block;height:100%;background:var(--castello-accent)}.castello-overall strong{font-size:2rem;display:block;margin:.25rem 0}.castello-area-grid,.castello-poi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.castello-area-item{padding:14px;border:1px solid var(--castello-border);border-radius:12px}.castello-timeline{border-left:4px solid var(--castello-accent);padding-left:18px}.castello-timeline-item{position:relative;margin:0 0 22px}.castello-timeline-item:before{content:"";position:absolute;left:-28px;top:4px;width:14px;height:14px;border-radius:50%;background:var(--castello-accent)}.castello-poi-number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--castello-accent);color:#fff;font-weight:700}.castello-kiosk{min-height:100vh;background:var(--castello-bg);padding:5vw;display:flex;flex-direction:column;justify-content:center}.castello-kiosk h1{text-align:center;font-size:clamp(2rem,5vw,4.5rem)}.castello-kiosk-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.castello-kiosk-grid a{display:grid;place-items:center;min-height:180px;background:#fff;border:2px solid var(--castello-accent);border-radius:24px;text-decoration:none;color:var(--castello-text);font-size:clamp(1.5rem,3vw,2.6rem);font-weight:700;padding:20px}@media(max-width:700px){.castello-kiosk-grid{grid-template-columns:1fr}.castello-kiosk-grid a{min-height:120px}}
