:root{
  --dp-navy:#07152f;
  --dp-navy-2:#0d2346;
  --dp-blue:#2563eb;
  --dp-blue-2:#3b82f6;
  --dp-blue-soft:#eef5ff;
  --dp-ink:#17223b;
  --dp-muted:#65738a;
  --dp-line:#dfe7f1;
  --dp-surface:#ffffff;
  --dp-surface-soft:#f7f9fc;
  --dp-gold:#c99637;
  --dp-gold-soft:#fff8e8;
  --dp-green:#14845f;
  --dp-shadow:0 18px 50px rgba(16,35,70,.10);
}
html{box-sizing:border-box;scroll-behavior:smooth}
*,*:before,*:after{box-sizing:inherit}
body{
  margin:0;
  background:
    radial-gradient(circle at 10% -10%,rgba(37,99,235,.10),transparent 34rem),
    radial-gradient(circle at 95% 10%,rgba(201,150,55,.08),transparent 28rem),
    #f3f6fb;
  color:var(--dp-ink);
  font:16px/1.68 -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--dp-blue)}
.dp-legal-head{
  position:relative;
  overflow:hidden;
  background:linear-gradient(120deg,#061127 0%,#0a1d3d 52%,#102c5b 100%);
  padding:20px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.dp-legal-head:after{
  content:"";position:absolute;inset:auto -10% -70px 35%;height:140px;
  background:radial-gradient(ellipse at center,rgba(59,130,246,.24),transparent 67%);pointer-events:none
}
.dp-legal-head img{display:block;width:min(520px,92%);height:auto;margin:auto;position:relative;z-index:1}
.dp-legal-head>strong{display:block;color:#fff;text-align:center;font-size:24px;letter-spacing:.02em}

.dp-legal-tools{
  position:sticky;top:0;z-index:50;
  padding:12px 16px;
  background:rgba(255,255,255,.93);
  border-bottom:1px solid rgba(214,224,236,.95);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 6px 24px rgba(15,35,68,.05);
}
.dp-legal-tools-inner{width:min(1060px,100%);margin:auto;display:grid;gap:10px}
.dp-legal-nav,.dp-legal-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.dp-legal-nav{justify-content:center}
.dp-legal-actions{justify-content:center}
.dp-legal-nav a,.dp-print,.dp-back,.dp-language-control{
  min-height:42px;border:1px solid #d7e0ec;border-radius:12px;background:#fff;color:#203455;
  padding:9px 13px;text-decoration:none;font-weight:700;font-size:14px;line-height:1.15;
  box-shadow:0 2px 8px rgba(20,42,76,.04);transition:.18s ease;
}
.dp-legal-nav a:hover,.dp-print:hover,.dp-back:hover{transform:translateY(-1px);border-color:#b7c9df;box-shadow:0 5px 14px rgba(20,42,76,.08)}
.dp-legal-nav a.current{background:linear-gradient(135deg,#1e5ddd,#367df1);color:#fff;border-color:transparent;box-shadow:0 7px 18px rgba(37,99,235,.25)}
.dp-back{display:inline-flex;align-items:center;gap:7px}
.dp-print{cursor:pointer;font-family:inherit}
.dp-language-control{display:inline-flex;align-items:center;gap:8px;font-weight:650;color:#435872;padding:6px 7px 6px 11px}
.dp-language-control select{border:0;background:#f2f6fb;border-radius:8px;padding:7px 27px 7px 9px;color:#17223b;font:inherit;font-weight:700;outline:none}

.dp-admin-warning{
  width:min(1060px,calc(100% - 24px));margin:16px auto 0;padding:14px 16px;
  border:1px solid #f1c56f;background:linear-gradient(180deg,#fffaf0,#fff6df);color:#6e4c11;
  border-radius:14px;box-shadow:0 8px 24px rgba(152,104,22,.08);font-weight:650
}

.dp-legal{width:min(1060px,calc(100% - 24px));margin:24px auto 44px;overflow-wrap:anywhere}
.dp-legal-hero{
  position:relative;overflow:hidden;margin-bottom:18px;padding:clamp(28px,5vw,52px);
  border:1px solid rgba(255,255,255,.10);border-radius:24px;
  background:linear-gradient(135deg,#081832 0%,#0d2a55 62%,#17447e 100%);
  box-shadow:0 22px 56px rgba(6,24,55,.18);color:#fff
}
.dp-legal-hero:before{content:"";position:absolute;width:310px;height:310px;right:-125px;top:-145px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 42px rgba(255,255,255,.025),0 0 0 92px rgba(255,255,255,.018)}
.dp-legal-hero:after{content:"";position:absolute;left:clamp(28px,5vw,52px);right:clamp(28px,5vw,52px);bottom:0;height:3px;background:linear-gradient(90deg,var(--dp-gold),#f0c56b 25%,rgba(255,255,255,0) 80%)}
.dp-legal-eyebrow{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;margin-bottom:13px;color:#c8d8f1;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.dp-legal-eyebrow:before{content:"";width:9px;height:9px;border-radius:50%;background:#f2c96f;box-shadow:0 0 0 5px rgba(242,201,111,.12)}
.dp-legal-hero h1{position:relative;z-index:1;margin:0;max-width:800px;color:#fff;font-size:clamp(29px,5vw,48px);line-height:1.08;letter-spacing:-.03em}
.dp-legal-meta{position:relative;z-index:1;display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}
.dp-legal-meta span{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.07);color:#dfe9f8;font-size:12px;font-weight:700}

.dp-legal-section{
  position:relative;margin:14px 0;padding:clamp(20px,3vw,32px);
  border:1px solid var(--dp-line);border-radius:20px;background:rgba(255,255,255,.96);
  box-shadow:0 9px 28px rgba(17,37,70,.055)
}
.dp-section-head{display:flex;align-items:flex-start;gap:14px;margin:0 0 16px}
.dp-section-number{
  flex:0 0 auto;display:grid;place-items:center;min-width:38px;height:38px;padding:0 9px;border-radius:12px;
  background:linear-gradient(135deg,#0f4fc8,#347ff0);color:#fff;font-weight:850;font-size:14px;
  box-shadow:0 7px 17px rgba(37,99,235,.22)
}
.dp-section-head h2{margin:3px 0 0;color:#152845;font-size:clamp(20px,3vw,26px);line-height:1.25;letter-spacing:-.015em}
.dp-section-body{color:#34445d}
.dp-section-body>p:first-child{margin-top:0}
.dp-section-body>p:last-child,.dp-section-body>ul:last-child,.dp-section-body>.dp-table-wrap:last-child{margin-bottom:0}
.dp-section-body p{margin:0 0 14px}
.dp-section-body strong{color:#172b49;font-weight:780}
.dp-section-body ul{margin:10px 0 16px;padding:0;list-style:none}
.dp-section-body li{position:relative;margin:8px 0;padding-left:24px}
.dp-section-body li:before{content:"";position:absolute;left:4px;top:.68em;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#2f72e8,#56a0ff);box-shadow:0 0 0 4px #edf5ff}
.dp-section-body hr{border:0;border-top:1px solid var(--dp-line);margin:22px 0}
.dp-legal h3{margin:24px 0 10px;color:#233959;font-size:18px}
.dp-legal code{background:#eef3f9;color:#203653;padding:2px 6px;border:1px solid #e0e7f0;border-radius:6px;overflow-wrap:anywhere;word-break:break-word}
.dp-legal-email{color:#1e63d8;text-decoration:none;border-bottom:1px solid rgba(30,99,216,.25)}
.dp-legal-email:hover{border-bottom-color:#1e63d8}

/* Premium information blocks generated from intentional Markdown hard line-breaks. */
.dp-legal-section--contact-lines .dp-section-body>p.dp-contact-lines{
  padding:16px 18px;border:1px solid #d9e6f4;border-radius:15px;background:linear-gradient(180deg,#f9fbfe,#f3f7fc);
  line-height:1.85
}
.dp-legal-section--contact-lines .dp-section-body>p.dp-contact-lines strong{display:inline-block;margin:1px 0}

/* EU representative: clear, formal, premium contact card. */
.dp-legal-section--representative{border-color:#ead6aa;background:linear-gradient(180deg,#fffdf8 0%,#fff 75%)}
.dp-legal-section--representative:before{content:"EU GDPR";position:absolute;right:18px;top:18px;padding:5px 9px;border:1px solid #ead6aa;border-radius:999px;background:#fff8e8;color:#8a621c;font-size:10px;font-weight:850;letter-spacing:.10em}
.dp-legal-section--representative .dp-section-number{background:linear-gradient(135deg,#a97822,#d6a744);box-shadow:0 7px 17px rgba(181,133,43,.20)}
.dp-legal-section--representative .dp-section-body>p:nth-child(2){
  position:relative;margin-top:18px;padding:20px 22px 20px 24px;border:1px solid #ead7ae;border-radius:17px;
  background:linear-gradient(135deg,#fff9ec,#fff 75%);box-shadow:0 7px 22px rgba(133,93,23,.07);line-height:1.82
}
.dp-legal-section--representative .dp-section-body>p:nth-child(2):before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:0 4px 4px 0;background:linear-gradient(#c69234,#efc76f)}
.dp-legal-section--representative .dp-section-body>p:nth-child(2) strong{display:inline-block}
.dp-legal-section--representative .dp-section-body>p:nth-child(2) strong:first-of-type{font-size:17px;color:#142946}

/* Tables: clean data table on desktop, premium cards on tablet/mobile. */
.dp-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0;border:1px solid #dbe5ef;border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(24,47,79,.045)}
.dp-legal table{border-collapse:separate;border-spacing:0;width:100%;min-width:640px}
.dp-legal th,.dp-legal td{border:0;border-bottom:1px solid #e7edf4;padding:14px 16px;text-align:left;vertical-align:top}
.dp-legal th{background:linear-gradient(180deg,#f3f7fb,#edf3f8);color:#42546d;font-size:12px;letter-spacing:.04em;text-transform:uppercase;font-weight:800}
.dp-legal tbody tr:last-child td{border-bottom:0}
.dp-legal tbody tr:hover td{background:#fbfdff}
.dp-legal-section--data .dp-table-wrap{border-color:#cedceb}

.dp-legal-footer{width:min(1060px,calc(100% - 24px));margin:0 auto 34px;text-align:center;color:#556980;font-size:13px;padding:4px 16px 20px}
.dp-storage-link{border:0;background:transparent;color:inherit;font:inherit;padding:0;cursor:pointer;text-decoration:none;border-bottom:1px dotted #93a2b6}
.dp-storage-link:hover{color:#325f9b}
.dp-storage-panel{position:fixed;z-index:99999;left:50%;bottom:18px;transform:translateX(-50%);width:min(540px,calc(100% - 24px));padding:20px;border:1px solid #d6e0ec;border-radius:18px;background:#fff;color:#17223b;box-shadow:0 22px 60px rgba(15,32,68,.24);text-align:left}
.dp-storage-panel[hidden]{display:none}
.dp-storage-panel>strong,.dp-storage-intro,.dp-storage-toggle,.dp-storage-status{display:block;margin-bottom:10px}
.dp-storage-actions{display:flex;gap:8px;flex-wrap:wrap}
.dp-storage-actions button{border:1px solid #ccd8e6;border-radius:10px;background:#f6f9fc;color:#17223b;padding:9px 12px;cursor:pointer;font-weight:700}
.dp-storage-actions button:hover{background:#eef4fa}
.dp-storage-status{margin:10px 0 0;color:#5c6c82}

@media (min-width:900px){
  .dp-legal-tools-inner{grid-template-columns:1fr auto;align-items:center}
  .dp-legal-nav{justify-content:flex-start}
  .dp-legal-actions{justify-content:flex-end}
}

@media(max-width:1280px){
  .dp-table-wrap{overflow:visible;border:0;background:transparent;box-shadow:none}
  .dp-legal table{min-width:0;display:block}
  .dp-legal thead{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .dp-legal tbody{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}
  .dp-legal tr{display:block;min-width:0;border:1px solid #d9e4ef;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 6px 18px rgba(21,45,78,.055)}
  .dp-legal td{display:block;width:100%;border:0;border-bottom:1px solid #edf2f7;padding:12px 14px;overflow-wrap:anywhere;word-break:normal;background:#fff}
  .dp-legal td:first-child{background:linear-gradient(180deg,#f7faff,#f2f7fc);font-weight:800;color:#1d3a62}
  .dp-legal td:last-child{border-bottom:0}
  .dp-legal td:before{content:attr(data-label);display:block;margin-bottom:4px;color:#7a8798;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
  .dp-storage-panel{bottom:8px;padding:16px}
  .dp-storage-actions button{flex:1 1 auto}
}

@media(max-width:700px){
  body{font-size:15px}
  .dp-legal-head{padding:14px 12px}.dp-legal-head img{width:min(390px,94%)}
  .dp-legal-tools{position:relative;padding:10px}
  .dp-legal-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
  .dp-legal-nav a{text-align:center;display:grid;place-items:center;padding:9px 7px}
  .dp-legal-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .dp-language-control{grid-column:1/-1;justify-content:space-between}.dp-language-control select{max-width:58%}
  .dp-back,.dp-print{justify-content:center;text-align:center}
  .dp-legal{width:min(100% - 14px,1060px);margin-top:12px}
  .dp-legal-hero{border-radius:19px;padding:27px 21px}.dp-legal-hero:before{right:-180px}.dp-legal-meta{margin-top:15px}
  .dp-legal-section{border-radius:16px;padding:18px 16px;margin:10px 0}
  .dp-section-head{gap:10px;margin-bottom:13px}.dp-section-number{height:34px;min-width:34px;border-radius:10px}.dp-section-head h2{margin-top:3px}
  .dp-legal-section--representative:before{position:static;display:inline-flex;margin:0 0 12px 44px}
  .dp-legal-section--representative .dp-section-body>p:nth-child(2){padding:16px 16px 16px 19px}
  .dp-legal tbody{grid-template-columns:1fr}
  .dp-legal-footer{font-size:12px}
}

@media print{
  body{background:#fff;color:#111}
  .dp-legal-tools,.dp-print,.dp-back,.dp-storage-preferences,.dp-admin-warning{display:none!important}
  .dp-legal-head{padding:8px;background:#fff}.dp-legal-head img{filter:none;max-width:320px}
  .dp-legal{width:100%;margin:0}
  .dp-legal-hero{box-shadow:none;background:#fff;color:#111;border:1px solid #ddd;padding:22px}.dp-legal-hero h1{color:#111}.dp-legal-eyebrow,.dp-legal-meta span{color:#555}.dp-legal-meta span{border-color:#ddd;background:#fff}
  .dp-legal-section{break-inside:avoid;box-shadow:none;border-color:#ddd;background:#fff}
  .dp-table-wrap{box-shadow:none}
}


/* v0.19.58 — High-contrast typography polish */
body{color:#17223b}
.dp-legal-main input,.dp-legal-main select,.dp-legal-main textarea{color:#17223b;font-weight:600}
.dp-legal-main input::placeholder,.dp-legal-main textarea::placeholder{color:#687891;opacity:1}
