/* DAKIPOST editorial adaptation of the getdesign.md Apple reference. */
.dp-footer-socials{display:flex;gap:8px;align-items:center}
.dp-footer .dp-footer-socials a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff;border-radius:50%;color:#1d1d1f}
.dp-footer-socials svg,.dp-channel-icon svg{width:23px;height:23px;fill:currentColor}
.dp-footer-socials a:hover{color:#0071e3}
.dp-footer-socials a:focus-visible{outline:3px solid #0071e3;outline-offset:3px}
.dp-latest-videos{margin:0 0 32px}
.dp-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.dakipost-site a.dp-video-card{display:block;color:#1d1d1f;text-decoration:none}
.dp-video-media{position:relative;overflow:hidden;border-radius:18px;background:#f5f5f7;aspect-ratio:16/9;margin-bottom:16px}
.dp-video-media img{display:block;width:100%;height:100%;object-fit:cover}
.dp-video-media span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:white;font-size:28px;text-shadow:0 1px 6px #000}
.dp-video-card h3{font-size:19px;line-height:1.5;word-break:keep-all;margin:0 0 8px}
.dp-video-card time{font-size:13px;color:#62626a}
.dp-video-card:focus-visible{outline:3px solid #0071e3;outline-offset:4px;border-radius:18px}
@media(max-width:600px){.dp-video-grid{grid-template-columns:1fr;gap:24px}.dp-video-card h3{font-size:18px}}
.dp-channel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.dakipost-site a.dp-channel-card{display:flex;flex-direction:column;padding:28px 24px;background:#f5f5f7;border:1px solid transparent;border-radius:22px;color:#1d1d1f;text-decoration:none;transition:border-color .2s,background .2s}
.dakipost-site a.dp-channel-card:hover{background:#eeeef2;border-color:#d2d2d7}
.dp-channel-card:focus-visible{outline:3px solid #0071e3;outline-offset:4px}
.dp-channel-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:#fff;font-size:24px;font-weight:700;margin-bottom:24px}
.dp-channel-card h3{font-size:21px;line-height:1.3;margin:0 0 10px}
.dp-channel-card p{font-size:14px;line-height:1.7;color:#62626a;margin:0 0 24px;word-break:keep-all}
.dp-channel-cta{margin-top:auto;font-size:14px;color:#0071e3;min-height:44px;display:flex;align-items:center;gap:6px}
.dp-channels-intro{max-width:640px;color:#62626a;font-size:18px;line-height:1.7;margin:0 0 32px}
@media(max-width:900px){.dp-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.dp-channel-grid{gap:12px}.dakipost-site a.dp-channel-card{padding:20px 16px;border-radius:18px}.dp-channel-card h3{font-size:18px}.dp-channel-card p{font-size:13px}.dp-channel-cta{font-size:13px}.dp-channel-icon{margin-bottom:18px}}
.dp-press-info{grid-column:1/-1;padding-top:20px;border-top:1px solid #d2d2d7}
.dp-footer .dp-press-info p{display:flex;flex-wrap:wrap;gap:4px 20px;margin:0 0 8px;font-size:13px;line-height:1.8;color:#55555e;letter-spacing:0}
.dp-press-info p:last-child{margin-bottom:0}
.dp-press-info a{color:inherit;text-decoration:underline;text-underline-offset:3px}
@media(max-width:600px){.dp-footer .dp-press-info p{font-size:12px;gap:4px 14px}.dp-press-info{padding-top:18px}}
/* Reading rhythm: section break > media break > paragraph break. */
.dakipost-site.single-post .entry-content > h2.wp-block-heading{margin:48px 0 20px!important;line-height:1.4;word-break:keep-all}
.dakipost-site.single-post .entry-content > h3.wp-block-heading{margin:36px 0 16px!important;line-height:1.45;word-break:keep-all}
.dakipost-site.single-post .entry-content > p{margin:0 0 24px!important}
.dakipost-site.single-post .entry-content > figure.wp-block-image{margin:24px 0 28px!important}
.dakipost-site.single-post .entry-content > h2.wp-block-heading + figure.wp-block-image,.dakipost-site.single-post .entry-content > h3.wp-block-heading + figure.wp-block-image{margin-top:0!important}
.dakipost-site.single-post .entry-content > figure.wp-block-image img{display:block;width:auto;max-width:100%;height:auto}
.dakipost-site.single-post .entry-content > ul,.dakipost-site.single-post .entry-content > ol{margin:0 0 24px!important;padding-left:24px}
.dakipost-site.single-post .entry-content > ul li,.dakipost-site.single-post .entry-content > ol li{margin-bottom:8px}
.dakipost-site.single-post .entry-content > figure.wp-block-table{margin:28px 0!important;overflow-x:auto}
.dakipost-site.single-post .entry-content > figure figcaption{margin-top:12px;font-size:13px;line-height:1.6}
.dp-home .dp-section-header{margin-bottom:24px;gap:16px;align-items:center}
.dp-home .dp-section-header > a{display:inline-flex;align-items:center;min-height:44px;line-height:1.5}
.dp-home .dp-news-grid{gap:24px}
.dp-home .dp-news-grid .dp-card h3{line-height:1.5;margin-bottom:14px}
@media(max-width:600px){
 .dakipost-site.single-post .entry-content > h2.wp-block-heading{margin:36px 0 16px!important;font-size:24px}
 .dakipost-site.single-post .entry-content > h3.wp-block-heading{margin:28px 0 14px!important;font-size:21px}
 .dakipost-site.single-post .entry-content > p{margin-bottom:20px!important}
 .dakipost-site.single-post .entry-content > figure.wp-block-image{margin:20px 0 22px!important}
 .dakipost-site.single-post .entry-content > h2.wp-block-heading + figure.wp-block-image,.dakipost-site.single-post .entry-content > h3.wp-block-heading + figure.wp-block-image{margin-top:0!important}
 .dakipost-site.single-post .entry-content > ul,.dakipost-site.single-post .entry-content > ol{margin-bottom:20px!important}
 .dp-home .dp-news-grid{gap:20px}
}
.dakipost-site.single-post .entry-content .dp-article-summary{box-sizing:border-box;width:100%;max-width:680px;min-height:0!important;padding:22px 24px!important;margin:0 0 28px!important;border-radius:16px;background:#f5f5f7}
.dakipost-site.single-post .entry-content .dp-article-summary .wp-block-group__inner-container{padding:0!important;margin:0!important}
.dakipost-site.single-post .entry-content .dp-article-summary h2{font-size:19px;font-weight:600;line-height:1.4;margin:0 0 12px!important;padding:0!important}
.dakipost-site.single-post .entry-content .dp-article-summary ul{padding-left:20px;margin:0!important;max-width:none}
.dakipost-site.single-post .entry-content .dp-article-summary li{font-size:15px;line-height:1.7;margin:0 0 8px!important}
.dakipost-site.single-post .entry-content .dp-article-summary li:last-child{margin-bottom:0!important}
.dakipost-site.single-post footer.entry-meta,.dakipost-site.single-post #nav-below{display:none}
.dp-article-tools{justify-content:flex-end;border:0;margin-top:14px;padding:0}
.dakipost-site.single-post .comments-area{max-width:740px;margin:36px auto 0;padding:28px 32px;background:#f5f5f7;border-radius:20px}
.dakipost-site .comments-area .comment-reply-title{font-size:23px;font-weight:600;letter-spacing:-.03em;margin:0 0 22px}
.dakipost-site .comments-area .comment-form{display:grid;gap:18px}
.dakipost-site .comments-area .comment-form p{margin:0}
.dakipost-site .comments-area .comment-form label{display:block;margin:0 0 8px;color:#1d1d1f;font-size:13px;font-weight:600}
.dakipost-site .comments-area .comment-form input[type=text],.dakipost-site .comments-area .comment-form textarea{box-sizing:border-box;width:100%;border:1px solid #d2d2d7;border-radius:12px;background:#fff;padding:13px 16px;font-size:15px;color:#1d1d1f;line-height:1.6}
.dakipost-site .comments-area .comment-form textarea{min-height:128px;resize:vertical}
.dakipost-site .comments-area .comment-form .comment-form-author{max-width:320px}
.dakipost-site .comments-area .comment-form .submit{min-height:44px;padding:11px 22px;border:0;border-radius:999px;background:#0066cc;color:#fff;font-size:14px;font-weight:600}
.dakipost-site .comments-area .comment-form .submit:hover{background:#0071e3}
.dakipost-site .comments-area .comment-form input:focus,.dakipost-site .comments-area .comment-form textarea:focus{border-color:#0071e3;outline:2px solid #0071e3;outline-offset:2px}
@media(max-width:600px){.dakipost-site.single-post .entry-content .dp-article-summary{padding:18px 20px!important}.dakipost-site.single-post .entry-content .dp-article-summary li{font-size:14px}.dakipost-site.single-post .comments-area{margin:24px 12px 0;padding:24px 20px}.dakipost-site .comments-area .comment-form .comment-form-author{max-width:none}}
.dp-home-sorts{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0 28px}
.dp-home-sorts a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 20px;border-radius:999px;background:#f5f5f7;color:#1d1d1f;font-size:14px;font-weight:600;text-decoration:none}
.dp-home-sorts a:hover{background:#e8e8ed;color:#1d1d1f}
.dp-home-sorts a[aria-current="page"]{background:#1d1d1f;color:#fff}
.dp-ranking .dp-empty{background:#f5f5f7;padding:32px}
.dp-ranking .dp-empty h3{font-size:24px;word-break:keep-all}
@media(max-width:600px){.dp-home-sorts{margin:14px 0 24px;gap:6px}.dp-home-sorts a{padding:10px 16px;font-size:13px}}
:root{--dp-ink:#1d1d1f;--dp-muted:#63636b;--dp-accent:#0066cc;--dp-line:#e0e0e5}
.dakipost-site{background:#fff;letter-spacing:-.018em}
.dakipost-site .inside-header{padding:18px 32px}
.dakipost-site .main-navigation .main-nav ul li a{font-size:13px;font-weight:600;line-height:44px}
.dakipost-site .navigation-stick{box-shadow:none;border-bottom:1px solid #e0e0e5;background:#fffffff2}
.dp-intro.dp-intro-compact{padding:28px 0 4px}
.dp-intro.dp-intro-compact h1{font-size:28px;font-weight:650;letter-spacing:-.045em}
.dp-quick-topics a{background:#f5f5f7;border-color:transparent;font-weight:600}
.dp-quick-topics a:hover{background:#e8e8ed;color:#1d1d1f;border-color:transparent}
.dp-section{margin-bottom:64px}
.dp-section-header h2{font-weight:650;font-size:28px}
.dp-card{background:#f5f5f7;border-radius:18px;box-shadow:none}
.dp-card:hover{box-shadow:none;transform:none}
.dp-card h2,.dp-card h3{font-weight:650;word-break:keep-all;overflow-wrap:break-word;letter-spacing:-.035em}
.dp-card-category{font-weight:600}
.dp-card time{color:#63636b;font-size:12px}
.dp-home .dp-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:20px}
.dp-home .dp-card-featured{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;background:#f5f5f7;border-radius:24px}
.dp-home .dp-card-featured .dp-card-copy{order:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px}
.dp-home .dp-card-featured .dp-card-media{order:2;aspect-ratio:auto;min-height:380px}
.dp-home .dp-card-featured .dp-card-media img{height:100%;object-fit:cover}
.dp-home .dp-card-featured h2{font-size:clamp(28px,3vw,40px);line-height:1.22;margin-bottom:0}
.dp-home .dp-card-featured p{font-size:15px;line-height:1.7;margin:18px 0;color:#63636b}
.dp-home .dp-card-featured a.dp-card-cta{min-height:44px;align-items:center;padding:10px 20px;margin-top:20px;border-radius:999px;background:#0066cc;color:#fff;font-size:14px;gap:20px}
.dp-home .dp-card-featured a.dp-card-cta:hover{background:#0071e3}
.dp-home .dp-card-featured.dp-card-no-image{grid-template-columns:1fr;background:#1d1d1f}
.dp-home .dp-card-featured.dp-card-no-image p,.dp-home .dp-card-featured.dp-card-no-image time{color:#d2d2d7}
.dp-home .dp-hero-side{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.dp-home .dp-hero-side .dp-card{grid-template-columns:96px minmax(0,1fr);background:#fff;border:1px solid #e0e0e5;border-radius:18px}
.dp-home .dp-hero-side .dp-card-media{margin:14px 0 14px 14px;border-radius:10px}
.dp-home .dp-hero-side .dp-card-copy{padding:18px 16px}
.dp-home .dp-hero-side .dp-card h3{font-size:16px;line-height:1.45;margin-bottom:12px}
.dp-home .dp-hero-side .dp-card-no-image{grid-template-columns:1fr}
.dp-home>.dp-section:not(#dp-latest){padding-top:32px;border-top:1px solid #e0e0e5}
.dp-card-media img{transition:transform .4s ease}
.dakipost-site.single-post .inside-article{background:#fff}
.dakipost-site.single-post .entry-title{font-weight:650}
.dp-article-summary{background:#f5f5f7;border-radius:18px}
.dakipost-site .site-footer{background:#f5f5f7;border:0;color:#1d1d1f}
.dp-footer .dp-footer-brand{color:#1d1d1f;font-size:24px}
.dp-footer-brand span{color:#0066cc}
.dp-footer nav a,.dp-footer p,.dp-footer small{color:#63636b}
.dp-footer small{border-top-color:#d2d2d7}
@media(max-width:1000px){.dp-home .dp-card-featured .dp-card-copy{padding:28px}.dp-home .dp-card-featured .dp-card-media{min-height:340px}.dp-home .dp-hero-side{grid-template-columns:1fr}.dp-home .dp-hero-side .dp-card{grid-template-columns:100px minmax(0,1fr)}}
@media(max-width:600px){
 .dakipost-site .inside-header{padding:16px 20px}.dp-intro.dp-intro-compact{padding:18px 0 4px}.dp-intro.dp-intro-compact h1{font-size:22px}
 .dp-quick-topics{margin:14px 0 24px}.dp-section{margin-bottom:44px}.dp-section-header{margin-bottom:16px}.dp-section-header h2{font-size:22px}
 .dp-home .dp-card-featured{grid-template-columns:1fr;border-radius:20px}
 .dp-home .dp-card-featured .dp-card-copy{padding:24px;order:1}
 .dp-home .dp-card-featured .dp-card-media{order:2;min-height:0;aspect-ratio:16/10}
 .dp-home .dp-card-featured h2{font-size:27px;line-height:1.28}
 .dp-home .dp-card-featured p{display:none}
 .dp-home .dp-card-featured time{margin-top:14px}
 .dp-home .dp-card-featured a.dp-card-cta{margin-top:14px}
 .dp-home .dp-hero-side{gap:12px}.dp-home .dp-hero-side .dp-card{grid-template-columns:100px minmax(0,1fr)}
 .dp-home>.dp-section:not(#dp-latest){padding-top:24px}
 .dp-card-copy{padding:22px}.dp-footer{padding-top:36px}
}
@media(prefers-reduced-motion:reduce){.dp-card-media img{transition:none;transform:none!important}}
