.CookiesContent-module__WROuiG__page{padding-top:6rem;padding-bottom:var(--spacing-section);background:var(--background-body);transition:background-color var(--transition-theme);min-height:100vh;position:relative}.CookiesContent-module__WROuiG__bgGlow{pointer-events:none;background:radial-gradient(circle,#2563eb0a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:30%;left:50%;transform:translate(-50%,-50%)}.CookiesContent-module__WROuiG__bgGrid{pointer-events:none;background-image:linear-gradient(#2563eb05 1px,#0000 1px),linear-gradient(90deg,#2563eb05 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 15%,#0000 70%);mask-image:radial-gradient(#000 15%,#0000 70%)}.CookiesContent-module__WROuiG__container{z-index:1;max-width:800px;margin:0 auto;position:relative}.CookiesContent-module__WROuiG__breadcrumb{font-size:var(--font-size-xs);color:var(--text-tertiary);transition:color var(--transition-fast);align-items:center;gap:.5rem;margin-bottom:2rem;text-decoration:none;display:inline-flex}.CookiesContent-module__WROuiG__breadcrumb:hover{color:var(--primary-light)}.CookiesContent-module__WROuiG__breadcrumb svg{width:.875rem;height:.875rem}.CookiesContent-module__WROuiG__header{margin-bottom:3rem}.CookiesContent-module__WROuiG__tag{border-radius:var(--border-radius-full);font-size:var(--font-size-xs);letter-spacing:.08em;text-transform:uppercase;color:#60a5fa;background:#2563eb14;border:1px solid #2563eb33;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.375rem 1rem;font-weight:700;display:inline-flex}.CookiesContent-module__WROuiG__tagDot{background:#60a5fa;border-radius:50%;width:.375rem;height:.375rem;box-shadow:0 0 6px #60a5fa}.CookiesContent-module__WROuiG__title{letter-spacing:-.02em;color:var(--text-primary);transition:color var(--transition-theme);margin-bottom:.75rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800;line-height:1.15}.CookiesContent-module__WROuiG__titleHighlight{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CookiesContent-module__WROuiG__lastUpdate{font-size:var(--font-size-xs);color:var(--text-tertiary);align-items:center;gap:.5rem;display:inline-flex}.CookiesContent-module__WROuiG__lastUpdate svg{width:.875rem;height:.875rem}.CookiesContent-module__WROuiG__contentCard{background:var(--background-card);border:1px solid var(--border-color-light);border-radius:var(--border-radius-2xl);transition:all var(--transition-theme);padding:2.5rem;position:relative;overflow:hidden}.CookiesContent-module__WROuiG__contentCard:before{content:"";background:var(--gradient-primary);opacity:.4;height:1px;position:absolute;top:0;left:0;right:0}.CookiesContent-module__WROuiG__section{margin-bottom:2rem}.CookiesContent-module__WROuiG__section:last-child{margin-bottom:0}.CookiesContent-module__WROuiG__sectionTitle{font-size:var(--font-size-lg);color:var(--text-primary);border-bottom:1px solid var(--border-color-light);transition:color var(--transition-theme);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-weight:700;display:flex}.CookiesContent-module__WROuiG__sectionIcon{width:1.25rem;height:1.25rem;color:var(--primary-light);flex-shrink:0}.CookiesContent-module__WROuiG__sectionText{font-size:var(--font-size-sm);color:var(--text-secondary);transition:color var(--transition-theme);line-height:1.9}.CookiesContent-module__WROuiG__sectionText p{margin-bottom:.75rem}.CookiesContent-module__WROuiG__sectionText p:last-child{margin-bottom:0}.CookiesContent-module__WROuiG__list{flex-direction:column;gap:.5rem;margin:.5rem 0;padding:0;list-style:none;display:flex}.CookiesContent-module__WROuiG__listItem{font-size:var(--font-size-sm);color:var(--text-secondary);transition:color var(--transition-theme);align-items:flex-start;gap:.625rem;line-height:1.7;display:flex}.CookiesContent-module__WROuiG__listDot{background:var(--primary-light);border-radius:50%;flex-shrink:0;width:.375rem;height:.375rem;margin-top:.6rem}.CookiesContent-module__WROuiG__highlight{color:var(--primary-light);font-weight:600}.CookiesContent-module__WROuiG__cookieTable{border-collapse:collapse;width:100%;font-size:var(--font-size-sm);margin:.5rem 0}.CookiesContent-module__WROuiG__cookieTable th{text-align:left;background:var(--background-darker);color:var(--primary-light);font-weight:700;font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border-color);padding:.75rem 1rem}.CookiesContent-module__WROuiG__cookieTable td{border-bottom:1px solid var(--border-color-light);color:var(--text-secondary);vertical-align:top;padding:.75rem 1rem}.CookiesContent-module__WROuiG__cookieTable tr:last-child td{border-bottom:none}.CookiesContent-module__WROuiG__cookieTable tr:hover td{background:#2563eb08}.CookiesContent-module__WROuiG__cookieName{color:var(--text-primary);font-weight:600;font-family:var(--font-mono);font-size:var(--font-size-xs)}.CookiesContent-module__WROuiG__durationBadge{border-radius:var(--border-radius-full);color:var(--primary-light);background:#2563eb1a;padding:.1875rem .5rem;font-size:.625rem;font-weight:600;display:inline-block}@media (max-width:768px){.CookiesContent-module__WROuiG__page{padding-top:5rem;padding-bottom:3rem}.CookiesContent-module__WROuiG__contentCard{border-radius:var(--border-radius-xl);padding:2rem}.CookiesContent-module__WROuiG__title{font-size:clamp(1.5rem,5vw,2rem)}.CookiesContent-module__WROuiG__cookieTable{font-size:var(--font-size-xs)}.CookiesContent-module__WROuiG__cookieTable th,.CookiesContent-module__WROuiG__cookieTable td{padding:.5rem .75rem}}@media (max-width:600px){.CookiesContent-module__WROuiG__cookieTable{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.CookiesContent-module__WROuiG__cookieTable th,.CookiesContent-module__WROuiG__cookieTable td{white-space:nowrap;min-width:120px}.CookiesContent-module__WROuiG__cookieTable td:last-child{min-width:180px}}@media (max-width:480px){.CookiesContent-module__WROuiG__page{padding-top:4.5rem;padding-bottom:2.5rem}.CookiesContent-module__WROuiG__contentCard{padding:1.5rem 1.25rem}.CookiesContent-module__WROuiG__sectionTitle{font-size:var(--font-size-base)}}
