.page-custom__hero{padding:2rem 1.5rem;text-align:center;border-bottom:1px solid rgba(var(--color-foreground),.08)}.page-custom__hero-inner{max-width:72rem;margin:0 auto}.page-custom__hero-title{font-size:2.4rem;font-weight:700;margin:0 0 1rem;line-height:1.3;letter-spacing:.02em}@media screen and (min-width:750px){.page-custom__hero-title{font-size:3rem}}.page-custom__hero-lead{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.8);margin:0 0 1.5rem}.page-custom__cta{display:inline-flex;align-items:center;gap:.4rem;padding:1rem 1.8rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));text-decoration:none;border-radius:4px;font-size:1.3rem;font-weight:700;letter-spacing:.03em;transition:background .15s ease,transform .1s ease}.page-custom__cta:hover{background:rgba(var(--color-foreground),.85);color:rgb(var(--color-background));text-decoration:none;transform:translateY(-1px)}.page-custom__section{max-width:80rem;margin:0 auto;padding:1.5rem}.page-custom__section--center{text-align:center}.page-custom__section-title{font-size:2rem;font-weight:700;margin:0 0 1rem;letter-spacing:.02em}.page-custom__section-lead{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.85);margin:0 0 1.5rem}.page-custom__note{font-size:1.1rem;color:rgba(var(--color-foreground),.55);font-style:italic;padding:1rem;border-left:2px solid rgba(var(--color-foreground),.15);background:rgba(var(--color-foreground),.02);margin-top:1.5rem}.page-custom-form{max-width:60rem;margin:0 auto}.page-custom-form__row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.4rem}.page-custom-form__row label{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground))}.page-custom-form__required{color:#d73027;font-weight:700;margin-left:.2rem}.page-custom-form__row input[type=text],.page-custom-form__row input[type=email],.page-custom-form__row input[type=tel],.page-custom-form__row select,.page-custom-form__row textarea{width:100%;padding:.9rem 1rem;font-size:1.4rem;border:1px solid rgba(var(--color-foreground),.25);border-radius:3px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:inherit}.page-custom-form__row input:focus,.page-custom-form__row select:focus,.page-custom-form__row textarea:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 1px rgb(var(--color-foreground))}.page-custom-form__row textarea{resize:vertical;min-height:16rem;font-family:Menlo,Consolas,Courier New,monospace;font-size:1.3rem;line-height:1.6}.page-custom-form__hint{display:block;font-size:1.1rem;color:rgba(var(--color-foreground),.6);margin-top:.3rem;line-height:1.5}.page-custom-form__submit{display:inline-block;padding:1.1rem 2.5rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:3px;font-size:1.4rem;font-weight:700;letter-spacing:.05em;cursor:pointer;margin-top:.5rem;transition:background .15s ease}.page-custom-form__submit:hover{background:rgba(var(--color-foreground),.85)}.page-custom-form__success{padding:1.2rem 1.4rem;background:#228b2214;border:1px solid rgba(34,139,34,.3);color:#1e7e34;border-radius:3px;font-size:1.3rem;font-weight:600}.page-custom-form__errors{margin:.8rem 0;padding:.8rem 1rem;background:#d7302714;border:1px solid rgba(215,48,39,.3);color:#d73027;border-radius:3px;font-size:1.2rem}.page-custom-form__errors ul{margin:0;padding-left:1.2rem}.store-list{display:grid;gap:1.5rem;grid-template-columns:1fr}@media screen and (min-width:750px){.store-list{grid-template-columns:repeat(2,1fr)}}.store-card{border:1px solid rgba(var(--color-foreground),.1);border-radius:4px;background:rgb(var(--color-background));overflow:hidden}.store-card__body{padding:1.5rem}.store-card__name{font-size:1.8rem;font-weight:700;margin:0 0 1.2rem;padding-bottom:.8rem;border-bottom:2px solid rgba(var(--color-foreground),.12);letter-spacing:.02em}.store-card__details{display:grid;grid-template-columns:5.5rem 1fr;gap:.4rem 1rem;margin:0 0 1.4rem;font-size:1.3rem}.store-card__details dt{font-weight:600;color:rgba(var(--color-foreground),.65);padding:.3rem 0}.store-card__details dd{margin:0;padding:.3rem 0;color:rgb(var(--color-foreground));line-height:1.5}.store-card__details dd small{display:block;font-size:1.1rem;color:rgba(var(--color-foreground),.55);margin-top:.2rem}.store-card__details dd a{color:inherit;text-decoration:underline;text-underline-offset:2px}.store-card__actions{display:flex;gap:.6rem;flex-wrap:wrap}.store-card__btn{display:inline-flex;align-items:center;gap:.3rem;padding:.7rem 1.1rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));text-decoration:none;border-radius:3px;font-size:1.2rem;font-weight:600;transition:background .12s ease;flex:1;justify-content:center;min-width:14rem}.store-card__btn:hover{background:rgba(var(--color-foreground),.85);color:rgb(var(--color-background));text-decoration:none}.store-card__btn--secondary{background:transparent;color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.3)}.store-card__btn--secondary:hover{background:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground))}.legal-page{max-width:84rem}.legal-table{display:grid;grid-template-columns:1fr;gap:0;margin:0;border:1px solid rgba(var(--color-foreground),.1);border-radius:4px;overflow:hidden}@media screen and (min-width:750px){.legal-table{grid-template-columns:20rem 1fr}}.legal-table dt{font-size:1.3rem;font-weight:700;padding:1.2rem 1.4rem;background:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground));letter-spacing:.02em;line-height:1.4;border-bottom:1px solid rgba(var(--color-foreground),.08)}@media screen and (min-width:750px){.legal-table dt{border-right:1px solid rgba(var(--color-foreground),.08)}}.legal-table dd{margin:0;padding:1.2rem 1.4rem;font-size:1.3rem;line-height:1.7;color:rgb(var(--color-foreground));border-bottom:1px solid rgba(var(--color-foreground),.08)}.legal-table dt:nth-last-of-type(1),.legal-table dd:last-of-type{border-bottom:none}.legal-table dd strong{font-weight:700;display:inline-block;min-width:10rem}.legal-table dd a{color:inherit;text-decoration:underline;text-underline-offset:2px}.legal-table dd a:hover{text-decoration:none}@media screen and (max-width:749px){.legal-table dt{font-size:1.2rem;padding:.9rem 1.1rem;border-bottom:none}.legal-table dd{font-size:1.3rem;padding:.9rem 1.1rem}.legal-table dd strong{min-width:0;display:inline}}.privacy-page{max-width:76rem;margin:0 auto;font-size:1.4rem;line-height:1.8;color:rgb(var(--color-foreground))}.privacy-page p{margin:0 0 1rem}.privacy-page__intro{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.privacy-page__intro p{margin:0 0 .6rem}.privacy-page__heading{font-size:1.7rem;font-weight:700;margin:2.4rem 0 1rem;padding:.8rem 1rem;background:rgba(var(--color-foreground),.05);border-left:3px solid rgb(var(--color-foreground));letter-spacing:.02em;line-height:1.4}@media screen and (min-width:750px){.privacy-page__heading{font-size:1.8rem}}.privacy-page__lead{font-size:1.4rem;line-height:1.7;margin-bottom:1rem}.privacy-page__list{list-style:none;padding:0;margin:0 0 1.5rem}.privacy-page__list>li{position:relative;padding:.5rem 0 .5rem 2rem;margin-bottom:.4rem;line-height:1.8}.privacy-page__list>li:before{content:"\25a0";position:absolute;left:0;top:.5rem;color:rgba(var(--color-foreground),.55);font-size:1.1rem;line-height:1.8}.privacy-page__list>li strong{display:inline-block;font-weight:700;color:rgb(var(--color-foreground));margin-bottom:.3rem}.privacy-page__sublist{list-style:none;padding:0;margin:.6rem 0 0}.privacy-page__sublist>li{position:relative;padding:.3rem 0 .3rem 1.5rem;font-size:1.3rem;color:rgba(var(--color-foreground),.85);line-height:1.7}.privacy-page__sublist>li:before{content:"\30fb";position:absolute;left:0;top:.3rem;color:rgba(var(--color-foreground),.5)}.privacy-page a{color:inherit;text-decoration:underline;text-underline-offset:2px}.privacy-page a:hover{text-decoration:none}.privacy-page__footer-note{margin-top:2.4rem;padding-top:1.2rem;border-top:1px solid rgba(var(--color-foreground),.1);text-align:right;color:rgba(var(--color-foreground),.55);font-size:1.1rem}@media screen and (max-width:749px){.privacy-page{font-size:1.3rem;line-height:1.7}.privacy-page__heading{font-size:1.5rem;padding:.6rem .8rem;margin:1.8rem 0 .8rem}.privacy-page__list>li{padding-left:1.5rem;font-size:1.3rem}.privacy-page__sublist>li{font-size:1.25rem}}.user-guide-page .guide-subheading{font-size:1.4rem;font-weight:700;margin:1.8rem 0 .8rem;padding-bottom:.4rem;color:rgb(var(--color-foreground));letter-spacing:.02em;border-bottom:1px dashed rgba(var(--color-foreground),.2)}@media screen and (min-width:750px){.user-guide-page .guide-subheading{font-size:1.5rem}}.user-guide-page .guide-subsubheading{font-size:1.3rem;font-weight:600;margin:1.2rem 0 .6rem;color:rgba(var(--color-foreground),.8)}.user-guide-page .guide-note{margin:1.2rem 0;padding:1rem 1.2rem;background:#ff98000f;border-left:3px solid #ff9800;border-radius:3px}.user-guide-page .guide-note__title{font-size:1.3rem;font-weight:700;margin:0 0 .6rem;color:#b45309}.user-guide-page .guide-note .privacy-page__list>li{padding-left:1.5rem}.user-guide-page .guide-spec-table{display:grid;grid-template-columns:1fr;gap:0;margin:.8rem 0 1.5rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:3px;overflow:hidden;font-size:1.3rem}@media screen and (min-width:750px){.user-guide-page .guide-spec-table{grid-template-columns:14rem 1fr}}.user-guide-page .guide-spec-table dt{font-weight:600;padding:.7rem 1rem;background:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground));line-height:1.5;border-bottom:1px solid rgba(var(--color-foreground),.08)}@media screen and (min-width:750px){.user-guide-page .guide-spec-table dt{border-right:1px solid rgba(var(--color-foreground),.08)}}.user-guide-page .guide-spec-table dd{margin:0;padding:.7rem 1rem;color:rgb(var(--color-foreground));line-height:1.6;border-bottom:1px solid rgba(var(--color-foreground),.08)}.user-guide-page .guide-spec-table dt:nth-last-of-type(1),.user-guide-page .guide-spec-table dd:last-of-type{border-bottom:none}.user-guide-page .guide-spec-table small{font-size:1.1rem;color:rgba(var(--color-foreground),.6);display:inline}.user-guide-page .guide-spec-table strong{font-weight:700;color:rgb(var(--color-foreground))}.user-guide-page .guide-pricing-table{display:grid;grid-template-columns:1fr auto;gap:0;margin:.6rem 0 1.8rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:3px;overflow:hidden;font-size:1.3rem}.user-guide-page .guide-pricing-table dt{font-weight:600;padding:.7rem 1rem;color:rgb(var(--color-foreground));line-height:1.4;border-bottom:1px solid rgba(var(--color-foreground),.08);background:rgba(var(--color-foreground),.02)}.user-guide-page .guide-pricing-table dt small{display:block;font-size:1.05rem;color:rgba(var(--color-foreground),.55);font-weight:400;margin-top:.1rem;line-height:1.4}.user-guide-page .guide-pricing-table dd{margin:0;padding:.7rem 1.2rem;text-align:right;font-weight:700;font-size:1.4rem;color:rgb(var(--color-foreground));white-space:nowrap;border-bottom:1px solid rgba(var(--color-foreground),.08);background:rgb(var(--color-background))}.user-guide-page .guide-pricing-table dt:nth-last-of-type(1),.user-guide-page .guide-pricing-table dd:last-of-type{border-bottom:none}@media screen and (max-width:479px){.user-guide-page .guide-spec-table{font-size:1.2rem}.user-guide-page .guide-spec-table dt,.user-guide-page .guide-spec-table dd{padding:.6rem .9rem}.user-guide-page .guide-pricing-table{font-size:1.2rem}.user-guide-page .guide-pricing-table dt,.user-guide-page .guide-pricing-table dd{padding:.6rem .9rem}.user-guide-page .guide-pricing-table dd{font-size:1.3rem}}.tokusho-page{max-width:86rem;margin:0 auto}.tokusho-page__section{margin-bottom:2.4rem}.tokusho-page__section:last-child{margin-bottom:0}.tokusho-page__section-title{font-size:1.6rem;font-weight:700;margin:0 0 1rem;padding:.6rem 1rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:3px;letter-spacing:.03em}@media screen and (min-width:750px){.tokusho-page__section-title{font-size:1.8rem;padding:.8rem 1.2rem}}.tokusho-page .legal-table dt small{display:block;font-size:1rem;font-weight:400;color:rgba(var(--color-foreground),.55);margin-top:.2rem;line-height:1.4}.tokusho-page .legal-table dd p{margin:0 0 .6rem;line-height:1.7}.tokusho-page .legal-table dd p:last-child{margin-bottom:0}.tokusho-page .legal-table dd strong{font-weight:700;color:rgb(var(--color-foreground));display:inline;min-width:0}.tokusho-page .tokusho-example{display:block;padding:.6rem .9rem;margin:.6rem 0;background:rgba(var(--color-foreground),.04);border-left:3px solid rgba(var(--color-foreground),.35);border-radius:2px;font-size:1.2rem;line-height:1.6;color:rgba(var(--color-foreground),.85)}.tokusho-page .tokusho-example strong{font-weight:700;color:rgb(var(--color-foreground));margin-right:.2rem}.tokusho-page .tokusho-note{margin:.5rem 0 0;font-size:1.15rem;line-height:1.6;color:rgba(var(--color-foreground),.7)}.tokusho-page .tokusho-note small{font-size:inherit;color:inherit}.tokusho-page .tokusho-list{list-style:none;padding:0;margin:0}.tokusho-page .tokusho-list>li{position:relative;padding:.3rem 0 .3rem 1.4rem;line-height:1.7}.tokusho-page .tokusho-list>li:before{content:"\30fb";position:absolute;left:0;top:.3rem;color:rgba(var(--color-foreground),.55)}.tokusho-page .tokusho-list--numbered{counter-reset:tokusho-step;padding-left:0}.tokusho-page .tokusho-list--numbered>li{counter-increment:tokusho-step;padding:.5rem 0 .5rem 3rem;margin-bottom:.6rem;line-height:1.7}.tokusho-page .tokusho-list--numbered>li:before{content:counter(tokusho-step);position:absolute;left:0;top:.4rem;width:2.2rem;height:2.2rem;display:inline-flex;align-items:center;justify-content:center;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:50%;font-size:1.2rem;font-weight:700;line-height:1}.tokusho-page .tokusho-list--numbered>li small{display:inline-block;font-size:1.1rem;color:rgba(var(--color-foreground),.6);margin-top:.2rem}.tokusho-page .tokusho-payment-methods{list-style:none;padding:0;margin:0;display:grid;gap:.8rem}.tokusho-page .tokusho-payment-methods>li{padding:.7rem 1rem;background:rgba(var(--color-foreground),.03);border-left:3px solid rgba(var(--color-foreground),.25);border-radius:2px;line-height:1.6}.tokusho-page .tokusho-payment-methods>li strong{display:inline;font-size:1.3rem;font-weight:700}.tokusho-page .tokusho-sub{display:block;margin-top:.3rem;font-size:1.1rem;color:rgba(var(--color-foreground),.65);line-height:1.5}@media screen and (max-width:749px){.tokusho-page__section-title{font-size:1.4rem;padding:.5rem .8rem}.tokusho-page .tokusho-list--numbered>li{padding-left:2.6rem}.tokusho-page .tokusho-list--numbered>li:before{width:1.9rem;height:1.9rem;font-size:1.1rem}}.contact-page{max-width:78rem;margin:0 auto}.contact-page__self-help{margin-bottom:3rem;padding:1.4rem 1.6rem;background:rgba(var(--color-foreground),.03);border-radius:4px;border-left:3px solid rgba(var(--color-foreground),.35)}.contact-page__self-help-lead{margin:0 0 1rem;font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.85)}.contact-page__self-help-buttons{display:grid;grid-template-columns:1fr;gap:.8rem}@media screen and (min-width:600px){.contact-page__self-help-buttons{grid-template-columns:repeat(2,1fr)}}.contact-page__help-btn{display:flex;align-items:center;gap:.9rem;padding:1rem 1.2rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.15);border-radius:4px;text-decoration:none;color:rgb(var(--color-foreground));transition:background .12s ease,border-color .12s ease,transform .1s ease}.contact-page__help-btn:hover{background:rgba(var(--color-foreground),.04);border-color:rgba(var(--color-foreground),.4);text-decoration:none;color:rgb(var(--color-foreground));transform:translateY(-1px)}.contact-page__help-icon{font-size:2rem;flex-shrink:0;line-height:1}.contact-page__help-btn strong{display:block;font-size:1.3rem;font-weight:700;margin-bottom:.2rem}.contact-page__help-btn small{display:block;font-size:1.1rem;color:rgba(var(--color-foreground),.65);line-height:1.4}.contact-page__form-section{margin-bottom:3rem;padding:1.8rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:4px}.contact-page__section-title{font-size:1.8rem;font-weight:700;margin:0 0 .6rem;letter-spacing:.02em}.contact-page__section-lead{font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.8);margin:0 0 1.6rem}.contact-page__section-lead strong{color:rgb(var(--color-foreground))}.contact-page__form{margin:0}.contact-page__form-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}@media screen and (min-width:600px){.contact-page__form-grid{grid-template-columns:repeat(2,1fr)}}.contact-page__form-row{display:flex;flex-direction:column;gap:.4rem}.contact-page__form-row--full{grid-column:1 / -1}.contact-page__form-row label{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));line-height:1.4}.contact-page__form-row label small{font-size:1.1rem;font-weight:400;color:rgba(var(--color-foreground),.55);margin-left:.3rem}.contact-page__required{color:#d73027;font-weight:700;margin-left:.2rem}.contact-page__form-row input[type=text],.contact-page__form-row input[type=email],.contact-page__form-row input[type=tel],.contact-page__form-row textarea,.contact-page__form-row select{width:100%;padding:.9rem 1rem;font-size:1.4rem;line-height:1.5;border:1px solid rgba(var(--color-foreground),.25);border-radius:3px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:inherit;transition:border-color .12s ease,box-shadow .12s ease}.contact-page__form-row textarea{resize:vertical;min-height:14rem;line-height:1.6}.contact-page__form-row input:focus,.contact-page__form-row textarea:focus,.contact-page__form-row select:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 1px rgb(var(--color-foreground))}.contact-page__select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem;cursor:pointer}.contact-page__field-error{margin-top:.3rem;color:#d73027;font-size:1.1rem}.contact-page__privacy-check{display:flex;align-items:center;gap:.6rem;padding:.9rem 1rem;background:rgba(var(--color-foreground),.03);border-radius:3px;font-size:1.2rem;font-weight:400;line-height:1.5;color:rgba(var(--color-foreground),.85);cursor:pointer}.contact-page__privacy-check input{flex-shrink:0;width:1.8rem;height:1.8rem;cursor:pointer}.contact-page__privacy-check a{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:2px}.contact-page__form-actions{text-align:center;margin-top:.5rem}.contact-page__submit{display:inline-block;padding:1.2rem 4rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:3px;font-size:1.4rem;font-weight:700;letter-spacing:.08em;cursor:pointer;transition:background .15s ease,transform .1s ease;min-width:20rem}.contact-page__submit:hover{background:rgba(var(--color-foreground),.85);transform:translateY(-1px)}.contact-page__success{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.6rem;background:#228b220f;border:1px solid rgba(34,139,34,.3);border-radius:4px}.contact-page__success-icon{font-size:2.4rem;line-height:1;flex-shrink:0}.contact-page__success-title{display:block;font-size:1.5rem;font-weight:700;margin-bottom:.4rem;color:#1e7e34}.contact-page__success-text{font-size:1.2rem;line-height:1.6;margin:0;color:rgba(var(--color-foreground),.85)}.contact-page__errors{margin-bottom:1.2rem;padding:.9rem 1.1rem;background:#d7302714;border:1px solid rgba(215,48,39,.3);border-radius:3px;color:#d73027;font-size:1.2rem;line-height:1.6}.contact-page__errors strong{display:block;margin-bottom:.3rem}.contact-page__alt-section{margin-top:2rem}.contact-page__alt-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.2rem}@media screen and (min-width:600px){.contact-page__alt-grid{grid-template-columns:repeat(2,1fr)}}.contact-page__alt-card{padding:1.4rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:4px;text-align:center}.contact-page__alt-icon{display:block;font-size:2.4rem;margin-bottom:.4rem;line-height:1}.contact-page__alt-label{display:block;font-size:1.2rem;font-weight:700;color:rgba(var(--color-foreground),.65);margin-bottom:.3rem;letter-spacing:.05em}.contact-page__alt-value{display:block;font-size:1.6rem;font-weight:700;color:rgb(var(--color-foreground));text-decoration:none;margin-bottom:.4rem;letter-spacing:.02em}.contact-page__alt-value:hover{text-decoration:underline;text-underline-offset:3px;color:rgb(var(--color-foreground))}.contact-page__alt-card small{display:block;font-size:1.1rem;color:rgba(var(--color-foreground),.6);line-height:1.5}@media screen and (max-width:479px){.contact-page__form-section{padding:1.2rem}.contact-page__self-help{padding:1rem 1.1rem}.contact-page__submit{width:100%;min-width:0;padding:1.1rem 1rem}}.card-condition-page{max-width:84rem;margin:0 auto;font-size:1.35rem;line-height:1.75}.card-condition-page__intro{margin-bottom:2rem;padding:1.2rem 1.4rem;background:rgba(var(--color-foreground),.04);border-left:3px solid rgba(var(--color-foreground),.35);border-radius:3px}.card-condition-page__intro p{margin:0 0 .6rem}.card-condition-page__intro p:last-child{margin-bottom:0}.card-condition-page__heading{font-size:1.8rem;font-weight:700;margin:2.4rem 0 1rem;padding:.6rem 1rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:3px;letter-spacing:.03em}@media screen and (min-width:750px){.card-condition-page__heading{font-size:2rem}}.card-condition-page__note{padding:.9rem 1.1rem;background:rgba(var(--color-foreground),.03);border-radius:3px;font-size:1.25rem;line-height:1.7;color:rgba(var(--color-foreground),.85);margin:1rem 0 1.5rem}.condition-table{display:grid;grid-template-columns:1fr;gap:0;margin:1rem 0 1.5rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:4px;overflow:hidden}.condition-table__header{display:none}@media screen and (min-width:750px){.condition-table__header{display:grid;grid-template-columns:18rem 1fr;background:rgba(var(--color-foreground),.08);font-weight:700;font-size:1.2rem;letter-spacing:.05em}.condition-table__header .condition-table__rank,.condition-table__header .condition-table__summary{padding:.7rem 1rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.condition-table__header .condition-table__rank{border-right:1px solid rgba(var(--color-foreground),.08)}}.condition-table__row{display:grid;grid-template-columns:1fr;background:rgb(var(--color-background));border-bottom:1px solid rgba(var(--color-foreground),.08)}.condition-table__row:last-child{border-bottom:none}@media screen and (min-width:750px){.condition-table__row{grid-template-columns:18rem 1fr}}.condition-table__rank{padding:1rem 1.2rem .3rem;background:rgba(var(--color-foreground),.03)}@media screen and (min-width:750px){.condition-table__rank{padding:1rem 1.2rem;border-right:1px solid rgba(var(--color-foreground),.08);display:flex;align-items:center}}.condition-table__summary{padding:.4rem 1.2rem 1.1rem;line-height:1.7;color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.condition-table__summary{padding:1rem 1.2rem;line-height:1.75}}.condition-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .9rem;border-radius:3px;font-size:1.3rem;font-weight:700;letter-spacing:.03em;line-height:1.2;color:#fff;white-space:nowrap}.condition-badge small{font-size:1rem;font-weight:400;opacity:.85;letter-spacing:0}.condition-badge--a{background:linear-gradient(135deg,#1e7e34,#28a745)}.condition-badge--b{background:linear-gradient(135deg,#0061a8,#3a86ff)}.condition-badge--c{background:linear-gradient(135deg,#c27500,#e68a00)}.condition-badge--d{background:linear-gradient(135deg,#b22222,#d73027)}.condition-badge--poor{background:linear-gradient(135deg,#2c3e50,#555)}.condition-subnote{margin:.5rem 0 0!important;padding:.6rem .8rem;background:rgba(var(--color-foreground),.04);border-left:2px solid rgba(var(--color-foreground),.25);border-radius:2px;font-size:1.2rem;line-height:1.65}.condition-d-criteria{margin:.5rem 0 0!important;padding:0 0 0 1.4rem;font-size:1.25rem;line-height:1.7}.condition-d-criteria li{margin-bottom:.2rem}.card-condition-supplement-intro{font-size:1.3rem;line-height:1.75;margin:0 0 1.2rem;color:rgba(var(--color-foreground),.9)}.card-condition-supplement{margin:1rem 0 1.5rem;padding:1.2rem 1.4rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:4px}.card-condition-supplement__title{font-size:1.5rem;font-weight:700;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid rgba(var(--color-foreground),.12);letter-spacing:.02em}.card-condition-supplement__lead{font-size:1.25rem;line-height:1.75;margin:0 0 1rem;color:rgba(var(--color-foreground),.85)}.card-condition-symbol-list{display:grid;grid-template-columns:auto 1fr;gap:.6rem 1.2rem;margin:0;align-items:baseline}.card-condition-symbol-list dt{font-weight:700;font-size:1.3rem;color:rgb(var(--color-foreground));white-space:nowrap;display:flex;align-items:center;gap:.5rem}.card-condition-symbol-list dd{margin:0;font-size:1.25rem;line-height:1.7;color:rgb(var(--color-foreground))}.condition-symbol{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;font-size:1.4rem;font-weight:700;color:#fff}.condition-symbol--plus{background:#1e7e34}.condition-symbol--minus{background:#b45309}.supplement-case-list{display:grid;grid-template-columns:1fr;gap:.9rem}@media screen and (min-width:750px){.supplement-case-list{grid-template-columns:repeat(2,1fr);gap:1rem}}.supplement-case{padding:1rem 1.2rem;background:rgba(var(--color-foreground),.03);border-left:3px solid rgba(30,126,52,.6);border-radius:3px}.supplement-case__title{display:block;font-size:1.3rem;font-weight:700;margin-bottom:.5rem;color:rgb(var(--color-foreground));line-height:1.4}.supplement-case p{margin:0 0 .4rem;font-size:1.2rem;line-height:1.7;color:rgba(var(--color-foreground),.88)}.supplement-case p:last-child{margin-bottom:0}.supplement-case__caveat{margin-top:.4rem!important;padding:.5rem .7rem;background:#ff98000f;border-left:2px solid rgba(255,152,0,.4);border-radius:2px}.supplement-case__caveat small{font-size:1.15rem;line-height:1.6;color:rgba(var(--color-foreground),.75)}@media screen and (max-width:479px){.card-condition-supplement{padding:1rem 1.1rem}.card-condition-supplement__title{font-size:1.35rem}.card-condition-symbol-list{grid-template-columns:1fr;gap:.4rem}}.damage-glossary{display:grid;grid-template-columns:1fr;gap:.8rem;margin:1rem 0 1.5rem}@media screen and (min-width:750px){.damage-glossary{grid-template-columns:repeat(2,1fr);gap:1rem}}.damage-glossary__item{padding:.9rem 1.1rem;background:rgba(var(--color-foreground),.03);border-radius:3px;border-left:3px solid rgba(var(--color-foreground),.25)}.damage-glossary__term{display:block;font-size:1.35rem;font-weight:700;margin-bottom:.3rem;color:rgb(var(--color-foreground))}.damage-glossary__item p{margin:0;font-size:1.25rem;line-height:1.65;color:rgba(var(--color-foreground),.85)}.card-condition-note{margin:1rem 0;padding:1rem 1.2rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.08);border-radius:4px}.card-condition-note__title{font-size:1.35rem;font-weight:700;margin:0 0 .5rem;color:rgb(var(--color-foreground))}.card-condition-note p{margin:0;font-size:1.3rem;line-height:1.7;color:rgba(var(--color-foreground),.88)}.card-condition-note a{color:inherit;text-decoration:underline;text-underline-offset:2px}.card-condition-page__footer-note{margin:2rem 0 0;padding-top:1rem;border-top:1px solid rgba(var(--color-foreground),.08);text-align:center;color:rgba(var(--color-foreground),.6);font-size:1.15rem}.card-condition-page__footer-note a{color:inherit;text-decoration:underline}@media screen and (max-width:749px){.card-condition-page{font-size:1.3rem}.card-condition-page__heading{font-size:1.5rem;padding:.5rem .9rem;margin:1.8rem 0 .8rem}.condition-badge{font-size:1.2rem;padding:.3rem .7rem}.damage-glossary__term,.card-condition-note__title{font-size:1.3rem}}@media screen and (max-width:479px){.page-custom__hero{padding:1.5rem 1rem}.page-custom__hero-title{font-size:2rem}.page-custom__hero-lead{font-size:1.3rem}.page-custom__section{padding:1rem}.store-card__body{padding:1.2rem}.store-card__actions{flex-direction:column}.store-card__btn{min-width:0;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/page-custom.css.map */
