:root{--bg-deep:#f4f6fb;--bg-surface:#fff;--bg-card:#eef1f8;--bg-card-hover:#e4e8f2;--border-subtle:#dfe3ec;--border-focus:#b8bfd4;--text-high:#0f1118;--text-med:#4b5063;--text-low:#767b8f;--accent-main:#6366f1;--accent-glow:rgba(99,102,241,.22);--accent-light:#4f46e5;--risk-critical:#ef4444;--risk-warn:#d97706;--risk-safe:#059669;--radius-sm:8px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--shadow-md:0 4px 24px rgba(15,17,24,.08);--shadow-glow:0 0 30px var(--accent-glow);--transition:0.28s cubic-bezier(0.16,1,0.3,1);--nav-bg:hsla(0,0%,100%,.88);--input-focus-bg:#fff;--input-inset-shadow:rgba(0,0,0,.06);--card-text-muted:#3d4252;--side-card-bg:hsla(0,0%,100%,.82);--live-item-border:rgba(15,17,24,.08);--tech-row-border:rgba(15,17,24,.08);--nav-status-bg:rgba(99,102,241,.1);--upload-zone-bg:rgba(99,102,241,.05);--chip-bg:rgba(99,102,241,.08);--btn-action-bg:rgba(15,17,24,.04);--signal-item-bg:rgba(15,17,24,.04);--badge-bg:rgba(15,17,24,.05);--badge-border:rgba(15,17,24,.1);--ela-label-bg:rgba(15,17,24,.06);--nav-item-hover:rgba(99,102,241,.1);--nav-item-active-inset:hsla(0,0%,100%,.9);--analysis-card-shine:rgba(99,102,241,.2);--btn-primary-hover-bg:#2a2d3a;--btn-primary-hover-shadow:rgba(15,17,24,.15);--tag-danger-text:#b91c1c;--tag-warn-text:#b45309;--error-box-text:#b91c1c;--theme-toggle-track:#e4e8f2;--theme-toggle-border:#cfd6e6;--theme-toggle-thumb:#fff;--theme-overlay-z:9998}[data-theme=dark]{--bg-deep:#030305;--bg-surface:#0a0a0f;--bg-card:#12121a;--bg-card-hover:#181828;--border-subtle:#1e1e2e;--border-focus:#3d3d6b;--text-high:#fff;--text-med:#a1a1b5;--text-low:#6b6b80;--accent-main:#6366f1;--accent-glow:rgba(99,102,241,.18);--accent-light:#818cf8;--risk-critical:#ef4444;--risk-warn:#f59e0b;--risk-safe:#10b981;--shadow-md:0 4px 24px rgba(0,0,0,.5);--shadow-glow:0 0 30px var(--accent-glow);--nav-bg:rgba(3,3,5,.85);--input-focus-bg:#14141f;--input-inset-shadow:rgba(0,0,0,.25);--card-text-muted:#c8c8dd;--side-card-bg:rgba(10,10,15,.6);--live-item-border:hsla(0,0%,100%,.035);--tech-row-border:hsla(0,0%,100%,.04);--nav-status-bg:hsla(0,0%,100%,.03);--upload-zone-bg:hsla(0,0%,100%,.01);--chip-bg:hsla(0,0%,100%,.03);--btn-action-bg:hsla(0,0%,100%,.04);--signal-item-bg:hsla(0,0%,100%,.02);--badge-bg:hsla(0,0%,100%,.03);--badge-border:hsla(0,0%,100%,.06);--ela-label-bg:rgba(0,0,0,.3);--nav-item-hover:hsla(0,0%,100%,.03);--nav-item-active-inset:hsla(0,0%,100%,.04);--analysis-card-shine:rgba(99,102,241,.35);--btn-primary-hover-bg:#e8e8f0;--btn-primary-hover-shadow:hsla(0,0%,100%,.12);--tag-danger-text:#fca5a5;--tag-warn-text:#fde68a;--error-box-text:#fca5a5;--theme-toggle-track:#1e1e2e;--theme-toggle-border:#2d2d44;--theme-toggle-thumb:#2a2a3a}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg-deep);color:var(--text-med);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;min-height:100svh;display:flex;flex-direction:column;overflow-x:hidden;background-image:radial-gradient(ellipse at 70% 0,rgba(99,102,241,.09),transparent 55%),radial-gradient(ellipse at 20% 100%,rgba(16,185,129,.06),transparent 45%);-webkit-font-smoothing:antialiased}[data-theme=dark] body{background-image:radial-gradient(ellipse at 70% 0,rgba(99,102,241,.07),transparent 55%),radial-gradient(ellipse at 20% 100%,rgba(16,185,129,.04),transparent 45%)}@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");.theme-transition-overlay{position:fixed;inset:0;z-index:var(--theme-overlay-z);pointer-events:none;opacity:0;transition:opacity .12s ease}.theme-transition-overlay.is-active{pointer-events:auto;opacity:1}.theme-toggle{position:relative;flex-shrink:0;border:none;padding:0;background:transparent;cursor:pointer;border-radius:99px;line-height:0}.theme-toggle:focus-visible{outline:2px solid var(--accent-main);outline-offset:3px}.theme-toggle-track{display:flex;align-items:center;width:56px;height:30px;border-radius:99px;background:var(--theme-toggle-track);border:1px solid var(--theme-toggle-border);position:relative;transition:background var(--transition),border-color var(--transition)}.theme-toggle-icons{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 8px;pointer-events:none}.theme-toggle-icons svg{width:14px;height:14px;color:var(--text-low);transition:color var(--transition)}.theme-toggle[data-dark=true] .theme-toggle-icons .theme-icon-sun{color:var(--text-low);opacity:.45}.theme-toggle[data-dark=true] .theme-toggle-icons .theme-icon-moon{color:var(--accent-light);opacity:1}.theme-toggle[data-dark=false] .theme-toggle-icons .theme-icon-sun{color:#f59e0b;opacity:1}.theme-toggle[data-dark=false] .theme-toggle-icons .theme-icon-moon{color:var(--text-low);opacity:.45}.theme-toggle-thumb{position:absolute;width:24px;height:24px;border-radius:50%;background:var(--theme-toggle-thumb);box-shadow:0 2px 8px rgba(0,0,0,.15);left:3px;top:50%;transform:translateY(-50%);transition:transform .35s cubic-bezier(.34,1.56,.64,1),background var(--transition)}.theme-toggle[data-dark=true] .theme-toggle-thumb{transform:translate(26px,-50%)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-surface)}::-webkit-scrollbar-thumb{background:var(--border-focus);border-radius:4px}:focus-visible{outline:2px solid var(--accent-main);outline-offset:3px;border-radius:4px}.navbar{height:64px;border-bottom:1px solid var(--border-subtle);background:var(--nav-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);justify-content:space-between;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.brand,.navbar{display:flex;align-items:center}.brand{gap:.7rem;color:var(--text-high);font-weight:700;font-size:1.1rem;letter-spacing:-.02em;text-decoration:none}.brand-icon{width:32px;height:32px;background:linear-gradient(135deg,var(--accent-main),#4f46e5);border-radius:9px;display:grid;place-items:center;box-shadow:0 0 20px var(--accent-glow);flex-shrink:0}.brand-icon svg{width:17px;height:17px;color:#fff}.nav-right{gap:1rem}.nav-right,.nav-status{display:flex;align-items:center}.nav-status{gap:.45rem;font-size:.78rem;font-weight:500;color:var(--text-low);padding:.35rem .9rem;border-radius:99px;background:var(--nav-status-bg);border:1px solid var(--border-subtle)}.nav-status:before{content:"";width:6px;height:6px;background:var(--risk-safe);border-radius:50%;box-shadow:0 0 8px var(--risk-safe)}.nav-link{font-size:.82rem;color:var(--text-low);text-decoration:none;transition:color var(--transition)}.nav-link:hover{color:var(--text-med)}.doc-layout{max-width:760px;margin:3rem auto;padding:0 1.5rem}.doc-tag{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--accent-light);font-weight:600;margin-bottom:.75rem}.doc-title{font-size:2rem;font-weight:700;color:var(--text-high);letter-spacing:-.03em;margin-bottom:.5rem}.doc-date{font-size:.82rem;color:var(--text-low);margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-subtle)}.doc-section{margin-bottom:2rem}.doc-h2{font-size:1.1rem;font-weight:700;color:var(--text-high);margin-bottom:.85rem;display:flex;align-items:center;gap:.5rem}.doc-h2:before{content:"";width:3px;height:1.1rem;background:var(--accent-main);border-radius:2px}.doc-p{font-size:.92rem;color:var(--text-med);line-height:1.75;margin-bottom:.75rem}.doc-ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin:.75rem 0}.doc-ul li{font-size:.9rem;color:var(--text-med);padding-left:1.25rem;position:relative;line-height:1.5}.doc-ul li:before{content:"›";position:absolute;left:0;color:var(--accent-main);font-weight:700}.highlight-box{background:rgba(99,102,241,.07);border:1px solid rgba(99,102,241,.2);border-left:3px solid var(--accent-main);border-radius:var(--radius-sm);padding:1rem 1.25rem;font-size:.88rem;color:var(--text-med);margin:1rem 0;line-height:1.65}.back-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent-light);text-decoration:none;font-size:.85rem;margin-bottom:1.5rem;transition:color var(--transition)}.back-link:hover{color:var(--text-high)}.doc-footer-links{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-subtle);display:flex;gap:1rem;flex-wrap:wrap}.doc-footer-links a{font-size:.85rem;text-decoration:none}.doc-footer-links a.primary{color:var(--accent-light)}.doc-footer-links a.secondary{color:var(--text-low)}.doc-external-link{color:var(--accent-light);text-decoration:none}.doc-external-link:hover{text-decoration:underline}.layout{display:grid;grid-template-columns:240px 1fr 290px;grid-gap:1.75rem;gap:1.75rem;max-width:1480px;margin:0 auto;padding:2rem 1.5rem;flex:1 1;width:100%}@media (max-width:1180px){.layout{grid-template-columns:220px 1fr}.right-panel{display:none!important}}@media (max-width:860px){.layout{grid-template-columns:1fr;padding:1rem}.sidebar{display:none!important}}.sidebar{display:flex;flex-direction:column;gap:.4rem;padding-top:.5rem}.sidebar-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-low);font-weight:600;padding:0 1rem;margin-bottom:.35rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem;border-radius:var(--radius-md);color:var(--text-med);font-size:.88rem;font-weight:500;cursor:pointer;border:1px solid transparent;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nav-item,.nav-item svg{transition:var(--transition)}.nav-item svg{width:17px;height:17px;opacity:.65}.nav-item:hover{color:var(--text-high);background:var(--nav-item-hover)}.nav-item.active{color:var(--text-high);background:var(--bg-card);border-color:var(--border-subtle);box-shadow:var(--shadow-md),inset 0 1px 0 var(--nav-item-active-inset)}.nav-item.active svg{opacity:1;color:var(--accent-light)}.nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:38%;background:var(--accent-main);border-radius:0 4px 4px 0;box-shadow:0 0 10px rgba(99,102,241,.5)}.main-panel{display:flex;flex-direction:column;gap:1.75rem;min-width:0}.hero{margin-bottom:.5rem}.hero-label{display:inline-block;font-size:.72rem;color:var(--accent-light);text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin-bottom:.6rem}.hero-title{font-size:clamp(1.6rem,3.5vw,2.1rem);font-weight:700;color:var(--text-high);letter-spacing:-.03em;line-height:1.2;margin-bottom:.6rem}.hero-desc{font-size:1rem;max-width:600px}.analysis-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:clamp(1.5rem,4vw,2.5rem);position:relative;box-shadow:var(--shadow-md);overflow:hidden}.analysis-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--analysis-card-shine),transparent)}.input-zone{display:flex;flex-direction:column;gap:1.1rem}.input-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.input-label{font-size:.88rem;font-weight:600;color:var(--text-high)}.input-field{width:100%;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1.1rem 1.25rem;color:var(--text-high);font-size:.97rem;font-family:inherit;outline:none;transition:var(--transition);box-shadow:inset 0 2px 6px var(--input-inset-shadow)}textarea.input-field{resize:vertical;min-height:130px}.input-field:focus{border-color:var(--accent-main);box-shadow:0 0 0 3px var(--accent-glow),inset 0 2px 6px var(--input-inset-shadow);background:var(--input-focus-bg)}.input-field::placeholder{color:var(--text-low)}.upload-zone{border:2px dashed var(--border-subtle);border-radius:var(--radius-md);padding:3rem 2rem;text-align:center;background:var(--upload-zone-bg);cursor:pointer;transition:var(--transition)}.upload-zone.dragging,.upload-zone:hover{border-color:var(--accent-light);background:rgba(99,102,241,.1)}.upload-icon{width:52px;height:52px;margin:0 auto 1rem;background:var(--bg-card);border-radius:50%;display:grid;place-items:center;color:var(--text-low);box-shadow:var(--shadow-md)}.upload-icon svg{width:22px;height:22px}.upload-title{color:var(--text-high);font-weight:600;margin-bottom:.4rem}.upload-sub{font-size:.83rem;color:var(--text-low)}.chip-group{display:flex;flex-wrap:wrap;gap:.45rem}.chip{font-size:.75rem;background:var(--chip-bg);border:1px solid var(--border-subtle);padding:.3rem .75rem;border-radius:6px;color:var(--text-med);cursor:pointer;transition:var(--transition);display:flex;align-items:center;gap:.35rem}.chip:hover{background:var(--bg-card-hover);color:var(--text-high);border-color:var(--border-focus)}.btn{border:none;border-radius:var(--radius-sm);font-family:inherit;font-weight:600;cursor:pointer;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.btn-primary{background:var(--text-high);color:var(--bg-deep);padding:.95rem 2rem;font-size:.95rem;align-self:flex-start}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px var(--btn-primary-hover-shadow);background:var(--btn-primary-hover-bg)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary svg{width:17px;height:17px}.btn-secondary{background:transparent;color:var(--text-med);border:1px solid var(--border-subtle);padding:.5rem 1rem;font-size:.83rem}.btn-secondary:hover{background:var(--bg-card-hover);color:var(--text-high)}.btn-action{background:var(--btn-action-bg);color:var(--text-med);border:1px solid var(--border-subtle);padding:.7rem 1rem;font-size:.83rem;border-radius:var(--radius-sm);width:100%;text-align:left;justify-content:flex-start;gap:.6rem}.btn-action:hover{background:rgba(99,102,241,.12);color:var(--text-high);border-color:var(--border-focus)}.btn-action svg{width:15px;height:15px;color:var(--accent-light);flex-shrink:0}.loading-zone{display:flex;flex-direction:column;gap:1.75rem;padding:1rem 0}.loader-header{display:flex;align-items:center;gap:.85rem;color:var(--text-high);font-weight:500}.spinner{width:22px;height:22px;border:2px solid var(--border-subtle);border-top-color:var(--accent-main);border-radius:50%;animation:spin .85s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(1turn)}}.timeline{display:flex;flex-direction:column;gap:.85rem;padding-left:1.5rem;position:relative}.timeline:before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:2px;background:var(--border-subtle);border-radius:2px}.timeline-step{position:relative;font-size:.87rem;color:var(--text-low);transition:color var(--transition)}.timeline-step:before{content:"";position:absolute;left:-1.5rem;top:4px;width:12px;height:12px;border-radius:50%;background:var(--bg-card);border:2px solid var(--border-subtle);transition:var(--transition);z-index:2}.timeline-step.active{color:var(--accent-light);font-weight:500}.timeline-step.active:before{border-color:var(--accent-main);background:var(--accent-main);box-shadow:0 0 10px var(--accent-glow)}.timeline-step.done{color:var(--text-high)}.timeline-step.done:before{background:#4ade80;border-color:#4ade80}.result-zone{display:flex;flex-direction:column;gap:1.5rem;animation:fadeUp .4s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.result-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-subtle);flex-wrap:wrap}.score-block{display:flex;align-items:center;gap:1.25rem}.score-ring{width:68px;height:68px;border-radius:50%;display:grid;place-items:center;font-size:1.45rem;font-weight:700;border:3px solid var(--c,var(--risk-safe));color:var(--c,var(--risk-safe));background:var(--bg,rgba(16,185,129,.1));box-shadow:0 0 22px var(--glow,rgba(16,185,129,.2));flex-shrink:0}.score-meta{display:flex;flex-direction:column;gap:.2rem}.score-label{font-size:1.3rem;font-weight:700;color:var(--text-high)}.score-sub{font-size:.85rem}.cards-grid{display:flex;flex-direction:column;gap:1.1rem}.info-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1.35rem}.info-card.accent{border-left:3px solid var(--accent-main)}.card-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;color:var(--text-low);font-weight:600;margin-bottom:.85rem;display:flex;align-items:center;gap:.45rem}.card-title svg{width:13px;height:13px}.card-text{font-size:.92rem;color:var(--card-text-muted);line-height:1.65}.tag-grid{display:flex;flex-wrap:wrap;gap:.45rem}.tag{font-size:.78rem;padding:.28rem .75rem;border-radius:5px;font-weight:500;border:1px solid}.tag.danger{background:rgba(239,68,68,.1);color:var(--tag-danger-text);border-color:rgba(239,68,68,.25)}.tag.warn{background:rgba(245,158,11,.1);color:var(--tag-warn-text);border-color:rgba(245,158,11,.25)}.tag.neutral{background:var(--chip-bg);color:var(--text-med);border-color:var(--border-subtle)}.bullet-list{display:flex;flex-direction:column;gap:.6rem;list-style:none}.bullet-list li{font-size:.88rem;color:var(--text-med);display:flex;align-items:flex-start;gap:.65rem;line-height:1.5}.bullet-list li:before{content:"›";color:var(--accent-main);font-weight:700;flex-shrink:0;font-size:1rem}.signal-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:var(--radius-sm);background:var(--signal-item-bg);border:1px solid var(--border-subtle);margin-bottom:.6rem}.signal-item:last-child{margin-bottom:0}.signal-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}.signal-dot.critical{background:var(--risk-critical);box-shadow:0 0 8px var(--risk-critical)}.signal-dot.warn{background:var(--risk-warn);box-shadow:0 0 8px var(--risk-warn)}.signal-dot.info{background:var(--accent-light);box-shadow:0 0 8px var(--accent-glow)}.signal-name{font-size:.83rem;font-weight:600;color:var(--text-high);margin-bottom:.2rem}.signal-detail{font-size:.8rem;color:var(--text-med)}.action-grid{gap:.55rem}.action-grid,.right-panel{display:flex;flex-direction:column}.right-panel{gap:1.25rem}.side-card{background:var(--side-card-bg);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1.1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.side-title{font-size:.82rem;font-weight:600;color:var(--text-high);margin-bottom:.85rem;display:flex;align-items:center;gap:.45rem}.side-title svg{width:14px;height:14px;color:var(--accent-light)}.live-item{display:flex;gap:.65rem;padding-bottom:.65rem;margin-bottom:.65rem;border-bottom:1px solid var(--live-item-border);font-size:.78rem}.live-item:last-child{border:none;margin:0;padding:0}.live-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:5px}.live-dot.red{background:var(--risk-critical);box-shadow:0 0 7px var(--risk-critical)}.live-dot.yellow{background:var(--risk-warn);box-shadow:0 0 7px var(--risk-warn)}.badge-grid{display:flex;flex-wrap:wrap;gap:.4rem}.badge{font-size:.72rem;padding:.2rem .6rem;border-radius:4px;background:var(--badge-bg);border:1px solid var(--badge-border);color:var(--text-med)}.trust-list{font-size:.8rem;flex-direction:column}.trust-list,.trust-row{display:flex;gap:.45rem}.trust-row{align-items:center;color:var(--text-med)}.trust-row svg{width:13px;height:13px;color:var(--risk-safe);flex-shrink:0}.error-box{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.25);border-radius:var(--radius-md);padding:1rem 1.25rem;font-size:.88rem;color:var(--error-box-text);display:flex;align-items:flex-start;gap:.65rem}.error-box svg{width:16px;height:16px;flex-shrink:0;margin-top:1px}.divider{height:1px;background:var(--border-subtle);margin:.25rem 0}.ela-container{border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border-subtle);margin-top:.75rem}.ela-container img{width:100%;display:block}.ela-label{font-size:.72rem;color:var(--text-low);text-align:center;padding:.4rem;background:var(--ela-label-bg)}.tech-dl{margin:.35rem 0 0;font-size:.86rem}.tech-row{display:grid;grid-template-columns:minmax(7rem,32%) 1fr;grid-gap:.35rem .75rem;gap:.35rem .75rem;padding:.5rem 0;border-bottom:1px solid var(--tech-row-border)}.tech-row:last-child{border-bottom:none;padding-bottom:0}.tech-dl dt{color:var(--text-low);font-weight:500;font-size:.8rem}.tech-dl dd{color:var(--text-med);margin:0;line-height:1.45}.tech-meta{color:var(--text-low);font-size:.78rem}@media (max-width:520px){.tech-row{grid-template-columns:1fr}}.footer{border-top:1px solid var(--border-subtle);padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.78rem}.footer,.footer a{color:var(--text-low)}.footer a{text-decoration:none;transition:color var(--transition)}.footer a:hover{color:var(--text-med)}.kvkk-notice{font-size:.75rem;color:var(--text-low);display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.kvkk-notice a{color:var(--accent-light);text-decoration:none}.kvkk-notice a:hover{text-decoration:underline}.table-wrap{overflow-x:auto;margin:1rem 0}.doc-table{width:100%;border-collapse:collapse;font-size:.85rem}.doc-table th{background:var(--bg-card);color:var(--text-high);font-weight:600;padding:.75rem 1rem;text-align:left;border-bottom:2px solid var(--border-focus)}.doc-table td{padding:.65rem 1rem;color:var(--text-med);border-bottom:1px solid var(--border-subtle);vertical-align:top}.doc-table tr:last-child td{border-bottom:none}