.ollo-registration{--ollo-navy:#001d37;--ollo-orange:#ff4d00;--ollo-ink:#17354d;--ollo-muted:#6b7f8f;--ollo-line:#dce4e9;--ollo-soft:#f5f8fa;max-width:1100px;margin:0 auto;color:var(--ollo-ink)}.ollo-registration *{box-sizing:border-box}.ollo-registration-form{display:grid;gap:18px}.ollo-reg-section{border:1px solid var(--ollo-line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(0,29,55,.045)}.ollo-reg-section-head{display:flex;gap:14px;align-items:flex-start;padding:20px 22px;border-bottom:1px solid #e8edf0;background:linear-gradient(135deg,#fbfcfd,#f4f8fa)}.ollo-reg-section-head>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:var(--ollo-navy);color:#fff;font-size:12px;font-weight:800}.ollo-reg-section-head h3{margin:0 0 3px;color:var(--ollo-navy);font-size:20px;line-height:1.2}.ollo-reg-section-head p{margin:0;color:var(--ollo-muted);font-size:13px}.ollo-reg-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px;padding:22px}.ollo-reg-field{padding:22px}.ollo-reg-grid>.ollo-reg-field{padding:0}.ollo-reg-span-2{grid-column:1/-1}.ollo-reg-field label,.ollo-reg-field legend{display:block;margin:0 0 7px;color:var(--ollo-navy);font-weight:700;font-size:13px}.ollo-reg-field fieldset{margin:0;padding:0;border:0;min-width:0}.ollo-reg-field input[type=text],.ollo-reg-field input[type=email],.ollo-reg-field input[type=password],.ollo-reg-field input[type=tel],.ollo-reg-field input[type=url],.ollo-reg-field select,.ollo-reg-field textarea{width:100%;min-height:45px;padding:10px 12px;border:1px solid #cbd6dd;border-radius:9px;background:#fff;color:#17354d;font:inherit;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease}.ollo-reg-field textarea{min-height:118px;resize:vertical}.ollo-reg-field input:focus,.ollo-reg-field select:focus,.ollo-reg-field textarea:focus{outline:0;border-color:#607f98;box-shadow:0 0 0 3px rgba(0,29,55,.08)}.ollo-reg-help{display:flex;justify-content:space-between;gap:12px;margin:6px 0 0;color:var(--ollo-muted);font-size:11px;line-height:1.45}.ollo-required{color:#c63b00}.ollo-reg-inline{display:flex;gap:8px;align-items:stretch}.ollo-reg-inline input{min-width:0;flex:1}.ollo-reg-secondary,.ollo-reg-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;font:inherit;font-weight:800;cursor:pointer;text-decoration:none;transition:transform .15s ease,background .15s ease}.ollo-reg-secondary{padding:0 16px;background:#edf3f6;color:var(--ollo-navy);white-space:nowrap}.ollo-reg-secondary:hover{background:#e2ebf0}.ollo-reg-secondary:disabled{cursor:wait;opacity:.65}.ollo-reg-button{min-height:46px;padding:11px 22px;background:var(--ollo-orange);color:#fff}.ollo-reg-button:hover{background:#e84600;color:#fff;transform:translateY(-1px)}.ollo-abn-result{margin-top:8px;font-size:12px;font-weight:700}.ollo-abn-result.is-success{color:#237449}.ollo-abn-result.is-error{color:#a52d36}.ollo-abn-result.is-info{color:#49677e}.ollo-reg-choice-list,.ollo-reg-choice-grid{display:grid;gap:9px}.ollo-reg-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ollo-reg-choice-list label,.ollo-reg-choice-grid label,.ollo-reg-declarations>label,.ollo-reg-final-agreement{display:flex;gap:10px;align-items:flex-start;margin:0;padding:11px 12px;border:1px solid #dfe6ea;border-radius:10px;background:#fbfcfd;color:var(--ollo-ink);font-weight:500;cursor:pointer}.ollo-reg-choice-list input,.ollo-reg-choice-grid input,.ollo-reg-declarations input,.ollo-reg-final-agreement input{width:16px;height:16px;margin:2px 0 0;flex:0 0 16px}.ollo-reg-declarations{display:grid;gap:12px;padding:22px 22px 0}.ollo-reg-declarations strong{display:block;font-size:13px;line-height:1.45;color:var(--ollo-navy)}.ollo-reg-declarations small{display:block;margin-top:3px;color:var(--ollo-muted)}.ollo-reg-terms{margin:22px;padding:20px;border:1px solid #dfe6ea;border-radius:14px;background:var(--ollo-soft)}.ollo-reg-terms h4{margin:0 0 6px;color:var(--ollo-navy);font-size:16px}.ollo-reg-terms>p{margin:0 0 14px;color:var(--ollo-muted);font-size:12px;line-height:1.5}.ollo-reg-document-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ollo-reg-document-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 14px;border:1px solid #d5e0e6;border-radius:10px;background:#fff;color:var(--ollo-navy);font-weight:800;text-decoration:none}.ollo-reg-document-links a:hover{border-color:#aebfc9}.ollo-reg-document-links a small{padding:3px 7px;border-radius:999px;background:#eef3f6;color:#647987;font-size:10px}.ollo-reg-document-links a.is-viewed small{background:#e6f5eb;color:#237449}.ollo-reg-terms-status{margin:13px 0!important;font-weight:700}.ollo-reg-final-agreement{background:#fff}.ollo-reg-final-agreement.is-disabled{opacity:.55;cursor:not-allowed}.ollo-reg-submit{display:flex;align-items:center;gap:16px;padding:2px 0 8px}.ollo-reg-submit p{margin:0;color:var(--ollo-muted);font-size:12px}.ollo-reg-errors,.ollo-registration-success{padding:22px;border-radius:16px;background:#fff;border:1px solid var(--ollo-line);box-shadow:0 8px 24px rgba(0,29,55,.05)}.ollo-reg-errors{margin-bottom:18px;border-left:4px solid #b8323c;background:#fff8f8}.ollo-reg-errors strong{color:#8e242d}.ollo-reg-errors ul{margin:10px 0 0 20px}.ollo-registration-success{text-align:center;padding:34px}.ollo-registration-success h2{margin:8px 0;color:var(--ollo-navy)}.ollo-registration-success p{max-width:720px;margin:8px auto;color:var(--ollo-muted)}.ollo-reg-success-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0 auto;border-radius:50%;background:#e8f7ee;color:#237449;font-size:27px;font-weight:900}.ollo-reg-warning{color:#a52d36!important}.ollo-reg-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.ollo-reg-count>span:last-child{white-space:nowrap}.ollo-registration button:focus-visible,.ollo-registration a:focus-visible,.ollo-registration input:focus-visible,.ollo-registration select:focus-visible,.ollo-registration textarea:focus-visible{outline:3px solid rgba(255,77,0,.28);outline-offset:2px}@media(max-width:760px){.ollo-reg-grid{grid-template-columns:1fr}.ollo-reg-span-2{grid-column:auto}.ollo-reg-choice-grid,.ollo-reg-document-links{grid-template-columns:1fr}.ollo-reg-inline{flex-direction:column}.ollo-reg-secondary{min-height:42px}.ollo-reg-submit{align-items:flex-start;flex-direction:column}.ollo-reg-submit .ollo-reg-button{width:100%}}@media(max-width:480px){.ollo-reg-section-head,.ollo-reg-grid,.ollo-reg-field,.ollo-reg-declarations{padding-left:16px;padding-right:16px}.ollo-reg-terms{margin:16px}.ollo-reg-section-head h3{font-size:18px}}
