:root{--paper:#f4f1e9;--white:#fffefb;--ink:#242621;--muted:#66685e;--accent:#b13d2c;--line:#d4d2c9;--serif:Georgia,"Times New Roman",serif;--sans:Inter,Arial,Helvetica,sans-serif;font-family:var(--sans);color:var(--ink);background:var(--paper);font-synthesis:none;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-underline-offset:4px}button,input,select{font:inherit}button,a,input,select{touch-action:manipulation}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.04em;line-height:1.04}h1{font-size:clamp(42px,5.2vw,76px)}h2{font-size:clamp(34px,3.5vw,51px)}h3{font-size:20px;letter-spacing:-.02em;line-height:1.3}p,li{line-height:1.65}p{margin-bottom:20px}svg{display:block}.skip-link{position:fixed;left:16px;top:-70px;z-index:99;background:var(--ink);color:#fff;padding:12px 20px}.skip-link:focus{top:10px}.site-header{max-width:1760px;margin:auto;min-height:108px;padding:24px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}.wordmark{display:inline-flex;align-items:center;text-decoration:none;font-size:25px;font-weight:700;letter-spacing:-1.4px;white-space:nowrap}.wordmark svg{margin-right:11px;color:var(--accent)}.brand-dot{color:var(--accent)}.site-header nav{display:flex;gap:32px;align-items:center}.site-header nav a{display:inline-flex;align-items:center;min-height:44px;text-decoration:none;font-size:16px}.site-header nav a:hover{text-decoration:underline}.nav-create{border-bottom:1px solid var(--ink);gap:20px}.home-hero{max-width:1760px;padding:60px 5% 78px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:4%;align-items:center;min-height:650px}.eyebrow{font-size:11px;letter-spacing:1.9px;font-weight:700;line-height:1.4;margin-bottom:24px}.hero-copy h1{font-size:clamp(64px,6.4vw,96px);margin-bottom:30px}.hero-description{font-size:20px;max-width:480px;line-height:1.6;margin-bottom:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--accent);color:var(--white);border:1px solid var(--accent);border-radius:2px;min-height:52px;padding:13px 23px;font-size:16px;font-weight:600;text-decoration:none;line-height:1.4;transition:background .18s,transform .18s}.button:hover{background:#932f21}.button.secondary{background:transparent;border-color:var(--line);color:var(--ink)}.button.secondary:hover{background:#e9e5db}.button.dark{background:var(--ink);border-color:var(--ink)}.quiet{color:var(--muted);font-size:14px;margin-top:18px}.paper-scene{position:relative;min-height:510px;isolation:isolate}.scene-page{position:absolute;width:52%;max-width:305px;box-shadow:0 15px 25px #22220e16;animation:paper-in .7s both}.scene-back{top:12px;left:6%;transform:rotate(-12deg)}.scene-front{top:67px;left:39%;transform:rotate(8deg);animation-delay:.1s}.scene-note{position:absolute;bottom:-9px;right:14%;font-family:var(--serif);font-size:20px;font-style:italic;color:var(--muted);transform:rotate(-5deg)}.page-sample{width:100%;height:auto;background:var(--white)}.section{max-width:1560px;margin:auto;padding:78px 0;border-top:1px solid var(--line);width:90%}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:45px}.section-heading h2{margin-bottom:0}.section-heading>p{color:var(--muted);font-size:16px;max-width:365px;margin-bottom:4px}.layout-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 30px}.layout-choice{text-decoration:none}.sample-wrap{padding:27px 32px;background:#e7e6dc;margin-bottom:22px;overflow:hidden}.sample-wrap .page-sample{max-height:265px;transition:transform .25s;box-shadow:0 5px 12px #22220e0d}.layout-choice:hover .page-sample{transform:translateY(-7px) rotate(-1deg)}.layout-choice h3{display:flex;justify-content:space-between;margin-bottom:8px}.layout-choice p{font-size:15px;color:var(--muted);margin:0;max-width:270px}.how-section{padding-top:72px;padding-bottom:72px}.how-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:70px}.how-grid h2{font-size:clamp(40px,4.8vw,70px)}.steps{list-style:none;margin:0;padding:0}.steps li{display:flex;gap:28px;margin-bottom:24px}.steps li>span{font-family:var(--serif);color:var(--accent);font-size:25px;min-width:30px}.steps h3{margin-bottom:6px}.steps p{color:var(--muted);margin-bottom:0;max-width:600px}.size-list{display:grid;grid-template-columns:1fr 1fr;column-gap:65px}.size-list a{display:grid;grid-template-columns:1fr auto 15px;gap:20px;min-height:72px;align-items:center;border-bottom:1px solid var(--line);text-decoration:none}.size-list a:hover strong{text-decoration:underline}.size-list strong{font-size:17px}.size-list a>span{font-size:15px;color:var(--muted)}.help-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px}.help-list>a{display:flex;gap:20px;text-decoration:none}.help-list>a>span:first-child{color:var(--accent);font-family:var(--serif);font-size:24px}.help-list h3{margin-bottom:10px}.help-list p{color:var(--muted);font-size:15px;margin-bottom:0}.guide-links{display:flex;flex-wrap:wrap;gap:8px 27px;margin-top:40px}.guide-links a{font-size:15px;line-height:2.6;min-height:44px}.final-create{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-top:65px;padding-bottom:65px}.final-create h2{margin:0}.site-footer{width:90%;max-width:1560px;margin:auto;padding:65px 0 20px;border-top:1px solid var(--ink);display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:30px}.site-footer>div>a:not(.wordmark){display:block;min-height:36px;font-size:14px;text-decoration:none;line-height:2}.site-footer>div>a:hover{text-decoration:underline}.site-footer strong{display:block;font-size:13px;margin-bottom:18px}.site-footer p{font-size:14px;color:var(--muted);margin-top:20px}.footer-small{grid-column:1/-1;margin-bottom:0;font-size:12px!important}.page-head{width:90%;max-width:1380px;margin:0 auto;padding:55px 0 38px}.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:28px;display:flex;gap:12px;align-items:center}.breadcrumb a{min-height:24px;display:inline-flex;align-items:center}.page-head h1{margin-bottom:22px;max-width:none}.page-head .intro{font-size:19px;max-width:800px;color:#505249;line-height:1.65}.article-shell{width:90%;max-width:1380px;margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:100px;padding:0 0 80px}.article-content{max-width:840px}.article-content section{padding:35px 0;border-top:1px solid var(--line)}.article-content h2{font-size:32px;margin-bottom:22px;line-height:1.2}.article-content p,.article-content li{font-size:17px;color:#41443b}.article-content ul,.article-content ol{padding-left:23px}.article-content li{margin-bottom:10px}.article-content .context-links{display:flex;gap:10px 25px;flex-wrap:wrap}.article-content .context-links a{line-height:2.5}.article-aside{align-self:start;position:sticky;top:25px;border-top:1px solid var(--ink);padding-top:25px}.article-aside h2{font-size:26px;letter-spacing:-.02em}.article-aside p{font-size:15px;color:var(--muted)}.article-aside .sample-wrap{padding:30px 65px}.article-aside label{margin:15px 0}.article-aside .button{width:100%;margin-top:16px}.related-links{list-style:none;padding:0}.related-links a{display:block;font-size:15px;padding:10px 0;text-decoration:underline}.source-list{font-size:14px;line-height:1.7;display:flex;flex-wrap:wrap;gap:12px 22px}.source-list a{min-height:32px}.tool-shell{width:90%;max-width:1500px;margin:0 auto 80px}.tool-layout{display:grid;grid-template-columns:440px minmax(0,1fr);gap:55px;align-items:start}.settings{border-top:2px solid var(--ink)}.settings fieldset{border:0;border-bottom:1px solid var(--line);margin:0;padding:25px 0}.settings legend{float:left;width:100%;font-weight:700;font-size:18px;margin-bottom:18px}.settings legend+*{clear:both}label{display:flex;flex-direction:column;font-size:14px;gap:8px;line-height:1.4;margin-bottom:16px}input,select{background:var(--white);border:1px solid #aaa99e;border-radius:2px;color:var(--ink);min-height:46px;padding:10px 12px;max-width:100%;min-width:0;width:100%;font-size:16px}input[type=checkbox]{width:19px;min-width:19px;height:19px;min-height:19px;padding:0;accent-color:var(--accent)}.check-label{flex-direction:row;align-items:center;min-height:44px;gap:10px;margin-bottom:5px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field-note{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:14px}.layout-select{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.layout-select>div{display:flex;align-items:center;gap:7px;border-bottom:1px solid #e1ded4;padding:2px 0}.layout-select label{flex:1;margin:0}.icon-button{min-width:44px;min-height:44px;border:0;background:transparent;font-size:20px}.icon-button:hover{background:#e9e5db}.result-pane{min-width:0;position:sticky;top:25px}.preview-toolbar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.preview-toolbar h2{font-size:27px;margin:0;letter-spacing:-.03em}.preview-toolbar select{width:auto;max-width:220px}.pdf-preview{background:#e5e4da;min-height:400px;max-height:670px;padding:30px;display:flex;justify-content:center;align-items:center;overflow:hidden}.pdf-preview canvas{max-width:100%;max-height:610px;width:auto;height:auto;box-shadow:0 4px 18px #25261722;background:#fff}.preview-placeholder{color:var(--muted);padding:60px 20px;text-align:center}.result-summary{display:flex;flex-wrap:wrap;gap:12px 25px;margin:18px 0 23px;font-size:14px}.result-summary strong{display:block;font-size:20px;margin-bottom:4px}.result-actions{display:flex;flex-wrap:wrap;gap:10px}.result-actions .button{flex:1;white-space:nowrap}.error-box{padding:18px 0;color:#9b3020;border-top:2px solid #9b3020}.error-box p{margin-bottom:8px}.notice{font-size:14px;color:var(--muted);margin:12px 0;line-height:1.6}.order-details{margin-top:25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:8px 0}.order-details summary{cursor:pointer;min-height:44px;display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:600}.order-list{max-height:220px;overflow:auto;margin:0 0 15px;padding-left:24px;font-size:13px;line-height:1.8}.tool-next{margin-top:30px;border-top:1px solid var(--line);padding-top:25px}.tool-next h3{font-size:18px}.tool-next .link-button{display:block;text-align:left;min-height:44px;font-size:15px;border:0;background:transparent;text-decoration:underline;padding:8px 0;color:var(--ink)}.saved-actions{display:flex;flex-wrap:wrap;gap:8px 15px;padding:20px 0}.text-button{font-size:14px;min-height:44px;border:0;background:none;text-decoration:underline;padding:5px 0;color:var(--ink)}.tool-tabs{display:flex;gap:25px;border-bottom:1px solid var(--line);padding:0 0 20px;margin-bottom:30px;flex-wrap:wrap}.tool-tabs button{border:0;background:none;min-height:44px;color:var(--muted);padding:5px 0;font-size:15px}.tool-tabs button[aria-current=true]{color:var(--ink);box-shadow:0 2px var(--accent)}.diagnostic{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:50px;border-top:2px solid var(--ink);padding:30px 0}.diagnostic h2{font-size:31px}.diagnostic h3{font-size:19px}.diagnostic p{font-size:16px;color:#505249}.diagnostic .measurement-result{font-family:var(--serif);font-size:40px;color:var(--ink);line-height:1.3;margin-top:30px}.diagnostic .button{margin:6px 0 15px}.calculation-table{width:100%;border-collapse:collapse;font-size:15px;margin:20px 0}.calculation-table th,.calculation-table td{text-align:left;border-bottom:1px solid var(--line);padding:16px 12px}.calculation-table th:first-child,.calculation-table td:first-child{padding-left:0}.calculation-table caption{text-align:left;font-weight:600;margin-bottom:10px}.calculator-summary{font-size:19px;line-height:1.7}.calculator-summary strong{font-size:32px;font-family:var(--serif);font-weight:400}.table-scroll{overflow:auto;max-width:100%}.empty-state{padding:60px 0}.error-404{padding:90px 5%;max-width:1000px;margin:auto}.error-404 p{max-width:500px}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes paper-in{0%{opacity:0;translate:0 15px}to{opacity:1;translate:0 0}}@media(min-width:1800px){.home-hero{min-height:730px}.paper-scene{min-height:550px}.scene-page{max-width:350px}.scene-note{bottom:-10px}.sample-wrap .page-sample{max-height:300px}}@media(max-width:1100px){.site-header nav{gap:20px}.home-hero{min-height:600px}.paper-scene{min-height:400px}.hero-copy h1{font-size:65px}.hero-description{font-size:18px}.scene-note{font-size:18px;bottom:-10px}.article-shell{gap:45px;grid-template-columns:minmax(0,1fr) 290px}.tool-layout{grid-template-columns:360px minmax(0,1fr);gap:30px}.pdf-preview{padding:20px}.layout-gallery{gap:35px 20px}.sample-wrap{padding:22px}.help-list{gap:25px}.help-list>a{gap:13px}.section-heading{gap:30px}}@media(max-width:800px){.site-header{flex-wrap:wrap;gap:20px;padding-top:20px;padding-bottom:12px}.site-header nav{width:100%;justify-content:space-between;gap:12px}.site-header nav a{font-size:14px}.wordmark{font-size:24px}.home-hero{padding-top:42px;padding-bottom:55px;gap:1%;min-height:560px}.hero-copy h1{font-size:56px}.hero-description{font-size:17px}.paper-scene{min-height:340px}.scene-page{width:62%}.scene-back{left:0}.scene-front{left:32%;top:55px}.scene-note{font-size:16px;bottom:-20px;right:3%}.hero-copy .button{padding:13px 16px;gap:15px;font-size:14px}.quiet{font-size:12px}.section{padding:55px 0}.section-heading{align-items:flex-start}.section-heading>p{max-width:245px;font-size:14px}.layout-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 25px}.sample-wrap{padding:25px 45px}.layout-choice p{max-width:none}.how-grid{gap:30px;grid-template-columns:.9fr 1.1fr}.steps li{gap:17px}.steps h3{font-size:18px}.steps p{font-size:14px}.size-list{column-gap:30px}.size-list a{grid-template-columns:1fr auto;gap:8px;padding:16px 0}.size-list a>span:last-child{display:none}.size-list strong{font-size:15px}.size-list a>span{font-size:13px}.help-list{grid-template-columns:1fr;gap:28px}.help-list>a>div{flex:1}.site-footer{grid-template-columns:1fr 1fr;padding-top:45px;gap:35px}.site-footer>div:first-child{grid-column:1/-1}.site-footer>div:last-of-type{grid-column:1/-1}.article-shell{grid-template-columns:minmax(0,1fr);gap:25px}.article-aside{position:static;display:grid;grid-template-columns:1fr 1fr;gap:25px}.article-aside .sample-wrap{display:none}.article-content{max-width:none}.page-head{padding-top:35px}.page-head h1{font-size:46px}.tool-layout{grid-template-columns:minmax(0,1fr);gap:35px}.result-pane{position:static;grid-row:1}.pdf-preview{min-height:300px;max-height:500px;padding:25px}.pdf-preview canvas{max-height:450px}.settings{margin-top:15px}.settings fieldset{padding:24px 0}.result-pane .tool-next{display:none}.diagnostic{gap:30px}.tool-tabs{gap:17px}.tool-tabs button{font-size:14px}}@media(max-width:550px){.site-header{padding-left:5%;padding-right:5%;gap:15px}.site-header nav{gap:10px}.site-header nav a{font-size:12px}.nav-create{gap:6px}.home-hero{grid-template-columns:1fr;padding-top:40px;padding-bottom:45px;gap:22px}.hero-copy h1{font-size:61px;margin-bottom:22px}.eyebrow{font-size:10px;margin-bottom:20px}.hero-description{font-size:17px;max-width:360px;margin-bottom:25px}.hero-copy .button{font-size:16px;padding:13px 20px}.quiet{font-size:13px}.paper-scene{min-height:340px;max-width:360px;width:100%;margin:5px auto 0}.scene-page{width:49%}.scene-back{left:9%;top:8px}.scene-front{left:43%;top:40px}.scene-note{font-size:17px;bottom:1px;right:14%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{max-width:none;margin-top:20px}.section-heading h2{font-size:37px}.layout-gallery{gap:30px 16px}.sample-wrap{padding:16px 18px;margin-bottom:17px}.layout-choice h3{font-size:18px;gap:5px}.layout-choice p{font-size:13px}.how-grid{grid-template-columns:1fr;gap:18px}.how-grid h2{font-size:44px;margin-bottom:20px}.steps p{font-size:15px}.steps li{gap:20px}.size-list{grid-template-columns:1fr}.size-list a{grid-template-columns:1fr auto 14px;gap:12px;min-height:67px}.size-list a>span:last-child{display:block}.size-list strong{font-size:16px}.final-create{align-items:flex-start;flex-direction:column}.final-create h2{font-size:39px}.site-footer{gap:30px 20px}.site-footer>div>a:not(.wordmark){min-height:44px}.page-head h1{font-size:41px;line-height:1.09}.page-head .intro{font-size:17px}.breadcrumb{font-size:12px;margin-bottom:25px}.article-content h2{font-size:28px}.article-content p,.article-content li{font-size:16px}.article-aside{display:block}.article-aside>div+div{margin-top:30px}.article-shell{padding-bottom:55px}.tool-tabs{gap:6px 20px}.tool-tabs button{font-size:13px}.preview-toolbar h2{font-size:23px}.preview-toolbar select{max-width:150px;font-size:13px}.pdf-preview{padding:20px;min-height:270px;max-height:400px}.pdf-preview canvas{max-height:360px}.result-summary{gap:10px 18px;font-size:12px}.result-summary strong{font-size:19px}.result-actions .button{font-size:14px;padding:12px 13px;gap:10px}.field-row{gap:12px}.diagnostic{grid-template-columns:1fr;gap:25px}.diagnostic h2{font-size:29px}.calculation-table{font-size:13px}.calculation-table th,.calculation-table td{padding:14px 8px}.tool-shell{margin-bottom:55px}.order-list{font-size:12px}.site-footer{font-size:14px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.site-header nav a{font-size:16px}.site-footer>div>a:not(.wordmark){font-size:16px;min-height:44px}.wordmark,.breadcrumb a,.related-links a{min-height:44px}.sample-wrap .page-sample{object-fit:contain}.page-sample{color:var(--ink)}@media(max-width:550px){.site-header nav{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.site-header nav a{font-size:16px}.site-header nav a:nth-child(2n){justify-content:flex-end}.nav-create{border-bottom:0}.hero-copy h1{font-size:58px}}.skip-link{min-height:44px}.breadcrumb a{min-width:44px}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}textarea{font:inherit;background:var(--white);color:var(--ink);border:1px solid #aaa99e;border-radius:2px;min-height:90px;padding:12px;resize:vertical;width:100%}textarea:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.alignment-controls{max-width:850px;padding:30px 0;border-top:1px solid var(--line)}.alignment-controls h2{font-size:30px}.fit-options{padding:16px 0}.fit-options summary{font-weight:600;cursor:pointer;min-height:44px}.fit-options ul{padding:0;list-style:none}.fit-options li{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding:12px 0;font-size:14px}.page-options legend{font-size:16px!important}.page-options{padding-left:15px!important}.tool-shell h2{font-family:var(--sans);letter-spacing:-.02em}.settings .page-options{border-top:1px solid var(--line)}.article-aside .sample-wrap:has(img[src$="covers-and-dividers.png"]){display:block;max-width:300px;margin-left:auto;margin-right:auto}.weekly-layout-preview{margin:22px 0}.weekly-layout-preview img{width:100%;height:auto;max-height:360px;object-fit:contain;display:block}.weekly-layout-preview figcaption{font-size:14px;line-height:1.55;color:var(--muted);margin-top:14px}.builder-shortcut{display:none}#finished-page-size{scroll-margin-top:32px}@media(max-width:800px){.builder-shortcut{display:inline-flex;align-items:center;gap:10px;min-height:44px;margin-bottom:16px;font-weight:700;text-underline-offset:4px}}.calendar-downloads{border:1px solid var(--line);background:var(--white);padding:22px;margin-bottom:24px}.calendar-downloads fieldset{border:0;padding:0;margin:0 0 18px}.calendar-downloads legend{font-size:11px;letter-spacing:1.9px;font-weight:700;text-transform:uppercase;padding:0;margin-bottom:10px}.choice-row{display:flex;flex-wrap:wrap;gap:10px 24px}.choice{display:flex;align-items:center;gap:10px;min-height:44px;font-size:15px;cursor:pointer}.choice input{width:20px;height:20px;accent-color:var(--accent);margin:0}.choice strong{font-weight:700}.download-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.calendar-preview{margin:0}.calendar-preview img{width:100%;max-width:420px;height:auto;border:1px solid var(--line);background:var(--white)}.calendar-preview figcaption{font-size:14px;color:var(--muted);max-width:520px;margin-top:12px;line-height:1.6}.calendar-month-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-bottom:26px}.calendar-month-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 14px;border:1px solid var(--line);background:var(--white);text-decoration:none;font-size:16px}.calendar-month-links a:hover{border-color:var(--ink)}.calendar-month-links a[aria-current=page]{border-color:var(--accent);color:var(--accent)}.calendar-year-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;margin-bottom:30px}.calendar-year-card{display:block;text-decoration:none;border:1px solid var(--line);background:var(--white);padding:18px}.calendar-year-card img{width:100%;height:auto;border:1px solid var(--line);margin-bottom:14px}.calendar-year-card strong{display:block;font-family:var(--serif);font-size:24px;font-weight:400;letter-spacing:-.03em;margin-bottom:6px}.calendar-year-card span{display:block;font-size:15px;color:var(--muted);line-height:1.55}.calendar-year-card:hover{border-color:var(--ink)}.ad-slot{max-width:1760px;margin:0 auto;padding:0 5%}.ad-slot>div{min-height:90px;display:flex;align-items:center;justify-content:center}@media(max-width:640px){.calendar-month-links{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
