@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";:root{--primary:#2563eb;--primary-light:#3b82f6;--primary-glow:rgba(37,99,235,0.18);--cta:#f97316;--cta-hover:#ea580c;--bg:#f8fafc;--bg-hero:linear-gradient(180deg,#eff6ff,#f8fafc 50%,#fff7ed);--surface:#fff;--surface-alpha:hsla(0,0%,100%,0.72);--text:#0f172a;--text-muted:#475569;--text-subtle:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--success:#16a34a;--warning:#eab308;--error:#dc2626;--shadow-sm:0 1px 3px rgba(0,0,0,0.06);--shadow-md:0 4px 24px rgba(0,0,0,0.07);--shadow-lg:0 12px 40px rgba(0,0,0,0.1);--shadow-glow:0 0 0 4px var(--primary-glow);--nav-h:68px;--radius:0.875rem;--radius-full:999px;--carrier-0:#3b82f6;--carrier-1:#8b5cf6;--carrier-2:#f59e0b;--carrier-3:#10b981;--carrier-4:#ec4899;--carrier-5:#06b6d4}[data-theme=dark]{--primary:#60a5fa;--primary-light:#93c5fd;--primary-glow:rgba(96,165,250,0.2);--cta:#fb923c;--cta-hover:#f97316;--bg:#0b1120;--bg-hero:linear-gradient(135deg,#0b1120,#111827 50%,#1a1510);--surface:#1e293b;--surface-alpha:rgba(30,41,59,0.78);--text:#e2e8f0;--text-muted:#94a3b8;--text-subtle:#64748b;--border:#334155;--border-light:#1e293b;--shadow-sm:0 1px 3px rgba(0,0,0,0.3);--shadow-md:0 4px 24px rgba(0,0,0,0.4);--shadow-lg:0 12px 40px rgba(0,0,0,0.5);--carrier-0:#60a5fa;--carrier-1:#a78bfa;--carrier-2:#fbbf24;--carrier-3:#34d399;--carrier-4:#f472b6;--carrier-5:#22d3ee}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,system-ui,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.theme-transitioning,body.theme-transitioning *{transition:background-color .3s,color .3s,border-color .3s,box-shadow .3s!important}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:0 0}ul{list-style:none}h1,h2,h3,h4{font-weight:700;letter-spacing:-.02em;color:var(--text)}h1{font-size:clamp(2.25rem,7vw,4.5rem);line-height:1.08}h2{font-size:clamp(1.5rem,4vw,2.5rem);line-height:1.15}h3{font-size:1.125rem}p{font-size:1rem;margin-bottom:1rem}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 1.25rem}main{min-height:100vh;padding-top:calc(var(--nav-h) + 24px)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:.75rem 1.25rem;transition:background .3s,box-shadow .3s}.site-header.scrolled{background:var(--surface-alpha);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--border-light)}.header-inner{justify-content:space-between;max-width:1120px;margin:0 auto}.header-inner,.logo{display:flex;align-items:center}.logo{gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--primary);white-space:nowrap}.logo svg{width:28px;height:28px;flex-shrink:0}.nav-links{display:none;gap:.25rem}.nav-links a{padding:.5rem .875rem;border-radius:var(--radius);font-weight:500;font-size:.9375rem;color:var(--text-muted);transition:color .2s,background .2s}.nav-links a.active,.nav-links a:hover{color:var(--primary);background:var(--primary-glow)}.header-actions{gap:.375rem}.header-actions,.icon-btn{display:flex;align-items:center}.icon-btn{width:40px;height:40px;justify-content:center;border-radius:var(--radius);color:var(--text-muted);transition:color .2s,background .2s}.icon-btn:hover{color:var(--text);background:var(--border-light)}.icon-btn svg{width:20px;height:20px}.lang-selector{position:relative}.lang-trigger{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;color:var(--text-muted);border:1px solid var(--border);background:var(--surface);transition:all .2s}.lang-trigger:hover{border-color:var(--primary);color:var(--text)}.lang-trigger svg{width:14px;height:14px;transition:transform .2s}.lang-selector.open .lang-trigger svg{transform:rotate(180deg)}.lang-dropdown{display:none;position:absolute;right:0;top:calc(100% + 6px);min-width:170px;padding:.375rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-md);z-index:50}.lang-selector.open .lang-dropdown{display:block;animation:fadeSlide .18s ease-out}.lang-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .625rem;border-radius:.5rem;font-size:.8125rem;color:var(--text-muted);transition:background .15s}.lang-option:hover{background:var(--border-light);color:var(--text)}.lang-option.active{font-weight:600;color:var(--primary)}.lang-option .check{margin-left:auto;width:16px;height:16px;opacity:0}.lang-option.active .check{opacity:1}.mobile-menu-btn{display:flex}.mobile-overlay{display:none;position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);opacity:0;transition:opacity .25s}.mobile-overlay.open{display:block;opacity:1}.mobile-nav{position:fixed;top:0;right:0;bottom:0;z-index:201;width:280px;padding:1.5rem;background:var(--surface);box-shadow:var(--shadow-lg);transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.mobile-nav.open{transform:translateX(0)}.mobile-nav-header{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.mobile-nav a{display:block;padding:.875rem 0;font-size:1.0625rem;font-weight:500;color:var(--text);border-bottom:1px solid var(--border-light)}.mobile-nav a:hover{color:var(--primary)}@media(min-width:768px){.nav-links{display:flex}.mobile-menu-btn{display:none}}.hero{position:relative;min-height:calc(100vh - var(--nav-h));display:flex;align-items:center;justify-content:center;padding:3rem 0 4rem;overflow:hidden;background:var(--bg-hero)}.hero-shape{position:absolute;border-radius:50%;background:var(--primary);opacity:.07;filter:blur(60px);pointer-events:none}.hero-shape--1{width:420px;height:420px;top:-10%;left:-8%;animation:float1 14s ease-in-out infinite}.hero-shape--2{width:320px;height:320px;bottom:-5%;right:-6%;background:var(--cta);animation:float2 16s ease-in-out infinite}.hero-shape--3{width:180px;height:180px;top:20%;right:15%;animation:float3 12s ease-in-out infinite}[data-theme=dark] .hero-shape{opacity:.12}.hero-content{position:relative;z-index:2;text-align:center;max-width:720px;margin:0 auto;padding:0 1.25rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;margin-bottom:1.5rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;color:var(--primary);background:var(--primary-glow);border:1px solid rgba(37,99,235,.12);animation:fadeUp .8s ease-out both}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--cta)}.hero h1{margin-bottom:1rem;animation:fadeUp .8s ease-out .1s both}.hero-gradient{background:linear-gradient(135deg,var(--primary),#818cf8,var(--cta));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--text-muted);max-width:540px;margin:0 auto 2.5rem;line-height:1.6;animation:fadeUp .8s ease-out .2s both}.tracking-form{display:flex;flex-direction:column;gap:.75rem;max-width:580px;width:100%;margin:0 auto;animation:fadeUp .8s ease-out .3s both}input:not([type]),input[type=text]{width:100%;padding:1rem 1.25rem;font-size:1.0625rem;font-family:inherit;background:var(--surface);color:var(--text);border:2px solid var(--border);border-radius:var(--radius);outline:none;transition:border-color .2s,box-shadow .2s}input:not([type])::placeholder,input[type=text]::placeholder{color:var(--text-subtle)}input:not([type]):focus,input[type=text]:focus{border-color:var(--primary);box-shadow:var(--shadow-glow)}.btn-track{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.75rem;font-size:1.0625rem;font-weight:700;color:#fff;background:var(--cta);border-radius:var(--radius);transition:background .2s,transform .1s,box-shadow .2s;box-shadow:0 4px 14px rgba(249,115,22,.3)}.btn-track:hover{background:var(--cta-hover);box-shadow:0 6px 20px rgba(249,115,22,.35)}.btn-track:active{transform:scale(.97)}.btn-track:focus-visible{outline:3px solid var(--cta);outline-offset:2px}.btn-track svg{width:20px;height:20px}@media(min-width:640px){.tracking-form{flex-direction:row}}.input-group{position:relative;flex:1}.input-meta{display:flex;justify-content:space-between;align-items:center;margin-top:.375rem;padding:0 .25rem;min-height:1.25rem}.char-counter{font-size:.75rem;color:var(--text-subtle);font-variant-numeric:tabular-nums;margin-left:auto;transition:color .2s}.char-counter.warn{color:var(--warning);font-weight:600}.char-counter.over{color:var(--error);font-weight:600}.input-error{font-size:.75rem;color:var(--error);font-weight:500;opacity:0;transition:opacity .2s}.input-error.visible{opacity:1}input:not([type]).invalid,input[type=text].invalid{border-color:var(--error);box-shadow:0 0 0 4px rgba(220,38,38,.12)}.btn-track:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn-track.loading{background:var(--text-subtle);box-shadow:none}.btn-track.cooldown{opacity:.7}.btn-spinner{animation:spin 1s linear infinite;width:20px;height:20px}.recent-trackings{margin-top:1.25rem;animation:fadeUp .8s ease-out .4s both;text-align:center}.recent-trackings p{font-size:.8125rem;color:var(--text-subtle);margin-bottom:.5rem}.recent-pills{display:flex;gap:.375rem;justify-content:center;flex-wrap:wrap}.recent-pill{padding:.375rem .875rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;color:var(--primary);background:var(--surface);border:1px solid var(--border);cursor:pointer;transition:all .2s}.recent-pill:hover{border-color:var(--primary);background:var(--primary-glow)}.carrier-strip{margin-top:3rem;animation:fadeUp .8s ease-out .5s both;text-align:center}.carrier-strip p{font-size:.8125rem;color:var(--text-subtle);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.carrier-logos{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;opacity:.5}.carrier-logos span{font-size:1rem;font-weight:700;color:var(--text-muted);letter-spacing:-.01em}.features{padding:5rem 0;background:var(--bg)}.features-header{text-align:center;max-width:560px;margin:0 auto 3rem}.features-header p{color:var(--text-muted);margin-top:.75rem}.features-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:1.75rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);transition:transform .25s,box-shadow .25s,border-color .25s;cursor:default}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--primary-glow)}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;margin-bottom:1rem;background:var(--primary-glow);color:var(--primary)}.feature-icon svg{width:24px;height:24px}.feature-card h3{margin-bottom:.5rem}.feature-card p{font-size:.9375rem;color:var(--text-muted);margin-bottom:0}#tracking-results{max-width:700px;margin:0 auto;width:100%;padding:0 1.25rem}.result-card{background:var(--surface);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-md);text-align:left;animation:fadeUp .35s ease-out;margin-top:2rem;border:1px solid var(--border)}.result-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border);flex-wrap:wrap;gap:1rem}.result-tracking-num{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:.25rem}.result-carrier{display:inline-block;padding:.2rem .625rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;background:var(--border-light);color:var(--text-muted)}.result-status{text-align:right}.result-status-label{font-size:1.125rem;font-weight:700;margin-bottom:.125rem;text-transform:capitalize}.status-delivered{color:var(--success)}.status-transit{color:var(--warning)}.result-route{font-size:.875rem;color:var(--text-muted)}.timeline{position:relative;padding-left:1.5rem}.timeline-line{position:absolute;left:7px;top:8px;bottom:16px;width:2px;background:var(--border)}.timeline-item{position:relative;margin-bottom:1.75rem}.timeline-dot{position:absolute;left:-1.5rem;top:.25rem;width:16px;height:16px;border-radius:50%;background:var(--border)}.timeline-dot.active{background:var(--primary);box-shadow:0 0 0 4px var(--primary-glow)}.timeline-content{margin-left:1rem}.timeline-status{font-weight:600;font-size:1rem;margin-bottom:.125rem}.timeline-status.active{color:var(--text)}.timeline-meta,.timeline-status.muted{color:var(--text-muted)}.timeline-meta{display:flex;gap:.75rem;font-size:.8125rem}.error-card{background:var(--surface);border-radius:var(--radius);padding:1.75rem;text-align:left;margin-top:2rem;border:1px solid var(--border);border-left:4px solid var(--error);animation:fadeUp .35s ease-out}.error-title{color:var(--error);display:flex;align-items:center;gap:.5rem;font-weight:700;margin-bottom:.5rem}.error-title svg{width:22px;height:22px;flex-shrink:0}.error-details{margin-top:.75rem;font-size:.8125rem;color:var(--text-muted);font-family:monospace}.site-footer{padding:3rem 0 0;background:var(--surface);border-top:1px solid var(--border);margin-top:auto}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding-bottom:2rem}@media(min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.footer-grid{grid-template-columns:2fr repeat(3,1fr)}}.footer-brand p{font-size:.875rem;color:var(--text-muted);margin-top:.75rem;max-width:260px}.footer-col h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-subtle);margin-bottom:.75rem}.footer-col a{display:block;padding:.25rem 0;font-size:.875rem;color:var(--text-muted);transition:color .2s}.footer-col a:hover{color:var(--primary)}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:1.25rem 0;border-top:1px solid var(--border);gap:1rem}.footer-social{display:flex;gap:.5rem}.social-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);border:1px solid var(--border);color:var(--text-muted);transition:all .2s}.social-icon:hover{color:var(--primary);border-color:var(--primary);background:var(--primary-glow)}.social-icon svg{width:18px;height:18px}.footer-copy{font-size:.8125rem;color:var(--text-subtle)}.htmx-indicator{opacity:0;transition:opacity .2s;display:none;text-align:center;margin-top:2rem}.htmx-request.htmx-indicator,.htmx-request .htmx-indicator{opacity:1;display:block}.loading-spinner{animation:spin 1s linear infinite}.loading-text{color:var(--primary);font-weight:600;margin-top:.5rem;font-size:.9375rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes float1{0%,to{transform:translate(0)}50%{transform:translate(20px,30px)}}@keyframes float2{0%,to{transform:translate(0)}50%{transform:translate(-15px,-25px)}}@keyframes float3{0%,to{transform:translate(0)}50%{transform:translate(10px,-15px)}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.carrier-filter-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.carrier-tab{padding:.375rem .875rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;color:var(--text-muted);background:var(--bg);border:1px solid var(--border);transition:all .2s}.carrier-tab:hover{color:var(--text);border-color:var(--primary-glow)}.carrier-tab.active{color:var(--primary);background:var(--primary-glow);border-color:rgba(37,99,235,.12)}.timeline-item.hidden-item{display:none!important}.timeline-carrier-badge{display:inline-flex;align-items:center;padding:.125rem .375rem;border-radius:4px;background:color-mix(in srgb,var(--carrier-color) 15%,transparent);color:var(--carrier-color);font-size:.75rem;font-weight:600;line-height:1;margin-left:auto}.carrier-tab-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--carrier-color);margin-right:.375rem}.carrier-tab-dot.all{background:linear-gradient(135deg,var(--carrier-0),var(--carrier-4))}.carrier-tab.active{border-color:color-mix(in srgb,var(--carrier-color) 30%,transparent);background:color-mix(in srgb,var(--carrier-color) 10%,transparent);color:var(--carrier-color)}.details-toggle{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:color .2s;padding:.25rem 0;margin-top:.5rem}.details-toggle:hover{color:var(--primary)}.details-toggle svg{width:14px;height:14px;transition:transform .2s}.details-toggle.open svg{transform:rotate(180deg)}.package-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem;margin-top:1rem;margin-bottom:1.5rem;border-radius:var(--radius);background:var(--bg);border:1px solid var(--border);display:none;animation:fadeSlide .2s ease-out}.package-details-grid.open{display:grid}.detail-item{display:flex;flex-direction:column;gap:.125rem}.detail-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-subtle);font-weight:600}.detail-value{color:var(--text)}.breadcrumbs,.detail-value{font-size:.875rem;font-weight:500}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;padding:.75rem 0;margin-top:1rem;margin-bottom:1.5rem;color:var(--text-subtle)}.breadcrumbs a{color:var(--text-muted);transition:color .2s ease}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs .separator{color:var(--text-subtle);user-select:none}.breadcrumbs .current{color:var(--text);font-weight:600}.carrier-hero{display:flex;align-items:center;gap:1.75rem;padding:2rem;margin-bottom:2rem;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.carrier-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-light))}.carrier-logo-container{width:90px;height:90px;min-width:90px;background:var(--bg);border:1px solid var(--border);border-radius:1rem;padding:8px;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px rgba(0,0,0,2%);transition:transform .2s ease,box-shadow .2s ease}.carrier-hero:hover .carrier-logo-container{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.carrier-logo-container img{width:100%;height:100%;object-fit:contain;border-radius:.75rem}.carrier-logo-placeholder{width:100%;height:100%;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:2.25rem;color:var(--primary);background:var(--primary-glow)}.carrier-info{flex:1}.carrier-info h1{font-size:2.25rem;line-height:1.2;margin-bottom:.5rem;letter-spacing:-.02em}.carrier-info p{color:var(--text-muted);font-size:1.0625rem;line-height:1.5;margin-bottom:0}@media(max-width:640px){.carrier-hero{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:1.5rem}.carrier-logo-container{width:80px;height:80px;min-width:80px}.carrier-info h1{font-size:1.75rem}}.carrier-track-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:var(--radius);padding:2rem;margin-bottom:2.5rem;position:relative}.carrier-track-card h2{font-size:1.5rem;margin-bottom:1.5rem;font-weight:700;letter-spacing:-.015em;color:var(--text);display:flex;align-items:center;gap:.5rem}.carrier-track-card h2:before{content:"";display:inline-block;width:4px;height:1.25rem;background-color:var(--primary);border-radius:var(--radius-full)}@media(max-width:640px){.carrier-track-card{padding:1.25rem}}.prose{color:var(--text)}.prose,.prose p{font-size:1.125rem;line-height:1.75}.prose p{color:var(--text-muted);margin-bottom:1.5rem}.prose h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1.25rem;padding-bottom:.5rem;border-bottom:1px solid var(--border);letter-spacing:-.02em}.prose h2,.prose h3{color:var(--text);font-weight:700}.prose h3{font-size:1.375rem;margin-top:1.75rem;margin-bottom:.75rem;padding-left:.75rem;border-left:3px solid var(--primary);letter-spacing:-.015em}.prose a{color:var(--primary);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:500;transition:color .15s ease,text-decoration-color .15s ease}.prose a:hover{color:var(--primary-light);text-decoration-thickness:2px}.prose strong{color:var(--text);font-weight:600}.prose ol,.prose ul{margin-bottom:1.5rem;padding-left:1.5rem}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose li{margin-bottom:.5rem;color:var(--text-muted);line-height:1.625}.prose table{width:100%;border-collapse:collapse;margin:1.75rem 0;font-size:1rem;line-height:1.5;border-radius:var(--radius);overflow:hidden;box-shadow:0 0 0 1px var(--border)}.prose td,.prose th{padding:.75rem 1rem;text-align:left;border:1px solid var(--border)}.prose th{color:var(--text);font-weight:600}.prose blockquote,.prose th,.prose tr:nth-child(2n) td{background-color:var(--border-light)}.prose blockquote{margin:1.5rem 0;padding:.75rem 1.25rem;border-left:4px solid var(--primary);border-radius:0 .5rem .5rem 0;font-style:italic;color:var(--text-muted)}.prose blockquote p{margin-bottom:0;font-size:1.125rem}.prose code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875rem;color:var(--primary);padding:.2rem .4rem;border-radius:.25rem}.prose code,.prose pre{background-color:var(--border-light);border:1px solid var(--border)}.prose pre{margin:1.5rem 0;padding:1rem;border-radius:var(--radius);overflow-x:auto}.prose pre code{background-color:initial;padding:0;border:none;font-size:.875rem;color:var(--text)}.prose img{max-width:100%;height:auto;border-radius:var(--radius);margin:1.5rem 0;box-shadow:var(--shadow-sm)}