*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Arial,sans-serif;background:#f4f7fb;color:#162536}a{color:inherit}.p207-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px clamp(14px,4vw,54px);background:#fff;border-bottom:1px solid #e4eaf1;box-shadow:0 5px 18px rgba(19,39,62,.05)}.p207-brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800}.p207-brand img{width:44px;height:44px;object-fit:contain}.p207-header nav{display:flex;gap:6px;flex-wrap:wrap}.p207-header nav a{padding:10px 13px;border-radius:10px;text-decoration:none;font-weight:700;color:#536476}.p207-header nav a:hover,.p207-header nav a.active{background:#fff0f2;color:#c90019}.p207-wrap{width:min(1240px,100%);margin:auto;padding:24px clamp(12px,3vw,32px) 54px}.p207-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px;border-radius:22px;background:linear-gradient(135deg,#a90016,#e21834);color:#fff;margin-bottom:18px;box-shadow:0 20px 45px rgba(174,0,22,.18)}.p207-hero h1{margin:5px 0 8px;font-size:clamp(24px,4vw,38px)}.p207-hero p{margin:0;opacity:.9;line-height:1.55}.p207-hero .icon{font-size:60px}.p207-notice,.p207-success,.p207-error{padding:13px 16px;border-radius:12px;margin:0 0 16px;border:1px solid}.p207-notice{background:#fff8db;border-color:#f0d77b;color:#6d5200}.p207-success{background:#eaf9f0;border-color:#9dd9b3;color:#146b36}.p207-error{background:#fff0f2;border-color:#f4a8b2;color:#9c1324}.p207-card{background:#fff;border:1px solid #e1e8f0;border-radius:18px;padding:20px;margin-bottom:18px;box-shadow:0 8px 24px rgba(31,53,78,.05)}.p207-card h2,.p207-card h3{margin-top:0}.p207-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.p207-grid .full{grid-column:1/-1}.p207-field{display:flex;flex-direction:column;gap:6px;font-weight:700;font-size:14px}.p207-field input,.p207-field select,.p207-field textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid #cdd8e4;border-radius:10px;background:#fff;font:inherit;color:#1f3042}.p207-field textarea{min-height:90px;resize:vertical}.p207-field input:focus,.p207-field select:focus,.p207-field textarea:focus{outline:3px solid rgba(201,0,25,.1);border-color:#c90019}.p207-check{display:flex;align-items:flex-start;gap:10px;padding:12px;background:#f7f9fc;border-radius:10px}.p207-check input{margin-top:3px}.p207-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 18px;border:0;border-radius:10px;background:#c90019;color:#fff;text-decoration:none;font-weight:800;cursor:pointer}.p207-btn.secondary{background:#23384f}.p207-btn.light{background:#fff;color:#c90019}.p207-table-wrap{overflow:auto;border:1px solid #e2e9f1;border-radius:14px}.p207-table{width:100%;border-collapse:collapse;min-width:820px}.p207-table th,.p207-table td{padding:12px 13px;text-align:left;border-bottom:1px solid #edf1f5}.p207-table th{background:#f7f9fc;font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:#5f7184}.p207-badge{display:inline-flex;padding:5px 9px;border-radius:99px;background:#e9f8ef;color:#12713a;font-weight:800;font-size:12px}.p207-empty{text-align:center;padding:35px;color:#718195}.p207-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.p207-meta span{background:rgba(255,255,255,.16);padding:7px 10px;border-radius:8px;font-size:13px}.p207-footer{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;padding:18px clamp(14px,4vw,54px);background:#162536;color:#dce5ef}.p207-footer div{display:flex;gap:14px;flex-wrap:wrap}.p207-footer a{text-decoration:none}.p207-closed{min-height:100vh;display:grid;place-items:center;padding:20px}.p207-closed section{max-width:620px;background:#fff;border:1px solid #dde6f0;border-radius:20px;padding:34px;text-align:center;box-shadow:0 18px 50px rgba(25,45,65,.1)}.p207-drop{font-size:48px}.p207-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.p207-actions a{padding:11px 16px;border-radius:10px;background:#c90019;color:#fff;text-decoration:none;font-weight:bold}@media(max-width:760px){.p207-header{align-items:flex-start;flex-direction:column}.p207-header nav{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.p207-header nav a{text-align:center;padding:9px 5px;font-size:12px}.p207-hero{align-items:flex-start}.p207-hero .icon{font-size:40px}.p207-grid{grid-template-columns:1fr}.p207-grid .full{grid-column:auto}.p207-wrap{padding-top:14px}.p207-card{padding:15px}.p207-footer{flex-direction:column}}@media(max-width:420px){.p207-brand span{font-size:14px}.p207-brand img{width:38px;height:38px}.p207-header nav a{font-size:11px}.p207-btn{width:100%}}