.accept-terms-page{background:var(--bg-color);flex-direction:column;min-height:100vh;padding:0;display:flex}.accept-terms-container{background:var(--bg-color);width:100%;max-width:800px;min-height:100vh;color:var(--text-color);flex-direction:column;margin:0 auto;display:flex}.accept-terms-header{text-align:center;background:var(--bg-color);border-bottom:1px solid var(--glass-border);z-index:10;-webkit-backdrop-filter:blur(20px);flex-shrink:0;padding:2rem 1.5rem 1.5rem;position:sticky;top:0}.accept-terms-logo{margin-bottom:1rem}.accept-terms-logo img{border-radius:var(--radius-md);width:64px;height:64px;box-shadow:var(--shadow-md)}.accept-terms-header h1{color:var(--text-color);margin:0 0 .75rem;font-size:1.75rem;font-weight:700}.accept-terms-welcome{color:var(--text-color);margin:.5rem 0;font-size:1.125rem;font-weight:600}.accept-terms-subtitle{color:var(--text-secondary-color);max-width:600px;margin:.75rem auto;font-size:.9375rem;line-height:1.6}.accept-terms-last-updated{color:var(--text-muted);margin:.75rem 0 0;font-size:.8125rem;font-style:italic}.accept-terms-body{background:var(--bg-color);flex:1;padding:0;position:relative;overflow-y:auto}.accept-terms-scroll-hint{z-index:5;background:linear-gradient(to bottom,var(--bg-color)0%,var(--bg-color)80%,transparent 100%);padding:1rem 0 1.5rem;position:sticky;top:0}.scroll-indicator{text-align:center;background:var(--glass-bg);border:2px solid var(--warning-color);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);margin:0 1.5rem;padding:.875rem 1rem;animation:2s infinite pulse}.scroll-indicator span{color:var(--warning-color);font-size:.9375rem;font-weight:600}@keyframes pulse{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.85;transform:translateY(2px)}}.terms-content{padding:1.5rem 1.5rem 3rem}.terms-section{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--glass-border);box-shadow:var(--shadow-sm);margin-bottom:2rem;padding:1.5rem}.terms-section-title{color:#007aff;margin-bottom:.875rem;font-size:1.125rem;font-weight:700}.terms-section-content{color:#007aff;white-space:pre-line;font-size:.9375rem;line-height:1.7}.terms-end-marker{text-align:center;background:var(--glass-bg);border:2px solid var(--success-color);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-md);margin:1.5rem;padding:1.5rem}.terms-end-marker p{color:var(--success-color);margin:0;font-size:1.125rem;font-weight:700}.accept-terms-footer{border-top:1px solid var(--glass-border);background:var(--bg-color);-webkit-backdrop-filter:blur(20px);flex-shrink:0;padding:1.5rem;position:sticky;bottom:0;box-shadow:0 -4px 16px #0000000d}.accept-terms-error{background:var(--glass-bg);border:2px solid var(--danger-color);border-radius:var(--radius-md);color:var(--danger-color);text-align:center;-webkit-backdrop-filter:blur(10px);margin-bottom:1rem;padding:.875rem 1rem;font-size:.9375rem;font-weight:600}.accept-terms-checkbox-container{background:var(--bg-secondary);border:2px solid var(--glass-border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem;transition:all .2s}.accept-terms-checkbox-container:has(input:checked){border-color:var(--accent-color);background:var(--glass-bg)}.accept-terms-checkbox-label{cursor:pointer;color:var(--text-color);align-items:flex-start;gap:.75rem;font-size:.9375rem;font-weight:500;line-height:1.6;display:flex}.accept-terms-checkbox-label input[type=checkbox]{cursor:pointer;width:20px;height:20px;accent-color:var(--accent-color);flex-shrink:0;margin-top:.25rem}.accept-terms-checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;opacity:.4}.btn-accept-terms{border-radius:var(--radius-md);cursor:pointer;background:var(--accent-color);color:#fff;width:100%;box-shadow:var(--shadow-md);border:none;padding:1rem 1.5rem;font-family:Agrandir,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-accept-terms:hover:not(:disabled){background:var(--accent-hover);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.btn-accept-terms:active:not(:disabled){box-shadow:var(--shadow-sm);transform:translateY(0)}.btn-accept-terms:disabled{background:var(--text-muted);color:var(--bg-color);cursor:not-allowed;box-shadow:none;opacity:.5;transform:none}.accept-terms-warning{text-align:center;color:var(--text-muted);margin:1rem 0 0;font-size:.8125rem;font-weight:500}.accept-terms-body::-webkit-scrollbar{width:8px}.accept-terms-body::-webkit-scrollbar-track{background:0 0}.accept-terms-body::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.accept-terms-body::-webkit-scrollbar-thumb:hover{background:var(--text-secondary-color)}@media (max-width:768px){.accept-terms-page{padding:0}.accept-terms-container{max-width:100%}.accept-terms-header{padding:1.5rem 1rem 1rem}.accept-terms-logo{margin-bottom:.75rem}.accept-terms-logo img{width:56px;height:56px}.accept-terms-header h1{font-size:1.5rem}.accept-terms-welcome{font-size:1rem}.accept-terms-subtitle{font-size:.875rem}.accept-terms-last-updated{font-size:.75rem}.scroll-indicator{margin:0 1rem;padding:.75rem}.scroll-indicator span{font-size:.875rem}.terms-content{padding:1rem}.terms-section{margin-bottom:1.5rem;padding:1.25rem}.terms-section-title{margin-bottom:.75rem;font-size:1rem}.terms-section-content{font-size:.875rem;line-height:1.6}.terms-end-marker{margin:1rem;padding:1.25rem}.terms-end-marker p{font-size:1rem}.accept-terms-footer{padding:1rem}.accept-terms-checkbox-container{margin-bottom:.875rem;padding:.875rem}.accept-terms-checkbox-label{font-size:.875rem}.accept-terms-checkbox-label input[type=checkbox]{width:18px;height:18px}.btn-accept-terms{padding:.875rem 1rem;font-size:1rem}.accept-terms-warning{margin-top:.75rem;font-size:.75rem}.accept-terms-error{padding:.75rem;font-size:.875rem}}@media (min-width:769px) and (max-width:1024px){.accept-terms-container{max-width:700px}.terms-content,.terms-section{padding:1.25rem}}
