:root{--red:#dc143c;--red2:#b50022;--dark:#121826;--muted:#687083;--soft:#f6f7f9;--line:#e9ecf2;--pink:#ffe8ee}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--dark);background:#fff}a{color:inherit}.kc-header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 6%;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);z-index:10}.kc-logo{font-size:30px;font-weight:900;text-decoration:none;color:var(--dark)}.kc-logo span{color:var(--red);margin-right:8px}.kc-header nav{display:flex;gap:26px}.kc-header nav a{text-decoration:none;color:var(--dark);font-weight:750}.kc-header nav a:hover{color:var(--red)}.kc-wrap{max-width:1180px;margin:auto;padding:55px 22px}.kc-kicker{display:inline-flex;background:var(--pink);color:var(--red);font-weight:850;border-radius:999px;padding:8px 14px;margin:0 0 18px!important;font-size:14px!important}.kc-hero{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}.kc-hero h1{font-size:56px;line-height:1.08;margin:0 0 18px;letter-spacing:-1.4px}.kc-hero p{font-size:20px;color:var(--muted);line-height:1.55}.kc-count{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px 28px;box-shadow:0 14px 40px rgba(18,24,38,.08);display:inline-block;min-width:360px}.kc-count span{display:block;font-weight:850}.kc-count b{font-size:72px;color:var(--red);margin-right:10px}.kc-count em{font-size:28px;font-style:normal;font-weight:850}.kc-count p{font-size:15px;margin:8px 0 0}.kc-count a{font-weight:850;text-decoration:none;color:var(--dark)}.kc-count a:hover{color:var(--red)}.kc-red{border-radius:26px;padding:55px;background:linear-gradient(135deg,#eb123d,var(--red2));color:#fff;min-height:300px;box-shadow:0 20px 50px rgba(220,20,60,.28);position:relative;overflow:hidden}.kc-red:after{content:"";position:absolute;right:-90px;top:-60px;width:360px;height:360px;background:rgba(255,255,255,.16);border-radius:50%}.kc-red small,.kc-red b{display:inline-block;background:rgba(255,255,255,.16);padding:10px 16px;border-radius:999px}.kc-red h2{font-size:42px;margin:28px 0 10px}.kc-red p{color:#fff}.kc-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:50px 0 28px}.kc-tiles a,.kc-card,.kc-info article{border:1px solid var(--line);border-radius:22px;background:#fff;padding:26px;box-shadow:0 12px 36px rgba(18,24,38,.06)}.kc-tiles a{text-decoration:none;display:block;transition:.18s transform,.18s box-shadow}.kc-tiles a:hover{transform:translateY(-3px);box-shadow:0 16px 44px rgba(18,24,38,.1)}.kc-tiles span{font-size:31px}.kc-tiles h3{font-size:20px;margin:16px 0 10px}.kc-tiles p{color:var(--muted);line-height:1.5}.kc-grid,.kc-detail{display:grid;grid-template-columns:1.7fr .9fr;gap:22px;margin-top:22px}.kc-list article,.kc-mini,.kc-side-list a{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;border-bottom:1px solid var(--line);padding:14px 0}.kc-list article:last-child,.kc-mini:last-child,.kc-side-list a:last-child{border-bottom:0}.kc-list a,.kc-side-list a{text-decoration:none}.kc-list a:hover,.kc-side-list a:hover b{color:var(--red)}.kc-list small,.kc-mini em,.kc-side-list em{background:var(--pink);color:var(--red);padding:7px 11px;border-radius:999px;font-style:normal;font-weight:850;white-space:nowrap}.kc-list span,.kc-mini span,.kc-side-list span{color:var(--muted)}.kc-info{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:34px 0}.kc-info p,.kc-note{color:var(--muted);line-height:1.6}.kc-month{width:100%}.kc-month-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.kc-week,.kc-days{display:grid;grid-template-columns:repeat(7,1fr)}.kc-week b{text-align:center;padding:12px;color:var(--muted);font-size:13px}.kc-days span{min-height:92px;border:1px solid var(--line);padding:10px;background:#fff}.kc-days strong{display:block;font-size:18px}.kc-days em{display:block;margin-top:8px;color:var(--red);font-style:normal;font-size:12px;font-weight:850;line-height:1.3}.kc-days .is-holiday{background:#fff1f4}.kc-days .kc-empty{background:#fafafa}.kc-detail .kc-lead{font-size:20px;line-height:1.7;color:var(--muted)}.kc-stats{display:inline-flex;align-items:end;gap:12px;background:var(--pink);color:var(--red);border-radius:20px;padding:18px 22px;margin:18px 0}.kc-stats b{font-size:54px;line-height:.9}.kc-stats span{font-weight:850}.kc-footer{background:linear-gradient(135deg,#e6002f,#b90025);color:white;padding:34px 6%;display:flex;gap:30px;align-items:center;margin-top:40px}.kc-footer a{color:white;text-decoration:none}.kc-footer b{font-size:28px}@media(max-width:900px){.kc-header{height:auto;padding:18px 20px;align-items:flex-start}.kc-header nav{display:none}.kc-hero,.kc-grid,.kc-detail,.kc-tiles,.kc-info{grid-template-columns:1fr}.kc-hero{gap:28px}.kc-hero h1{font-size:38px}.kc-count{min-width:0;width:100%}.kc-red{padding:34px;min-height:240px}.kc-footer{display:grid}.kc-list article,.kc-mini,.kc-side-list a{grid-template-columns:1fr}.kc-days span{min-height:74px;padding:7px}.kc-week b{font-size:11px;padding:8px}.kc-days em{font-size:10px}.kc-wrap{padding-top:30px}}
.kc-svg,.kc-logo-icon{display:inline-flex;align-items:center;justify-content:center}.kc-svg{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#fff0f4,#ffe1e9);color:var(--red);box-shadow:inset 0 0 0 1px rgba(220,20,60,.08)}.kc-svg svg,.kc-logo-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kc-logo-icon{width:34px;height:34px;margin-right:10px;border-radius:10px;background:var(--red);color:#fff}.kc-logo{display:flex;align-items:center}.kc-logo span{margin-right:10px}.kc-count small,.kc-stats small{display:block;margin-top:8px;color:var(--muted);font-weight:800}.kc-stats small{color:var(--red)}.kc-button{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff!important;text-decoration:none;border-radius:14px;padding:12px 18px;font-weight:850;box-shadow:0 12px 28px rgba(220,20,60,.22)}.kc-month-links{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.kc-month-links a{border:1px solid var(--line);border-radius:14px;padding:14px 16px;text-decoration:none;font-weight:850;background:#fff}.kc-month-links a:hover{color:var(--red);border-color:#ffd1dc;background:#fff7f9}@media(max-width:900px){.kc-month-links{grid-template-columns:repeat(2,1fr)}.kc-svg{width:44px;height:44px}.kc-tiles a{padding:22px}.kc-count b{font-size:58px}}


/* v1.3 mobile app interface */
html{scroll-behavior:smooth}body{background:#fbfcff}.admin-bar .kc-header{top:0}.kc-header{height:76px;border-bottom:1px solid rgba(18,24,38,.07);box-shadow:0 8px 28px rgba(18,24,38,.04)}.kc-menu-btn{display:none;border:0;background:#fff;color:var(--dark);width:46px;height:46px;border-radius:16px;box-shadow:0 8px 26px rgba(18,24,38,.08);align-items:center;justify-content:center}.kc-menu-btn svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kc-nav a{display:inline-flex;align-items:center;gap:8px}.kc-nav svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kc-mobile-panel{display:none;position:fixed;left:14px;right:14px;top:86px;z-index:99;background:rgba(255,255,255,.97);border:1px solid var(--line);border-radius:26px;padding:12px;box-shadow:0 22px 70px rgba(18,24,38,.16);backdrop-filter:blur(14px)}.kc-mobile-panel a{display:flex;align-items:center;gap:12px;padding:16px;border-radius:18px;text-decoration:none;font-weight:850}.kc-mobile-panel a:hover{background:#fff1f4;color:var(--red)}.kc-mobile-panel svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kc-mobile-panel.is-open{display:block}.kc-bottom-nav{display:none}.kc-app-wrap{padding-bottom:70px}.kc-card,.kc-tiles a{border-color:rgba(18,24,38,.08);box-shadow:0 18px 50px rgba(18,24,38,.07)}.kc-svg{background:linear-gradient(135deg,#fff,#ffe7ee);box-shadow:0 10px 24px rgba(220,20,60,.12),inset 0 0 0 1px rgba(220,20,60,.1)}.kc-count{border-radius:28px}.kc-red{border-radius:32px}
@media(max-width:900px){
  body{background:linear-gradient(180deg,#fff 0,#fbfcff 42%,#fff 100%);padding-bottom:82px}.kc-header{height:72px;padding:14px 20px;position:sticky;top:0}.kc-logo{font-size:30px}.kc-logo-icon{width:42px;height:42px;border-radius:15px}.kc-header .kc-nav{display:none}.kc-menu-btn{display:flex}.kc-wrap{padding:26px 20px 96px;max-width:520px}.kc-hero{display:block}.kc-kicker{font-size:13px!important;padding:10px 15px;margin-bottom:22px!important}.kc-hero h1{font-size:42px;line-height:1.08;letter-spacing:-1.2px;margin-bottom:18px}.kc-hero p{font-size:20px;line-height:1.62}.kc-count{display:block;width:100%;padding:25px 28px;border-radius:28px}.kc-count b{font-size:74px}.kc-count em{font-size:30px}.kc-count small{font-size:18px}.kc-red{margin-top:22px;padding:30px;min-height:230px;border-radius:30px}.kc-red h2{font-size:34px;line-height:1.08}.kc-tiles{grid-template-columns:repeat(2,1fr);gap:14px;margin:28px 0}.kc-tiles a{padding:20px;border-radius:24px}.kc-tiles h3{font-size:17px;margin:14px 0 8px}.kc-tiles p{font-size:14px;margin:0}.kc-svg{width:48px;height:48px;border-radius:17px}.kc-grid{gap:18px}.kc-card{border-radius:28px;padding:24px}.kc-card h2{font-size:24px}.kc-list article,.kc-mini,.kc-side-list a{grid-template-columns:1fr auto;gap:8px;padding:16px 0}.kc-list span,.kc-side-list span{grid-column:1 / 2}.kc-list small,.kc-side-list em{grid-column:2 / 3;grid-row:1 / 3;align-self:center}.kc-month-head h2{font-size:24px}.kc-week b{font-size:11px}.kc-days{border-radius:18px;overflow:hidden}.kc-days span{min-height:66px}.kc-footer{padding:24px 20px 100px;border-radius:28px 28px 0 0;margin-top:10px}.kc-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:12px;right:12px;bottom:12px;z-index:100;background:rgba(255,255,255,.96);border:1px solid rgba(18,24,38,.08);border-radius:26px;padding:8px;box-shadow:0 18px 60px rgba(18,24,38,.18);backdrop-filter:blur(14px)}.kc-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;font-size:11px;font-weight:850;color:var(--muted);padding:8px 4px;border-radius:18px}.kc-bottom-nav a:first-child{background:#fff1f4;color:var(--red)}.kc-bottom-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kc-info,.kc-note{display:none!important}
}
@media(max-width:380px){.kc-wrap{padding-left:14px;padding-right:14px}.kc-hero h1{font-size:36px}.kc-count b{font-size:62px}.kc-tiles{grid-template-columns:1fr}.kc-list article,.kc-mini,.kc-side-list a{grid-template-columns:1fr}.kc-list small,.kc-side-list em{grid-column:auto;grid-row:auto;justify-self:start}}

/* v1.4 app-first mobile interface */
.kc-info,.kc-admin-note,.kc-note-admin{display:none!important}.kc-app-body{background:#f7f8fb}.kc-app-header{position:sticky;top:0;z-index:120;height:70px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);box-shadow:0 10px 34px rgba(18,24,38,.06)}.kc-app-header .kc-logo strong{font-size:26px;letter-spacing:-.8px}.kc-app-header .kc-nav a{font-size:14px}.kc-drawer-backdrop{display:none;position:fixed;inset:0;background:rgba(18,24,38,.46);z-index:150;backdrop-filter:blur(4px)}.kc-drawer-backdrop.is-open{display:block}.kc-drawer-head{display:none}.kc-drawer-close{border:1px solid var(--line);background:#fff;border-radius:14px;width:44px;height:44px;color:var(--dark)}.kc-drawer-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kc-list article,.kc-side-list a{border-radius:0}.kc-list article:first-of-type,.kc-side-list a:first-of-type{padding-top:6px}.kc-list article a{font-weight:850}.kc-month-head:after{content:"";display:flex;gap:8px}.kc-red{background:radial-gradient(circle at 82% 12%,rgba(255,255,255,.22) 0 90px,transparent 92px),linear-gradient(135deg,#f21b4d,#c5002a)}.kc-red:before{content:"";position:absolute;right:24px;bottom:24px;width:80px;height:80px;border:2px solid rgba(255,255,255,.14);border-radius:24px;transform:rotate(12deg)}
@media(max-width:1024px){
  html,body{overflow-x:hidden}.kc-app-body{background:linear-gradient(180deg,#fff 0,#f8f9fd 54%,#fff 100%);padding-bottom:96px}.kc-app-header{height:72px;padding:0 20px;align-items:center;border-bottom:1px solid rgba(18,24,38,.06)}.kc-app-header .kc-nav{display:none!important}.kc-menu-btn{display:flex!important;margin-left:auto;border:1px solid rgba(18,24,38,.08);background:#fff;width:46px;height:46px;border-radius:16px;box-shadow:0 10px 26px rgba(18,24,38,.08)}.kc-logo-icon{width:40px;height:40px;border-radius:15px}.kc-app-header .kc-logo strong{font-size:27px}.kc-mobile-panel{display:block;position:fixed;top:0;right:0;left:auto;width:min(88vw,380px);height:100vh;border-radius:28px 0 0 28px;padding:18px;background:#fff;z-index:160;box-shadow:-24px 0 80px rgba(18,24,38,.2);transform:translateX(105%);transition:transform .22s ease;overflow:auto}.kc-mobile-panel.is-open{transform:translateX(0)}.kc-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.kc-mobile-panel a{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:14px;padding:16px 14px;border-radius:18px;text-decoration:none;font-weight:900;color:var(--dark)}.kc-mobile-panel a:first-of-type{background:#fff1f4;color:var(--red)}.kc-mobile-panel a i{font-style:normal;color:var(--muted);font-size:22px}.kc-mobile-panel svg{width:24px;height:24px}.kc-wrap{max-width:560px;margin:0 auto;padding:30px 20px 98px}.kc-hero{display:grid!important;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.kc-hero>div:first-child{display:contents}.kc-kicker{grid-column:1/-1;justify-self:start;margin:6px 0 0!important}.kc-hero h1{grid-column:1/-1;font-size:40px;line-height:1.06;margin:6px 0 0;letter-spacing:-1.4px}.kc-hero>div:first-child>p:not(.kc-kicker){grid-column:1/-1;font-size:17px;line-height:1.55;margin:0 0 10px;color:var(--muted)}.kc-count{grid-column:1/2;min-width:0;width:100%;border-radius:26px;padding:22px 18px;box-shadow:0 18px 44px rgba(18,24,38,.08)}.kc-count span{font-size:14px}.kc-count b{font-size:58px;line-height:1}.kc-count em{font-size:25px}.kc-count small{font-size:13px;margin-top:10px}.kc-count p{font-size:13px;line-height:1.45}.kc-red{grid-column:2/3;margin:0;min-height:0;padding:22px 20px;border-radius:26px;box-shadow:0 20px 44px rgba(220,20,60,.22)}.kc-red small,.kc-red b{font-size:11px;padding:8px 10px}.kc-red h2{font-size:25px;line-height:1.08;margin:22px 0 12px}.kc-red p{font-size:14px;line-height:1.35;margin:0 0 10px}.kc-tiles{grid-template-columns:repeat(4,1fr)!important;gap:12px;margin:28px 0 18px}.kc-tiles a{min-height:142px;padding:17px 13px;border-radius:24px}.kc-tiles h3{font-size:15px;line-height:1.1;margin:12px 0 7px}.kc-tiles p{font-size:12px;line-height:1.35}.kc-svg{width:42px;height:42px;border-radius:16px}.kc-grid{display:grid!important;grid-template-columns:1.08fr .92fr;gap:16px}.kc-card{border-radius:28px;padding:22px 18px;box-shadow:0 18px 50px rgba(18,24,38,.07)}.kc-card h2{font-size:22px;margin-top:0}.kc-list article,.kc-side-list a{grid-template-columns:1fr auto;gap:8px;padding:13px 0}.kc-list article a,.kc-side-list b{font-size:13px;line-height:1.15}.kc-list span,.kc-side-list span{font-size:12px;line-height:1.25;grid-column:1/2}.kc-list small,.kc-side-list em{font-size:11px;padding:7px 9px;grid-column:2/3;grid-row:1/3;align-self:center}.kc-month{overflow:hidden}.kc-month-head h2{font-size:24px}.kc-week b{font-size:10px;padding:9px 3px}.kc-days span{min-height:70px;padding:8px 6px}.kc-days strong{font-size:15px}.kc-days em{font-size:9px}.kc-footer{display:none!important}.kc-bottom-nav{display:grid!important;grid-template-columns:repeat(4,1fr);position:fixed;left:12px;right:12px;bottom:12px;z-index:140;background:rgba(255,255,255,.96);border:1px solid rgba(18,24,38,.08);border-radius:27px;padding:8px;box-shadow:0 18px 60px rgba(18,24,38,.18);backdrop-filter:blur(16px)}.kc-bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:5px;text-decoration:none;font-size:11px;font-weight:900;color:var(--muted);padding:8px 4px;border-radius:18px}.kc-bottom-nav a:first-child{background:#fff1f4;color:var(--red)}.kc-bottom-nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
}
@media(max-width:520px){.kc-wrap{padding-left:16px;padding-right:16px}.kc-hero h1{font-size:34px}.kc-hero{grid-template-columns:1fr 1fr;gap:14px}.kc-count{padding:19px 16px}.kc-count b{font-size:52px}.kc-count em{font-size:23px}.kc-red h2{font-size:22px}.kc-tiles{grid-template-columns:repeat(2,1fr)!important}.kc-tiles a{min-height:132px}.kc-grid{grid-template-columns:1fr!important}.kc-card{padding:22px 18px}.kc-list article a,.kc-side-list b{font-size:14px}.kc-list span,.kc-side-list span{font-size:13px}.kc-days span{min-height:58px}.kc-red:before{display:none}}
@media(max-width:370px){.kc-hero{grid-template-columns:1fr}.kc-count,.kc-red{grid-column:1/-1}.kc-tiles{grid-template-columns:1fr 1fr!important}.kc-hero h1{font-size:31px}}

/* Klicap v1.6.0 professional brand system */
.kc-logo{gap:12px;letter-spacing:-.9px}
.kc-logo .kc-logo-icon{margin-right:0;flex:0 0 auto;background:linear-gradient(135deg,#ff2456 0%,#d60838 52%,#a90025 100%);box-shadow:0 14px 32px rgba(220,20,60,.28), inset 0 1px 0 rgba(255,255,255,.22);position:relative;overflow:hidden}
.kc-logo .kc-logo-icon:after{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.26),transparent 46%);pointer-events:none}
.kc-logo .kc-logo-icon svg{position:relative;z-index:1;width:27px;height:27px;stroke:#fff;stroke-width:2.35;filter:drop-shadow(0 1px 0 rgba(0,0,0,.12))}
.kc-logo .kc-logo-icon svg rect{fill:none;stroke:#fff}
.kc-logo .kc-wordmark{display:inline-flex;align-items:baseline;gap:0;font-weight:950;color:#111827;letter-spacing:-1.15px;line-height:1}
.kc-logo .kc-wordmark span{margin:0!important}
.kc-logo .kc-wordmark-accent{color:var(--red)}
.kc-app-header .kc-logo strong.kc-wordmark{font-size:31px}
.kc-drawer-head .kc-logo strong.kc-wordmark{font-size:28px}
@media(max-width:900px){.kc-app-header .kc-logo strong.kc-wordmark{font-size:30px}.kc-logo .kc-logo-icon{width:46px;height:46px;border-radius:17px}.kc-logo .kc-logo-icon svg{width:29px;height:29px}}

/* v1.7 admin-controlled brand + ad slots */
.kc-logo-wrap{display:inline-flex;align-items:center;gap:12px}.kc-logo-image{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:#fff;box-shadow:0 10px 26px rgba(18,24,38,.08)}.kc-logo-image img{width:100%;height:100%;object-fit:contain}.kc-logo-letter{display:inline-grid!important;place-items:center;color:#fff!important;font-size:27px;font-weight:950;line-height:1}.kc-logo .kc-wordmark{display:inline-flex!important;color:#111827!important;margin:0!important}.kc-logo .kc-wordmark span{color:inherit!important;margin:0!important}.kc-ad{width:100%;border-radius:18px;margin:18px 0;text-align:center;overflow:hidden}.kc-ad:empty{display:none}.kc-ad-header{margin-top:0}.kc-ad-sidebar{margin-top:22px}.kc-ad-footer{margin-bottom:0}.kc-ad ins{max-width:100%}@media(max-width:1024px){.kc-logo-image{width:46px;height:46px;border-radius:17px}.kc-ad{margin:14px 0;border-radius:16px}}

/* v1.8 admin/pwa/mobile refinements */
@media (max-width: 760px){
  .kc-app-body{padding-bottom:96px;}
  .kc-bottom-nav{height:74px;max-width:calc(100% - 24px);left:12px;right:12px;bottom:12px;border-radius:28px;box-shadow:0 18px 55px rgba(17,24,39,.18)}
  .kc-bottom-nav a{font-size:12px;font-weight:800}
  .kc-hero{gap:18px;padding-top:22px}.kc-hero h1{font-size:34px;line-height:1.08}.kc-hero>div:first-child{min-width:0}.kc-card,.kc-tiles a{border-radius:24px}.kc-grid{grid-template-columns:1fr}.kc-month .kc-days span{min-height:58px}.kc-red{border-radius:28px;min-height:220px}.kc-header{position:sticky;top:0;z-index:30;backdrop-filter:blur(18px);background:rgba(255,255,255,.9)}
}
.kc-logo-icon{background:linear-gradient(135deg,#ef174d,#c90036);box-shadow:0 10px 28px rgba(224,17,69,.22)}
.kc-logo-icon svg{stroke:#fff;fill:none;stroke-width:2.1}.kc-logo-letter{color:#fff}.kc-wordmark{letter-spacing:-.05em}.kc-ad{margin:18px auto;padding:10px;border-radius:18px;background:#fff;border:1px solid #eef0f4;text-align:center;overflow:hidden}.kc-ad iframe,.kc-ad ins{max-width:100%}

/* v2.0 polished mobile holiday lists */
.kc-card:has(.kc-list),.kc-card:has(.kc-side-list){overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fff 72%,#fff7f9 100%)}
.kc-list,.kc-side-list{margin-top:14px;border-radius:24px;background:#fff;overflow:hidden;border:1px solid rgba(18,24,38,.06)}
.kc-list article.kc-holiday-row,.kc-side-list a.kc-holiday-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px 18px;border-bottom:1px solid rgba(18,24,38,.07);transition:background .18s ease,transform .18s ease;min-height:86px}
.kc-list article.kc-holiday-row:hover,.kc-side-list a.kc-holiday-row:hover{background:#fff7f9;transform:translateY(-1px)}
.kc-list article.kc-holiday-row:last-child,.kc-side-list a.kc-holiday-row:last-child{border-bottom:0}.kc-holiday-main{min-width:0}.kc-holiday-main b,.kc-holiday-main a{display:block;font-size:17px;line-height:1.22;font-weight:950;color:#111827;text-decoration:none;letter-spacing:-.02em}.kc-holiday-main span{display:block;margin-top:7px;font-size:14px;color:#6b7280;line-height:1.35}.kc-holiday-row small,.kc-holiday-row em{display:inline-grid!important;place-items:center;min-width:58px;min-height:48px;padding:8px 12px!important;border-radius:18px!important;background:linear-gradient(135deg,#fff1f5,#ffe1ea)!important;color:#dc143c!important;font-size:15px!important;font-weight:950!important;line-height:1.05!important;text-align:center;box-shadow:inset 0 0 0 1px rgba(220,20,60,.04);white-space:normal!important}.kc-holiday-icon{width:48px;height:48px;border-radius:17px;display:inline-grid;place-items:center;background:#fff1f5;color:#dc143c;box-shadow:inset 0 0 0 1px rgba(220,20,60,.06),0 8px 18px rgba(18,24,38,.04)}.kc-holiday-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round}.kc-hi-christmas{background:#ffeaf0;color:#e11d48}.kc-hi-easter{background:#edf9e8;color:#43a047}.kc-hi-flag{background:#fff0f3;color:#e11d48}.kc-hi-briefcase{background:#edf4ff;color:#477ed7}.kc-hi-star{background:#fff4d8;color:#f59e0b}.kc-hi-crown{background:#fff3d7;color:#d99000}.kc-hi-firework{background:#fff5dc;color:#f59e0b}.kc-hi-leaf{background:#edf9e9;color:#4caf50}.kc-card>h2{display:flex;align-items:center;justify-content:space-between;gap:12px;letter-spacing:-.04em}.kc-card>h2:after{content:"";width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#fff1f5,#ffe1ea);box-shadow:inset 0 0 0 1px rgba(220,20,60,.06)}
@media(max-width:760px){.kc-card{padding:28px 22px!important;border-radius:30px!important}.kc-card>h2{font-size:30px;line-height:1.08;margin-bottom:20px}.kc-list,.kc-side-list{border-radius:26px;border:0;background:transparent}.kc-list article.kc-holiday-row,.kc-side-list a.kc-holiday-row{grid-template-columns:54px minmax(0,1fr) 62px;gap:14px;padding:18px 0;border-bottom:1px solid rgba(18,24,38,.08);min-height:92px;background:transparent!important;transform:none!important}.kc-holiday-icon{width:52px;height:52px;border-radius:18px}.kc-holiday-icon svg{width:27px;height:27px}.kc-holiday-main b,.kc-holiday-main a{font-size:20px;line-height:1.12}.kc-holiday-main span{font-size:17px;margin-top:8px}.kc-holiday-row small,.kc-holiday-row em{min-width:64px;min-height:50px;border-radius:19px!important;font-size:17px!important;padding:8px!important}.kc-side-list a.kc-holiday-row{grid-template-columns:54px minmax(0,1fr) 62px!important}.kc-side-list b{font-size:20px!important}.kc-side-list span{font-size:17px!important}.kc-list article a,.kc-side-list b{font-size:20px!important}.kc-list span,.kc-side-list span{font-size:17px!important}.kc-card:has(.kc-list),.kc-card:has(.kc-side-list){background:linear-gradient(180deg,#fff 0,#fff 75%,#fff8fa 100%)}}
@media(max-width:390px){.kc-card>h2{font-size:27px}.kc-list article.kc-holiday-row,.kc-side-list a.kc-holiday-row{grid-template-columns:48px minmax(0,1fr) 58px;gap:11px}.kc-holiday-icon{width:48px;height:48px}.kc-holiday-main b,.kc-holiday-main a,.kc-list article a,.kc-side-list b{font-size:18px!important}.kc-holiday-main span,.kc-list span,.kc-side-list span{font-size:15px!important}.kc-holiday-row small,.kc-holiday-row em{min-width:58px;font-size:15px!important}}

/* v2.0.1 strict mobile list alignment fix */
.kc-list article.kc-holiday-row,
.kc-side-list a.kc-holiday-row{
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr) auto!important;
  align-items:center!important;
}
.kc-holiday-row > .kc-holiday-icon{
  grid-column:1!important;
  grid-row:1!important;
  justify-self:start!important;
  align-self:center!important;
  margin:0!important;
}
.kc-holiday-row > .kc-holiday-main{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.kc-holiday-row > small,
.kc-holiday-row > em{
  grid-column:3!important;
  grid-row:1!important;
  justify-self:end!important;
  align-self:center!important;
  margin:0!important;
}
.kc-holiday-main b,
.kc-holiday-main a,
.kc-holiday-main span{
  grid-column:auto!important;
  grid-row:auto!important;
  min-width:0!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
@media(max-width:760px){
  .kc-card:has(.kc-list),.kc-card:has(.kc-side-list){overflow:visible!important;}
  .kc-list,.kc-side-list{width:100%!important;overflow:visible!important;}
  .kc-list article.kc-holiday-row,
  .kc-side-list a.kc-holiday-row{
    grid-template-columns:52px minmax(0,1fr) 68px!important;
    gap:12px!important;
    width:100%!important;
    min-width:0!important;
    padding:16px 0!important;
  }
  .kc-holiday-main b,.kc-holiday-main a{font-size:17px!important;line-height:1.18!important;display:block!important;max-width:100%!important;}
  .kc-holiday-main span{font-size:14px!important;line-height:1.35!important;display:block!important;margin-top:6px!important;color:#6b7280!important;}
  .kc-holiday-icon{width:48px!important;height:48px!important;border-radius:17px!important;}
  .kc-holiday-row small,.kc-holiday-row em{min-width:64px!important;max-width:64px!important;min-height:48px!important;font-size:14px!important;line-height:1.05!important;}
}
@media(max-width:390px){
  .kc-list article.kc-holiday-row,
  .kc-side-list a.kc-holiday-row{grid-template-columns:46px minmax(0,1fr) 60px!important;gap:10px!important;}
  .kc-holiday-icon{width:44px!important;height:44px!important;border-radius:15px!important;}
  .kc-holiday-icon svg{width:23px!important;height:23px!important;}
  .kc-holiday-main b,.kc-holiday-main a{font-size:16px!important;line-height:1.16!important;}
  .kc-holiday-main span{font-size:13px!important;}
  .kc-holiday-row small,.kc-holiday-row em{min-width:58px!important;max-width:58px!important;min-height:44px!important;font-size:13px!important;border-radius:16px!important;}
}

/* v2.0.2 phone desktop-mode hardening: force app layout on touch devices */
@media (hover:none) and (pointer:coarse), (max-width:1024px){
  html,body{max-width:100%;overflow-x:hidden!important;background:#f7f8fb!important;}
  body.kc-app-body{padding-bottom:104px!important;}
  .kc-wrap,.kc-app-wrap{width:100%!important;max-width:100%!important;margin:0!important;padding:24px 16px 108px!important;overflow:hidden!important;}
  .kc-header,.kc-app-header{height:76px!important;padding:0 18px!important;position:sticky!important;top:0!important;z-index:60!important;background:rgba(255,255,255,.96)!important;box-shadow:0 8px 26px rgba(18,24,38,.06)!important;}
  .kc-nav{display:none!important;}
  .kc-menu-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:54px!important;height:54px!important;border-radius:20px!important;border:1px solid rgba(18,24,38,.08)!important;background:#fff!important;box-shadow:0 10px 28px rgba(18,24,38,.08)!important;}
  .kc-logo-image,.kc-logo .kc-logo-icon{width:42px!important;height:42px!important;border-radius:15px!important;}
  .kc-logo .kc-wordmark,.kc-logo strong.kc-wordmark{font-size:28px!important;letter-spacing:-.055em!important;}

  .kc-hero{display:grid!important;grid-template-columns:1fr!important;gap:18px!important;margin:0!important;padding:22px 0 0!important;}
  .kc-hero h1{font-size:34px!important;line-height:1.08!important;letter-spacing:-.055em!important;margin-bottom:14px!important;}
  .kc-hero p{font-size:17px!important;line-height:1.55!important;}
  .kc-kicker{font-size:13px!important;padding:8px 13px!important;margin-bottom:16px!important;}
  .kc-count{width:100%!important;min-width:0!important;border-radius:24px!important;padding:22px 24px!important;display:block!important;}
  .kc-count b{font-size:58px!important;line-height:.9!important;}
  .kc-count em{font-size:26px!important;}
  .kc-red{width:100%!important;min-height:224px!important;border-radius:28px!important;padding:30px 26px!important;}
  .kc-red h2{font-size:30px!important;line-height:1.12!important;margin:22px 0 10px!important;}

  .kc-tiles,.kc-app-tiles{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;margin:24px 0 18px!important;}
  .kc-tiles a,.kc-app-tiles a{padding:16px!important;border-radius:22px!important;min-width:0!important;}
  .kc-tiles h3{font-size:15px!important;line-height:1.15!important;margin:10px 0 7px!important;}
  .kc-tiles p{font-size:12px!important;line-height:1.35!important;margin:0!important;}
  .kc-svg{width:38px!important;height:38px!important;border-radius:14px!important;}
  .kc-svg svg{width:21px!important;height:21px!important;}

  .kc-grid,.kc-detail{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;margin-top:16px!important;width:100%!important;}
  .kc-grid > *,.kc-detail > *{min-width:0!important;width:100%!important;}
  .kc-card{width:100%!important;max-width:100%!important;padding:22px 18px!important;border-radius:26px!important;overflow:hidden!important;}
  .kc-card>h2{font-size:25px!important;line-height:1.12!important;margin:0 0 16px!important;letter-spacing:-.045em!important;}
  .kc-card>h2:after{width:32px!important;height:32px!important;border-radius:12px!important;flex:0 0 auto!important;}

  .kc-list,.kc-side-list{width:100%!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(18,24,38,.06)!important;overflow:hidden!important;margin-top:12px!important;}
  .kc-list article.kc-holiday-row,.kc-side-list a.kc-holiday-row{display:grid!important;grid-template-columns:46px minmax(0,1fr) 58px!important;gap:10px!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:78px!important;padding:13px 12px!important;border-bottom:1px solid rgba(18,24,38,.07)!important;background:#fff!important;}
  .kc-holiday-icon{width:42px!important;height:42px!important;border-radius:15px!important;grid-column:1!important;align-self:center!important;justify-self:start!important;}
  .kc-holiday-icon svg{width:22px!important;height:22px!important;}
  .kc-holiday-main{grid-column:2!important;min-width:0!important;overflow:hidden!important;}
  .kc-holiday-main b,.kc-holiday-main a,.kc-side-list b,.kc-list article a{font-size:15px!important;line-height:1.18!important;letter-spacing:-.02em!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;}
  .kc-holiday-main span,.kc-list span,.kc-side-list span{font-size:12.5px!important;line-height:1.32!important;margin-top:5px!important;color:#6b7280!important;white-space:normal!important;overflow-wrap:anywhere!important;}
  .kc-holiday-row small,.kc-holiday-row em{grid-column:3!important;justify-self:end!important;align-self:center!important;min-width:54px!important;max-width:54px!important;min-height:42px!important;border-radius:16px!important;padding:6px!important;font-size:12.5px!important;line-height:1.05!important;white-space:normal!important;text-align:center!important;}

  .kc-month-head h2,.kc-month h2{font-size:24px!important;line-height:1.1!important;}
  .kc-week b{font-size:11px!important;padding:8px 2px!important;}
  .kc-days span{min-height:54px!important;padding:6px!important;font-size:12px!important;}
  .kc-days strong{font-size:14px!important;}
  .kc-days em{font-size:9px!important;line-height:1.15!important;}
  .kc-footer{padding:28px 20px 118px!important;display:grid!important;gap:14px!important;}
  .kc-bottom-nav{display:grid!important;position:fixed!important;left:12px!important;right:12px!important;bottom:12px!important;width:auto!important;max-width:none!important;height:74px!important;border-radius:28px!important;z-index:80!important;grid-template-columns:repeat(4,1fr)!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px)!important;box-shadow:0 18px 55px rgba(17,24,39,.18)!important;}
  .kc-bottom-nav a{min-width:0!important;font-size:12px!important;line-height:1!important;}
  .kc-bottom-nav svg{width:24px!important;height:24px!important;}
}

@media (hover:none) and (pointer:coarse) and (min-width:761px){
  .kc-list article.kc-holiday-row,.kc-side-list a.kc-holiday-row{grid-template-columns:52px minmax(0,1fr) 64px!important;gap:12px!important;padding:15px 14px!important;}
  .kc-holiday-icon{width:48px!important;height:48px!important;}
  .kc-holiday-main b,.kc-holiday-main a,.kc-side-list b,.kc-list article a{font-size:17px!important;}
  .kc-holiday-main span,.kc-list span,.kc-side-list span{font-size:14px!important;}
  .kc-holiday-row small,.kc-holiday-row em{min-width:62px!important;max-width:62px!important;font-size:14px!important;}
}

/* v2.1 settings application fixes */
.kc-logo-custom{display:inline-flex!important;align-items:center!important;gap:0!important;max-width:240px;height:58px;overflow:visible!important}
.kc-custom-logo{display:block!important;width:auto!important;height:auto!important;max-width:220px!important;max-height:58px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.kc-drawer-head .kc-logo-custom{max-width:210px}.kc-drawer-head .kc-custom-logo{max-width:200px;max-height:54px}
@media(max-width:760px){
  .kc-header .kc-logo-custom{height:54px;max-width:230px}.kc-header .kc-custom-logo{max-width:210px;max-height:54px}
  .kc-header{width:100%;overflow:hidden}.kc-nav{display:none!important}.kc-menu-btn{display:grid!important}
}

/* v2.2.0 professional built-in Klicap logo */
.kc-logo-professional{display:inline-flex;align-items:center;gap:10px;line-height:1;white-space:nowrap;min-height:54px}
.kc-brand-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;border-radius:13px;background:#e6003d;box-shadow:0 10px 24px rgba(230,0,61,.18)}
.kc-brand-icon svg{width:36px;height:36px;display:block;overflow:visible}.kc-bi-bg{fill:#e6003d}.kc-bi-line{fill:none;stroke:#fff;stroke-width:3.2;stroke-linecap:round}.kc-bi-k{fill:none;stroke:#fff;stroke-width:4.2;stroke-linecap:round;stroke-linejoin:round}.kc-logo-professional .kc-wordmark{font-size:34px!important;font-weight:950!important;letter-spacing:-.065em!important;color:#121826!important;line-height:.92!important;display:inline-flex!important}.kc-logo-professional .kc-word-cap{color:#e6003d!important}.kc-logo-professional .kc-word-kli{color:#121826!important}.kc-header .kc-logo-professional{min-height:56px}.kc-drawer-head .kc-logo-professional .kc-wordmark{font-size:30px!important}.kc-drawer-head .kc-brand-icon{width:38px;height:38px;flex-basis:38px}.kc-drawer-head .kc-brand-icon svg{width:32px;height:32px}.kc-footer .kc-logo-professional .kc-wordmark{font-size:30px!important}.kc-footer .kc-brand-icon{width:36px;height:36px;flex-basis:36px}.kc-footer .kc-brand-icon svg{width:30px;height:30px}
@media(max-width:640px){.kc-logo-professional{gap:8px;min-height:50px}.kc-brand-icon{width:38px;height:38px;flex-basis:38px;border-radius:12px}.kc-brand-icon svg{width:32px;height:32px}.kc-logo-professional .kc-wordmark{font-size:30px!important}.kc-header .kc-logo-professional{min-height:52px}}


/* Klicap social sharing */
.kc-share{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:18px 0 22px;padding:14px 16px;border:1px solid rgba(18,24,38,.07);border-radius:22px;background:linear-gradient(135deg,#fff,#fff7f9);box-shadow:0 10px 30px rgba(18,24,38,.05)}
.kc-share-title{font-weight:900;color:#121826;font-size:15px;white-space:nowrap}.kc-share-icons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.kc-share-btn{width:42px;height:42px;border-radius:15px;border:1px solid rgba(18,24,38,.08);display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#e6003d;text-decoration:none;box-shadow:0 8px 22px rgba(18,24,38,.06);transition:transform .15s ease,box-shadow .15s ease,background .15s ease;color:#e6003d;cursor:pointer}.kc-share-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(18,24,38,.12);background:#fff1f4}.kc-share-btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kc-share-facebook svg,.kc-share-linkedin svg{fill:currentColor;stroke:none}.kc-share-copy.is-copied{background:#e6003d;color:#fff}
@media(max-width:640px){.kc-share{margin:16px 0 18px;padding:14px;border-radius:24px;display:grid;grid-template-columns:1fr}.kc-share-title{font-size:14px}.kc-share-icons{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.kc-share-btn{width:100%;height:46px;border-radius:16px}.kc-share-btn svg{width:22px;height:22px}}

/* Static legal pages */
.kc-page-wrap{padding-bottom:92px}.kc-static-page{max-width:920px;margin:24px auto}.kc-static-page h1{margin-top:0}.kc-page-content h2{margin-top:28px}.kc-page-content p{line-height:1.8}.kc-footer{gap:14px;flex-wrap:wrap}.kc-footer a{white-space:nowrap}

/* v2.3.4 high-level UX + SEO layout */
.kc-seo-content{margin-top:22px;line-height:1.82}.kc-seo-content h2{margin-top:0}.kc-seo-content h3{margin:22px 0 8px;font-size:20px}.kc-seo-content p{color:var(--muted);font-size:16px}.kc-upcoming-compact .kc-side-list a:nth-child(n+6){display:none}.kc-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.kc-facts div{border:1px solid var(--line);background:#fff;border-radius:18px;padding:14px}.kc-facts b{display:block;font-size:13px;color:var(--muted);margin-bottom:6px}.kc-facts span{font-weight:850}.kc-years-table h2{margin-top:0}.kc-year-rows{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.kc-year-rows div{display:grid;grid-template-columns:70px 1fr auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:12px}.kc-year-rows b{color:var(--red)}.kc-year-rows em{font-style:normal;color:var(--muted)}.kc-html-sitemap ul{line-height:2}.kc-html-sitemap a{font-weight:800;text-decoration:none}.kc-footer-pro{display:grid!important;grid-template-columns:1.3fr .7fr;gap:28px;align-items:start}.kc-footer-brand p{max-width:560px;margin:12px 0;line-height:1.7;color:rgba(255,255,255,.86)}.kc-footer-brand span{color:rgba(255,255,255,.74);font-size:14px}.kc-footer-links{display:grid;gap:10px;justify-items:start}.kc-footer-links a{font-weight:750;opacity:.96}.kc-footer-links a:hover{text-decoration:underline}.kc-menu-btn{box-shadow:none!important;background:transparent!important;border:0!important;color:var(--red)!important}.kc-share-linkedin{display:none!important}@media(max-width:760px){.kc-facts{grid-template-columns:1fr}.kc-year-rows{grid-template-columns:1fr}.kc-year-rows div{grid-template-columns:58px 1fr}.kc-year-rows em{grid-column:2}.kc-footer-pro{grid-template-columns:1fr!important;padding-bottom:118px!important}.kc-footer-brand p{font-size:14px}.kc-seo-content{margin-top:16px}.kc-seo-content p{font-size:15px}.kc-hero{padding-top:10px!important}.kc-kicker{margin-bottom:10px!important}}

.kc-linked-post-card h2{margin-bottom:10px}.kc-linked-post-card p{max-width:860px}.kc-linked-post-card .kc-button{display:inline-flex;margin-top:6px}

.kc-linked-post-full .kc-ai-post-body{line-height:1.85;color:var(--muted);font-size:16px}.kc-linked-post-full .kc-ai-post-body h2,.kc-linked-post-full .kc-ai-post-body h3{color:var(--ink);margin:24px 0 10px}.kc-linked-post-full .kc-ai-post-body p{margin:0 0 14px}.kc-linked-post-full .kc-ai-post-body ul,.kc-linked-post-full .kc-ai-post-body ol{padding-left:22px;margin:0 0 16px}.kc-linked-post-full .kc-ai-post-body a{font-weight:800;color:var(--red)}
