.modal-panel-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;visibility:hidden}.modal-panel-wrapper[data-open]{visibility:visible}.mp-prelayers{z-index:1}.mp-prelayer,.mp-prelayers{position:absolute;top:0;left:0;right:0;bottom:0}.mp-prelayer{width:100%;height:100%}.modal-panel-panel{position:fixed;top:0;left:0;bottom:0;width:100%;background:var(--surface);border-right:1px solid var(--glass-border,rgba(255,255,255,.22));box-shadow:var(--shadow-glass,0 1px 0 1px rgba(255,255,255,.15) inset,0 8px 30px rgba(0,0,0,.35));backdrop-filter:blur(var(--blur-glass-backdrop,12px));z-index:2}.mp-panel-inner{position:relative;height:100vh;display:flex;flex-direction:column}.mp-close-button-layer{position:fixed;top:clamp(.5rem,2vw,1rem);right:clamp(.5rem,2vw,1rem);z-index:10000;pointer-events:auto}.mp-close-button{width:clamp(40px,10vw,44px);height:clamp(40px,10vw,44px);border:none;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:clamp(14px,3vw,18px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:inset 0 1px 0 1px rgba(255,255,255,.15),0 8px 30px rgba(0,0,0,.35);min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent}.mp-close-button:hover{background:rgba(255,255,255,.15);transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.18)}.mp-close-button:active{background:rgba(255,255,255,.2);transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.25)}.mp-close-button:focus-visible{outline:2px solid #FF8C42;outline-offset:3px}.mp-close-icon{width:clamp(16px,4vw,20px);height:clamp(16px,4vw,20px);stroke:var(--text-strong,#2C3E3A);stroke-width:1.75;transition:stroke .3s ease}.mp-close-button:hover .mp-close-icon{stroke:#FF8C42}.mp-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:4rem 2rem 2rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-y}.mp-header{margin-bottom:2rem;text-align:center}.mp-title{font-size:var(--typography-scale-h1-size,clamp(28px,3vw,48px));font-weight:var(--typography-scale-h1-weight,700);line-height:var(--typography-scale-h1-leading,1.05);color:var(--text-strong);margin-bottom:.5rem;font-family:var(--font-display)}.mp-last-updated{font-size:var(--typography-scale-caption-size,13px);font-weight:var(--typography-scale-caption-weight,500);color:var(--text-muted);margin:0}@media (max-width:768px){.mp-content{padding:3.5rem 1.5rem 1.5rem}.mp-close-button{top:1rem;width:2.5rem;height:2.5rem}.mp-close-icon{width:1.25rem;height:1.25rem}.mp-title{font-size:clamp(24px,4vw,32px)}}@media (max-width:480px){.mp-content{padding:2.5rem 1rem 1rem}.mp-close-button{top:.75rem;width:2rem;height:2rem}.mp-close-icon{width:1rem;height:1rem}.mp-title{font-size:20px}}.mp-content::-webkit-scrollbar{width:6px}.mp-content::-webkit-scrollbar-track{background:var(--muted);border-radius:3px}.mp-content::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.mp-content::-webkit-scrollbar-thumb:hover{background:var(--primary)}@media print{.modal-panel-wrapper{position:static;background:white}.mp-close-button{display:none}.modal-panel-panel{box-shadow:none;border:1px solid #ccc}.mp-content{overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-y}.mp-close-button{width:40px;height:40px}.mp-close-icon{width:18px;height:18px}}@media (min-width:768px){.mp-close-button{min-width:48px;min-height:48px}.mp-close-button-layer{top:clamp(.75rem,3vw,1.25rem);right:clamp(.75rem,3vw,1.25rem)}}.privacy-policy-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;visibility:hidden}.privacy-policy-wrapper[data-open]{visibility:visible}.pp-prelayers{z-index:1}.pp-prelayer,.pp-prelayers{position:absolute;top:0;left:0;right:0;bottom:0}.pp-prelayer{width:100%;height:100%}.privacy-policy-panel{position:fixed;top:0;left:0;bottom:0;width:100%;background:var(--surface);border-right:1px solid var(--glass-border,rgba(255,255,255,.22));box-shadow:var(--shadow-glass,0 1px 0 1px rgba(255,255,255,.15) inset,0 8px 30px rgba(0,0,0,.35));backdrop-filter:blur(var(--blur-glass-backdrop,12px));z-index:2}.pp-panel-inner{position:relative;height:100vh;display:flex;flex-direction:column}.pp-close-button-layer{position:fixed;top:clamp(.5rem,2vw,1rem);right:clamp(.5rem,2vw,1rem);z-index:10000;pointer-events:auto}.pp-close-button{width:clamp(40px,10vw,44px);height:clamp(40px,10vw,44px);border:none;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:clamp(14px,3vw,18px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:inset 0 1px 0 1px rgba(255,255,255,.15),0 8px 30px rgba(0,0,0,.35);min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent}.pp-close-button:hover{background:rgba(255,255,255,.15);transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.18)}.pp-close-button:active{background:rgba(255,255,255,.2);transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.25)}.pp-close-button:focus-visible{outline:2px solid #FF8C42;outline-offset:3px}.pp-close-icon{width:clamp(16px,4vw,20px);height:clamp(16px,4vw,20px);stroke:var(--text-strong,#2C3E3A);stroke-width:1.75;transition:stroke .3s ease}.pp-close-button:hover .pp-close-icon{stroke:#FF8C42}.pp-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:4rem 2rem 2rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-y}.pp-header{margin-bottom:2rem;text-align:center}.pp-title{font-size:var(--typography-scale-h1-size,clamp(28px,3vw,48px));font-weight:var(--typography-scale-h1-weight,700);line-height:var(--typography-scale-h1-leading,1.05);color:var(--text-strong);margin-bottom:.5rem;font-family:var(--font-display)}.pp-last-updated{font-size:var(--typography-scale-caption-size,13px);font-weight:var(--typography-scale-caption-weight,500);color:var(--text-muted);margin:0}.pp-intro{margin-bottom:2rem;padding:1.5rem;background:var(--muted);border-radius:var(--radius-md,14px);border-left:4px solid var(--primary)}.pp-intro-text{font-size:var(--typography-scale-body-lg-size,18px);font-weight:var(--typography-scale-body-lg-weight,400);line-height:var(--typography-scale-body-lg-leading,1.6);color:var(--text-default);margin:0}.pp-sections{display:flex;flex-direction:column;gap:2rem}.pp-section{padding:1.5rem;background:var(--surface);border-radius:var(--radius-md,14px);border:1px solid var(--glass-border,rgba(255,255,255,.22));box-shadow:var(--shadow-card,0 8px 24px rgba(0,0,0,.18))}.pp-section-title{font-size:var(--typography-scale-h3-size,22px);font-weight:var(--typography-scale-h3-weight,600);line-height:var(--typography-scale-h3-leading,1.2);color:var(--text-strong);margin-bottom:1rem;font-family:var(--font-display)}.pp-section-content{font-size:var(--typography-scale-body-size,16px);font-weight:var(--typography-scale-body-weight,400);line-height:var(--typography-scale-body-leading,1.65);color:var(--text-default);margin-bottom:1rem}.pp-section-content:last-child{margin-bottom:0}.pp-list{margin:1rem 0;padding-left:1.5rem}.pp-list-item{font-size:var(--typography-scale-body-size,16px);font-weight:var(--typography-scale-body-weight,400);line-height:var(--typography-scale-body-leading,1.65);color:var(--text-default);margin-bottom:.5rem}.pp-list-item:last-child{margin-bottom:0}.pp-contact-email{font-size:var(--typography-scale-body-lg-size,18px);font-weight:var(--typography-scale-body-lg-weight,400);line-height:var(--typography-scale-body-lg-leading,1.6);color:var(--primary);margin:1rem 0 0;padding:1rem;background:var(--muted);border-radius:var(--radius-md,14px);border:1px solid var(--primary);text-align:center}@media (max-width:768px){.pp-content{padding:3.5rem 1.5rem 1.5rem}.pp-close-button{top:1rem;width:2.5rem;height:2.5rem}.pp-close-icon{width:1.25rem;height:1.25rem}.pp-title{font-size:clamp(24px,4vw,32px)}.pp-section{padding:1rem}.pp-section-title{font-size:18px}.pp-intro{padding:1rem}.pp-intro-text{font-size:16px}}@media (max-width:480px){.pp-content{padding:2.5rem 1rem 1rem}.pp-close-button{top:.75rem;width:2rem;height:2rem}.pp-close-icon{width:1rem;height:1rem}.pp-title{font-size:20px}.pp-section-title{font-size:16px}.pp-intro-text,.pp-list-item,.pp-section-content{font-size:14px}.pp-contact-email{font-size:16px}}.pp-content::-webkit-scrollbar{width:6px}.pp-content::-webkit-scrollbar-track{background:var(--muted);border-radius:3px}.pp-content::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.pp-content::-webkit-scrollbar-thumb:hover{background:var(--primary)}.pp-section:focus-within{outline:2px solid var(--primary);outline-offset:2px}@media print{.privacy-policy-wrapper{position:static;background:white}.pp-close-button{display:none}.privacy-policy-panel{box-shadow:none;border:1px solid #ccc}.pp-content{overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-y}.pp-close-button{width:40px;height:40px}.pp-close-icon{width:18px;height:18px}}@media (min-width:768px){.pp-close-button{min-width:48px;min-height:48px}.pp-close-button-layer{top:clamp(.75rem,3vw,1.25rem);right:clamp(.75rem,3vw,1.25rem)}}.terms-of-service-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;visibility:hidden}.terms-of-service-wrapper[data-open]{visibility:visible}.tos-prelayers{z-index:1}.tos-prelayer,.tos-prelayers{position:absolute;top:0;left:0;right:0;bottom:0}.tos-prelayer{width:100%;height:100%}.terms-of-service-panel{position:fixed;top:0;left:0;bottom:0;width:100%;background:var(--surface);border-right:1px solid var(--glass-border,rgba(255,255,255,.22));box-shadow:var(--shadow-glass,0 1px 0 1px rgba(255,255,255,.15) inset,0 8px 30px rgba(0,0,0,.35));backdrop-filter:blur(var(--blur-glass-backdrop,12px));z-index:2}.tos-panel-inner{position:relative;height:100vh;display:flex;flex-direction:column}.tos-close-button-layer{position:fixed;top:clamp(.5rem,2vw,1rem);right:clamp(.5rem,2vw,1rem);z-index:10000;pointer-events:auto}.tos-close-button{width:clamp(40px,10vw,44px);height:clamp(40px,10vw,44px);border:none;background:rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:clamp(14px,3vw,18px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:inset 0 1px 0 1px rgba(255,255,255,.15),0 8px 30px rgba(0,0,0,.35);min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent}.tos-close-button:hover{background:rgba(255,255,255,.15);transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.18)}.tos-close-button:active{background:rgba(255,255,255,.2);transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,.25)}.tos-close-button:focus-visible{outline:2px solid #FF8C42;outline-offset:3px}.tos-close-icon{width:clamp(16px,4vw,20px);height:clamp(16px,4vw,20px);stroke:var(--text-strong,#2C3E3A);stroke-width:1.75;transition:stroke .3s ease}.tos-close-button:hover .tos-close-icon{stroke:#FF8C42}.tos-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:4rem 2rem 2rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-y}.tos-header{margin-bottom:2rem;text-align:center}.tos-title{font-size:var(--typography-scale-h1-size,clamp(28px,3vw,48px));font-weight:var(--typography-scale-h1-weight,700);line-height:var(--typography-scale-h1-leading,1.05);color:var(--text-strong);margin-bottom:.5rem;font-family:var(--font-display)}.tos-last-updated{font-size:var(--typography-scale-caption-size,13px);font-weight:var(--typography-scale-caption-weight,500);color:var(--text-muted);margin:0}.tos-intro{margin-bottom:2rem;padding:1.5rem;background:var(--muted);border-radius:var(--radius-md,14px);border-left:4px solid var(--primary)}.tos-intro-text{font-size:var(--typography-scale-body-lg-size,18px);font-weight:var(--typography-scale-body-lg-weight,400);line-height:var(--typography-scale-body-lg-leading,1.6);color:var(--text-default);margin:0 0 1rem}.tos-privacy-link{font-weight:var(--typography-scale-body-weight,500);color:var(--primary);margin:0 0 1rem;background:rgba(var(--primary-rgb),.1);border-radius:var(--radius-sm,8px);border:1px solid var(--primary)}.tos-disclaimer,.tos-privacy-link{font-size:var(--typography-scale-body-size,16px);line-height:var(--typography-scale-body-leading,1.65);padding:.75rem}.tos-disclaimer{font-weight:var(--typography-scale-body-weight,600);color:var(--text-strong);margin:0;background:rgba(var(--warning-rgb,255,193,7),.1);border-radius:var(--radius-sm,8px);border:1px solid var(--warning,#ffc107)}.tos-sections{display:flex;flex-direction:column;gap:2rem}.tos-section{padding:1.5rem;background:var(--surface);border-radius:var(--radius-md,14px);border:1px solid var(--glass-border,rgba(255,255,255,.22));box-shadow:var(--shadow-card,0 8px 24px rgba(0,0,0,.18))}.tos-section-title{font-size:var(--typography-scale-h3-size,22px);font-weight:var(--typography-scale-h3-weight,600);line-height:var(--typography-scale-h3-leading,1.2);color:var(--text-strong);margin-bottom:1rem;font-family:var(--font-display)}.tos-section-content{font-size:var(--typography-scale-body-size,16px);font-weight:var(--typography-scale-body-weight,400);line-height:var(--typography-scale-body-leading,1.65);color:var(--text-default);margin-bottom:1rem}.tos-section-content:last-child{margin-bottom:0}.tos-list{margin:1rem 0;padding-left:1.5rem}.tos-list-item{font-size:var(--typography-scale-body-size,16px);font-weight:var(--typography-scale-body-weight,400);line-height:var(--typography-scale-body-leading,1.65);color:var(--text-default);margin-bottom:.5rem}.tos-list-item:last-child{margin-bottom:0}.tos-contact-email{font-size:var(--typography-scale-body-lg-size,18px);font-weight:var(--typography-scale-body-lg-weight,400);line-height:var(--typography-scale-body-lg-leading,1.6);color:var(--primary);margin:1rem 0 0;padding:1rem;background:var(--muted);border-radius:var(--radius-md,14px);border:1px solid var(--primary);text-align:center}@media (max-width:768px){.tos-content{padding:3.5rem 1.5rem 1.5rem}.tos-close-button{top:1rem;width:2.5rem;height:2.5rem}.tos-close-icon{width:1.25rem;height:1.25rem}.tos-title{font-size:clamp(24px,4vw,32px)}.tos-section{padding:1rem}.tos-section-title{font-size:18px}.tos-intro{padding:1rem}.tos-intro-text{font-size:16px}}@media (max-width:480px){.tos-content{padding:2.5rem 1rem 1rem}.tos-close-button{top:.75rem;width:2rem;height:2rem}.tos-close-icon{width:1rem;height:1rem}.tos-title{font-size:20px}.tos-section-title{font-size:16px}.tos-intro-text,.tos-list-item,.tos-section-content{font-size:14px}.tos-contact-email{font-size:16px}}.tos-content::-webkit-scrollbar{width:6px}.tos-content::-webkit-scrollbar-track{background:var(--muted);border-radius:3px}.tos-content::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}.tos-content::-webkit-scrollbar-thumb:hover{background:var(--primary)}.tos-section:focus-within{outline:2px solid var(--primary);outline-offset:2px}@media print{.terms-of-service-wrapper{position:static;background:white}.tos-close-button{display:none}.terms-of-service-panel{box-shadow:none;border:1px solid #ccc}.tos-content{overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;touch-action:pan-y}.tos-close-button{width:40px;height:40px}.tos-close-icon{width:18px;height:18px}}@media (min-width:768px){.tos-close-button{min-width:48px;min-height:48px}.tos-close-button-layer{top:clamp(.75rem,3vw,1.25rem);right:clamp(.75rem,3vw,1.25rem)}}