.field-notes,.field-note{--notes-navy:#0b2442;--notes-blue:#0092ff;--notes-sky:#edf8ff;--notes-ink:#21344d;--notes-muted:#64778a;background:#fff;color:var(--notes-ink)}
.field-notes__hero{position:relative;overflow:hidden;padding:178px 0 112px;background:linear-gradient(135deg,#071c34 0%,#0b3158 58%,#075d91 100%)}
.field-notes__hero:before{position:absolute;top:-230px;right:-180px;width:650px;height:650px;border-radius:50%;background:rgba(0,146,255,.17);content:""}
.field-notes__hero:after{position:absolute;bottom:-240px;left:-210px;width:390px;height:390px;border-radius:50%;background:rgba(139,36,238,.13);content:""}
.field-notes__hero .container{position:relative;z-index:1}
.field-notes__eyebrow,.field-note__category{display:inline-flex;align-items:center;gap:10px;color:#72cdff;font-size:14px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.field-notes__eyebrow:before{width:28px;height:2px;background:currentColor;content:""}
.field-notes__hero h1{max-width:760px;margin:19px 0 25px;color:#fff;font-size:clamp(48px,5vw,68px);line-height:1.06;letter-spacing:-.035em;text-transform:none}
.field-notes__hero-copy{max-width:680px;margin:0;color:#d7eaf8;font-size:20px;line-height:1.7}
.field-notes__hero-actions{display:flex;flex-wrap:wrap;gap:21px;align-items:center;margin-top:34px}
.field-notes__hero-actions .btn{margin:0}
.field-notes__rss{display:inline-flex;gap:9px;align-items:center;color:#e5f5ff;font-weight:700}
.field-notes__rss:hover{color:#fff}
.field-notes__hero-panel{position:relative;margin-left:28px;padding:14px;border:1px solid rgba(255,255,255,.17);border-radius:25px;background:rgba(255,255,255,.08);box-shadow:0 28px 65px rgba(0,0,0,.24);backdrop-filter:blur(12px)}
.field-notes__panel-top{display:flex;justify-content:space-between;align-items:center;padding:21px 22px;color:#fff;font-size:14px;font-weight:800;letter-spacing:.04em}
.field-notes__panel-top>i{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:12px;background:#0092ff;color:#fff}
.field-notes__topics{display:grid;gap:9px}
.field-notes__topics>div{display:flex;gap:14px;align-items:center;padding:15px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(4,26,49,.52)}
.field-notes__topics i{display:flex;width:43px;height:43px;flex:0 0 43px;align-items:center;justify-content:center;border-radius:11px;background:rgba(0,146,255,.15);color:#6fd0ff}
.field-notes__topics span,.field-notes__topics strong,.field-notes__topics small{display:block}
.field-notes__topics strong{color:#fff;font-size:14px}
.field-notes__topics small{margin-top:2px;color:#aac4d7;font-size:12px}
.field-notes__proof{position:relative;z-index:3;margin-top:-42px}
.field-notes__proof-inner{display:grid;grid-template-columns:repeat(3,1fr);padding:27px 34px;border-radius:18px;background:#fff;box-shadow:0 15px 45px rgba(16,50,84,.12)}
.field-notes__proof-inner>div{display:flex;gap:13px;align-items:center;color:var(--notes-navy);font-weight:700}
.field-notes__proof-inner i{display:flex;width:38px;height:38px;flex:0 0 38px;align-items:center;justify-content:center;border-radius:50%;background:#e6f6ff;color:var(--notes-blue)}
.field-notes__listing{min-height:470px;padding:108px 0 105px;background:#fff}
.field-notes__section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:45px}
.field-notes__section-kicker{display:block;margin-bottom:10px;color:var(--notes-blue);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.field-notes__section-head h2{margin:0;color:var(--notes-navy);font-size:45px;line-height:1.16;letter-spacing:-.025em;text-transform:none}
.field-notes__section-head>p{max-width:480px;margin:0;color:var(--notes-muted);font-size:16px;line-height:1.7}
.field-notes__featured-card{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);overflow:hidden;margin-bottom:30px;border:1px solid #dce8f0;border-radius:25px;background:#f6fbfe;box-shadow:0 18px 48px rgba(14,52,84,.08)}
.field-notes__featured-card .field-notes__card-visual{min-height:360px}
.field-notes__featured-card .field-notes__card-body{display:flex;flex-direction:column;justify-content:center;padding:48px}
.field-notes__featured-card h3{margin:15px 0 14px;color:var(--notes-navy);font-size:36px;line-height:1.16;text-transform:none}
.field-notes__featured-card h3 a{color:inherit}
.field-notes__featured-card p{margin:0 0 24px;color:var(--notes-muted);font-size:17px;line-height:1.72}
.field-notes__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}
.field-notes__card{overflow:hidden;border:1px solid #dce8f0;border-radius:19px;background:#fff;box-shadow:0 13px 36px rgba(14,52,84,.07);transition:transform .2s ease,box-shadow .2s ease}
.field-notes__card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(14,52,84,.12)}
.field-notes__card-visual{position:relative;display:flex;min-height:205px;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0b3158,#087dbb)}
.field-notes__card-visual:after{position:absolute;right:-50px;bottom:-85px;width:210px;height:210px;border-radius:50%;background:rgba(0,146,255,.22);content:""}
.field-notes__card-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.field-notes__visual-mark{position:relative;z-index:1;display:flex;flex-direction:column;gap:13px;align-items:center;color:#fff}
.field-notes__visual-mark i{display:flex;width:66px;height:66px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.1);font-size:29px}
.field-notes__visual-mark span{font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.field-notes__card-body{padding:27px}
.field-notes__card-meta,.field-note__meta{display:flex;flex-wrap:wrap;gap:8px 17px;color:#718597;font-size:12px;font-weight:700}
.field-notes__card h3{margin:13px 0 10px;color:var(--notes-navy);font-size:24px;line-height:1.23;text-transform:none}
.field-notes__card h3 a{color:inherit}
.field-notes__card p{margin:0 0 19px;color:var(--notes-muted);font-size:14px;line-height:1.65}
.field-notes__read-more,.field-note__back{color:#087ec2;font-weight:800}
.field-notes__empty{padding:62px 30px;border:1px solid #dce8f0;border-radius:22px;background:var(--notes-sky);text-align:center}
.field-notes__empty h2{color:var(--notes-navy);text-transform:none}
.field-notes__cta{padding:78px 0;background:linear-gradient(125deg,#0088ef,#075a9e)}
.field-notes__cta .container{display:flex;justify-content:space-between;gap:35px;align-items:center}
.field-notes__cta span{color:#dff3ff;font-weight:700}
.field-notes__cta h2{margin:5px 0 0;color:#fff;font-size:39px;text-transform:none}
.field-notes__cta .btn span{color:inherit}
.field-note__header{position:relative;overflow:hidden;padding:170px 0 92px;background:linear-gradient(135deg,#071c34 0%,#0b3158 62%,#075d91 100%)}
.field-note__header:after{position:absolute;top:-220px;right:-150px;width:560px;height:560px;border-radius:50%;background:rgba(0,146,255,.17);content:""}
.field-note__header .container{position:relative;z-index:1}
.field-note__header h1{max-width:920px;margin:18px 0 20px;color:#fff;font-size:clamp(44px,5vw,66px);line-height:1.07;letter-spacing:-.037em;text-transform:none}
.field-note__dek{max-width:800px;margin:0 0 25px;color:#d7eaf8;font-size:19px;line-height:1.68}
.field-note__meta{color:#b3cddd}
.field-note__content-wrap{padding:72px 0 105px;background:#f6f9fc}
.field-note__content-wrap>.container{max-width:1040px}
.field-note__back{display:inline-flex;gap:8px;align-items:center;margin-bottom:27px}
.field-note__featured{display:block;width:100%;max-height:580px;margin:0 auto 42px;border:10px solid #fff;border-radius:24px;object-fit:cover;box-shadow:0 18px 48px rgba(14,52,84,.11)}
.field-note__content{max-width:820px;margin:0 auto;padding:48px 55px;border:1px solid #e0e9f0;border-radius:22px;background:#fff;box-shadow:0 15px 42px rgba(14,52,84,.07);color:#314b61;font-size:18px;line-height:1.82}
.field-note__content>p:first-child{font-size:20px;color:#183d5b}
.field-note__content h2,.field-note__content h3,.field-note__content h4{margin:1.7em 0 .6em;color:var(--notes-navy);line-height:1.2;text-transform:none}
.field-note__content h2{font-size:34px}.field-note__content h3{font-size:27px}
.field-note__content a{color:#087ec2;text-decoration:underline}
.field-note__content img{max-width:100%;height:auto;border-radius:14px}
.field-note__content blockquote{margin:30px 0;padding:20px 25px;border-left:4px solid var(--notes-blue);border-radius:0 10px 10px 0;background:#eaf7ff;color:#17405f}
.field-note__content pre{overflow-x:auto;padding:22px;border-radius:12px;background:#071b2d;color:#e7f4fc}
.field-note__content table{width:100%;border-collapse:collapse}.field-note__content th,.field-note__content td{padding:10px 12px;border:1px solid #d8e3ec}
.field-note__attachments,.field-note__modules{max-width:820px;margin:28px auto 0;padding:26px 30px;border:1px solid #d8e4ed;border-radius:17px;background:#fff}
.field-note__attachments h2{margin:0 0 15px;color:var(--notes-navy);font-size:21px;text-transform:none}
.field-note__attachments a{display:flex;gap:12px;align-items:center;padding:13px 0;border-top:1px solid #e4ebf1;color:#087ec2;font-weight:700}
.field-note__modules{padding-top:24px}
.field-note__modules strong{display:block;margin-bottom:12px;color:var(--notes-navy);font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.field-note__modules-list{display:flex;flex-wrap:wrap;gap:9px}
.field-note__modules-list a{padding:8px 12px;border:1px solid #bad7e8;border-radius:999px;background:#edf8fe;color:#0874b3;font-size:13px;font-weight:800}
@media(max-width:991.98px){.field-notes__hero{padding:148px 0 94px}.field-notes__hero-panel{margin:48px 0 0}.field-notes__proof{margin-top:0;padding-top:24px}.field-notes__proof-inner{grid-template-columns:1fr;gap:14px}.field-notes__section-head{display:block}.field-notes__section-head>p{margin-top:15px}.field-notes__featured-card{grid-template-columns:1fr}.field-notes__featured-card .field-notes__card-visual{min-height:300px}.field-notes__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.field-notes__hero{padding:122px 0 68px}.field-notes__hero h1{font-size:42px}.field-notes__hero-copy,.field-note__dek{font-size:16px}.field-notes__hero-panel{padding:10px;border-radius:19px}.field-notes__proof-inner{padding:22px}.field-notes__listing{padding:70px 0}.field-notes__section-head{margin-bottom:30px}.field-notes__section-head h2{font-size:34px}.field-notes__featured-card .field-notes__card-visual{min-height:220px}.field-notes__featured-card .field-notes__card-body{padding:28px 23px}.field-notes__featured-card h3{font-size:29px}.field-notes__grid{grid-template-columns:1fr}.field-notes__cta{padding:58px 0}.field-notes__cta .container{display:block}.field-notes__cta h2{font-size:32px}.field-notes__cta .btn{margin-top:25px}.field-note__header{padding:122px 0 65px}.field-note__header h1{font-size:40px}.field-note__content-wrap{padding:48px 0 75px}.field-note__content{padding:30px 22px;font-size:16px;line-height:1.75}.field-note__content>p:first-child{font-size:18px}.field-note__content h2{font-size:28px}.field-note__attachments,.field-note__modules{padding:23px 20px}}
