:root{--blue: #005AA3;--yellow: #FFD200;--white: #ffffff;--text: #0e1826;--muted: #6b7a90;--bg: #f6f8fb;--card: #ffffff;--border: #e1e8f0}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg)}.page{display:flex;flex-direction:column;min-height:100%}.header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px 24px;background:var(--white);border-bottom:4px solid var(--yellow);text-align:center}.logo{height:44px}.header h1{margin:0;font-size:22px;color:var(--blue)}.customer-title{margin-top:2px;font-weight:600;color:var(--text);opacity:.85}.customer-banner{text-align:center;font-weight:700;color:var(--blue);margin:0 0 8px;font-size:18px}.container{width:100%;max-width:900px;margin:24px auto;padding:0 16px;text-align:left}.notice{background:#fffce8;color:#665c00;padding:12px 16px;border:1px solid #f4e08e;border-radius:8px}.error{background:#ffe8e8;color:#8b0000;padding:12px 16px;border:1px solid #f0b3b3;border-radius:8px}.success{background:#e7f7ee;color:#0b5;padding:12px 16px;border:1px solid #b6e5cc;border-radius:8px}.loading{color:var(--muted);display:inline-flex;align-items:center;gap:10px}.spinner{width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form{display:flex;flex-direction:column;gap:20px}.section{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:16px}.section-title{font-weight:600;color:var(--blue);margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.section-title.with-action{gap:16px}.select-all{font-weight:500}.value{color:var(--text)}.product-list{display:flex;flex-direction:column;gap:12px}.product{border:1px solid var(--border);border-radius:10px;padding:12px;background:var(--white)}.product.checked{outline:2px solid var(--yellow)}.product-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-name{font-weight:600;margin-left:8px}.versions{display:flex;gap:12px;color:var(--muted)}.versions .installed:before{content:"•";color:var(--blue);margin-right:6px}.versions .latest:before{content:"•";color:var(--yellow);margin-right:6px}.service-details{margin-top:8px;padding-left:28px}.link-button{background:none;border:none;color:var(--blue);padding:0;cursor:pointer;text-decoration:none;font-weight:600}.link-button:hover{color:#004a86}.service-list{list-style:none;padding-left:0;margin:8px 0 0}.service-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 8px;border:1px dashed var(--border);border-radius:8px;background:var(--white)}.service-name{font-weight:500}.service-versions{color:var(--muted)}.release-notes-section{margin-top:8px;padding-left:28px}.release-notes-content{margin-top:8px;background:#fffce8;border:1px dashed var(--yellow);border-radius:8px;padding:12px}.notes-list{padding-left:18px;margin:0}.notes-list li{margin-bottom:4px}.spinner-sm{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--blue);border-radius:50%;display:inline-block;animation:spin .8s linear infinite}.schedule{margin-top:10px;padding-left:30px}.schedule input[type=datetime-local]{margin-left:10px;padding:6px 8px;border-radius:6px;border:1px solid var(--border)}.inline{display:inline-flex;align-items:center;gap:8px}.radio-group{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-top:8px}.radio-option{display:inline-flex;align-items:center;gap:8px;margin:2px 0}.radio-group .schedule.one{padding-left:30px;margin-top:6px}.contact-grid{display:flex;gap:12px;justify-content:flex-start;flex-wrap:wrap}.contact-grid label{display:flex;flex-direction:column;gap:6px;text-align:left}.contact-grid input[type=text],.contact-grid input[type=email]{padding:8px 10px;border-radius:6px;border:1px solid var(--border);min-width:240px}.comment-textarea{width:100%;min-height:120px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;resize:vertical;font-family:inherit;font-size:14px;line-height:1.4;background:var(--white);color:var(--text)}.comment-textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #005aa326}.actions{display:flex;justify-content:flex-end}button.primary{background:var(--blue);color:var(--white);border:none;padding:10px 16px;border-radius:8px;font-weight:600;cursor:pointer}button.primary:hover{background:#004a86}button.primary:disabled{background:#8fb6d6;cursor:not-allowed}.footer{margin-top:auto;text-align:center;padding:16px;color:var(--muted)}
