@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Hiragino Sans','Hiragino Kaku Gothic ProN','Yu Gothic',sans-serif;background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{width:100%;max-width:420px;background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden}.header{background:linear-gradient(135deg,#1e40af 0%,#1d4ed8 100%);padding:30px 24px;color:#fff}.header h1{font-size:24px;font-weight:700;margin-bottom:6px}.header p{font-size:14px;color:#bfdbfe}.content{padding:24px}.checklist{margin-bottom:32px}.check-item{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;margin-bottom:12px;cursor:pointer;transition:all .2s}.check-item:hover{background:#eff6ff;border-color:#93c5fd}.check-item.checked{background:#eff6ff;border-color:#3b82f6}.checkbox{width:24px;height:24px;border:2px solid #9ca3af;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s}.check-item.checked .checkbox{background:#1d4ed8;border-color:#1d4ed8}.checkmark{display:none;color:#fff;font-size:16px;font-weight:700}.check-item.checked .checkmark{display:block}.check-text{font-size:14px;font-weight:500;color:#374151;flex:1;line-height:1.5}.check-item.checked .check-text{color:#1e3a8a}.score-box{background:linear-gradient(135deg,#1e3a8a 0%,#1e40af 100%);color:#fff;border-radius:8px;padding:24px;text-align:center;margin-bottom:24px}.score-label{font-size:14px;color:#bfdbfe;margin-bottom:8px}.score-number{font-size:48px;font-weight:700;margin-bottom:8px}.score-total{font-size:14px;color:#bfdbfe}.urgency-box{border:2px solid;border-radius:8px;padding:20px;margin-bottom:24px}.urgency-box.low{background:#f0fdf4;border-color:#86efac;color:#166534}.urgency-box.medium{background:#fefce8;border-color:#fde047;color:#854d0e}.urgency-box.high{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.urgency-level{font-size:18px;font-weight:700;margin-bottom:8px}.urgency-message{font-size:14px;line-height:1.6}.cta-box{background:#f3f4f6;border-radius:8px;padding:16px;text-align:center;margin-bottom:24px}.cta-box p{font-size:14px;font-weight:600;color:#1f2937;line-height:1.6}.cta-box .highlight{color:#1d4ed8}.button-group{display:flex;gap:12px}.button-group button,.button-group a{flex:1;padding:14px 16px;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;text-align:center}.btn-reset{background:#d1d5db;color:#1f2937}.btn-reset:hover{background:#9ca3af}.btn-reserve{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);color:#fff}.btn-reserve:hover{background:linear-gradient(135deg,#1e40af 0%,#1e3a8a 100%)}