*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{text-decoration:none;color:inherit}a[href^="tel:"]{color:#1e88e5;font-weight:600}a[href^="tel:"]:hover{color:#1565c0;text-decoration:underline}table{border-collapse:collapse;border-spacing:0}button{background:none;border:none;cursor:pointer}.nowrap{white-space:nowrap}[hidden]{display:none!important}body{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.8;letter-spacing:.03em;word-break:keep-all;overflow-wrap:break-word;color:#333;background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.4;letter-spacing:.02em;margin-bottom:1.5rem;color:#1b2a4a}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}@media(min-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}@media(min-width:1024px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#2aabb3;transition:color .2s ease}a:hover{color:#20848a}a:focus-visible{outline:2px solid #2AABB3;outline-offset:2px}strong,b{font-weight:700}small{font-size:.875rem;color:#666}.btn{display:inline-block;padding:1rem 2rem;border:none;border-radius:8px;font-weight:700;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:disabled:hover{transform:none;box-shadow:none}.btn{font-size:16px;white-space:normal;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media(max-width:767px){.btn{width:100%}}.btn--cta{background-color:#4a90e2;color:#fff}.btn--cta:hover{background-color:#357abd}.btn--primary{background-color:#c85a54;color:#fff}.btn--primary:hover{background-color:#d4735e}.btn--secondary{background-color:transparent;color:#c85a54;border:2px solid #C85A54}.btn--secondary:hover{background-color:#c85a54;color:#fff}.btn--large{padding:1.5rem 3rem;font-size:1.125rem}.btn--medium{padding:1rem 2rem;font-size:1rem}.btn--small{padding:.5rem 1.5rem;font-size:.875rem}.card{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.card:hover{box-shadow:0 4px 16px #00000026}.card--strength{text-align:center;border-left:4px solid #2AABB3;transition:all .3s ease}.card--strength:hover{border-left-color:#20848a}.card--strength .card__icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#cff2f4,#baecef);border-radius:50%;color:#2aabb3;font-size:2rem}.card--strength .card__title{font-size:1.25rem;font-weight:700;color:#1b2a4a;margin-bottom:1rem;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.card--strength .card__description{color:#333;line-height:1.9;text-align:left;margin-bottom:1rem;font-size:.95rem;word-wrap:break-word}.card--strength .card__note{color:#666;font-size:.85rem;line-height:1.6;text-align:left;margin-top:1rem;padding-top:1rem;border-top:1px solid #E0E0E0;word-wrap:break-word}.card--info{text-align:center}.card--info .card__icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.card--info .card__title{font-size:1.125rem;font-weight:700;color:#1b2a4a;margin-bottom:1rem}.card--info .card__content{color:#333;text-align:left}.card-grid{display:grid;gap:2rem;max-width:1400px;margin:0 auto}@media(max-width:767px){.card-grid{gap:1.5rem}}@media(min-width:768px){.card-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.card-grid{grid-template-columns:repeat(3,1fr);gap:3rem}}.card-grid .card{width:100%;min-width:280px;height:100%;display:flex;flex-direction:column}.contact-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;border-bottom:2px solid #F8F9FA}@media(max-width:767px){.contact-tabs{gap:0;margin-bottom:2rem}}.contact-tabs__tab{padding:1rem 2rem;background:none;border:none;border-bottom:3px solid transparent;color:#666;font-weight:400;cursor:pointer;transition:all .2s ease;margin-bottom:-2px;white-space:normal;word-wrap:break-word;text-align:center}@media(max-width:767px){.contact-tabs__tab{padding:1rem 1.5rem;font-size:.9rem}}.contact-tabs__tab[aria-selected=true]{color:#2aabb3;border-bottom-color:#2aabb3;font-weight:700}.contact-tabs__tab:hover{color:#2aabb3}.contact-tabs__tab:focus-visible{outline:2px solid #2AABB3;outline-offset:4px}.contact-form-wrapper{max-width:700px;margin:0 auto}.contact-form{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a}@media(max-width:767px){.contact-form{padding:1.5rem;box-shadow:0 1px 4px #00000014}}@media(min-width:768px){.contact-form{padding:3rem}}.form-group{margin-bottom:2rem}@media(max-width:767px){.form-group{margin-bottom:1.5rem}}.form-label{display:block;font-weight:700;color:#333;margin-bottom:.5rem;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:767px){.form-label{font-size:.9rem;margin-bottom:6px}}.form-required{color:#e74c3c;font-weight:700;margin-left:.5rem}.form-input,.form-select,.form-textarea{width:100%;padding:1rem;border:2px solid #F8F9FA;border-radius:4px;font-size:16px;font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;transition:border-color .2s ease}@media(max-width:767px){.form-input,.form-select,.form-textarea{padding:10px;font-size:.95rem}}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#2aabb3}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background-color:#f8f9fa;cursor:not-allowed}.form-input.form-input--error,.form-select.form-input--error,.form-textarea.form-input--error{border-color:#e74c3c}.form-textarea{resize:vertical;min-height:120px}@media(max-width:767px){.form-textarea{min-height:100px}}.form-error{color:#e74c3c;font-size:.875rem;margin-top:.5rem;min-height:20px}.form-error:empty{display:none}.form-submit{margin-top:3rem;text-align:center}@media(max-width:767px){.form-submit{margin-top:2rem}}.form-submit .btn{min-width:200px}@media(max-width:767px){.form-submit .btn{width:100%}}.form-success{margin-top:2rem;padding:1.5rem;background-color:#cff2f4;border:2px solid #2AABB3;border-radius:4px;color:#175c60;text-align:center}.form-success p{margin:0}.flow-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;border-bottom:2px solid #F8F9FA}@media(max-width:767px){.flow-tabs{gap:0}}.flow-tabs__tab{padding:1rem 2rem;background:none;border:none;border-bottom:3px solid transparent;color:#666;font-weight:400;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}@media(max-width:767px){.flow-tabs__tab{padding:1rem 1.5rem;font-size:.9rem}}.flow-tabs__tab[aria-selected=true]{color:#2aabb3;border-bottom-color:#2aabb3;font-weight:700}.flow-tabs__tab:hover{color:#2aabb3}.flow-tabs__tab:focus-visible{outline:2px solid #2AABB3;outline-offset:4px}.steps{list-style:none;counter-reset:step-counter;display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.steps{gap:3rem}}.steps__item{display:flex;flex-direction:column;gap:1rem}@media(max-width:767px){.steps__item{background:#fff;border:1px solid #E0E0E0;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #00000014}}@media(min-width:768px){.steps__item{flex-direction:row;gap:2rem;align-items:center}}.steps__number{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#2aabb3;color:#fff;font-size:1.25rem;font-weight:700;border-radius:50%}@media(max-width:767px){.steps__number{width:40px;height:40px;font-size:1.2rem}}@media(min-width:768px){.steps__number{width:64px;height:64px;font-size:1.5rem}}.steps__header{display:flex;align-items:center;gap:1rem}@media(max-width:767px){.steps__header{margin-bottom:.5rem}}@media(min-width:768px){.steps__header{gap:1.5rem}}.steps__content{flex:1;display:flex;flex-direction:column}@media(max-width:767px){.steps__content{width:100%}}.steps__title{font-size:1.125rem;font-weight:700;color:#1b2a4a;margin-bottom:0;line-height:1.3}@media(max-width:767px){.steps__title{font-size:1.1rem;line-height:1.4}}@media(min-width:768px){.steps__title{font-size:1.25rem;margin-bottom:.5rem}}.steps__description{color:#666;line-height:1.8}@media(max-width:767px){.steps__description{font-size:.9rem;line-height:1.8;margin-top:.5rem}}.company{display:flex;flex-direction:column;gap:3rem;align-items:center}@media(max-width:767px){.company{gap:2rem}}.company__info{width:100%;max-width:800px;display:flex;justify-content:center}.company__table{width:100%;max-width:700px;border-collapse:collapse}.company__table th,.company__table td{padding:1.5rem;text-align:left;border-bottom:1px solid #F8F9FA;vertical-align:top}@media(max-width:767px){.company__table th,.company__table td{padding:1rem 0}}.company__table th{font-weight:700;color:#1b2a4a;width:120px;min-width:120px;text-align:justify;text-align-last:justify}@media(max-width:767px){.company__table th{display:block;width:100%;padding-bottom:4px;border-bottom:none;text-align:left;text-align-last:left;font-size:.85rem}}.company__table td{color:#333}@media(max-width:767px){.company__table td{display:block;width:100%;padding-top:0;font-size:.9rem;line-height:1.6}}@media(max-width:767px){.company__table tr{display:block;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #E0E0E0}.company__table tr:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}}.company__message{width:100%;max-width:900px;background-color:#f8f9fa;padding:2rem;border-radius:8px}@media(max-width:767px){.company__message{padding:1.5rem}}@media(min-width:768px){.company__message{padding:3rem}}.company__message-title{font-size:1.25rem;font-weight:700;color:#1b2a4a;margin-bottom:1.5rem}@media(max-width:767px){.company__message-title{font-size:1rem;margin-bottom:.5rem}}.company__message-content p{margin-bottom:1.5rem;line-height:1.8;color:#333;line-break:strict;word-break:normal;overflow-wrap:break-word}@media(max-width:767px){.company__message-content p{font-size:.85rem;line-height:1.7;margin-bottom:.5rem}}.company__message-content p:last-child{margin-bottom:0}.company__message-signature{margin-top:2rem;font-weight:700;color:#1b2a4a}@media(max-width:767px){.company__message-signature{margin-top:1rem;font-size:.85rem}}.company__message-credentials{display:block;margin-top:.5rem;font-size:.875rem;font-weight:400;color:#666}.preview-auth{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem;background:linear-gradient(135deg,#1b2a4a,#293f6f)}.preview-auth__container{width:100%;max-width:400px;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003}.preview-auth__logo{text-align:center;margin-bottom:2rem}.preview-auth__logo img{max-width:200px;height:auto}.preview-auth__language-switcher{display:flex;justify-content:center;margin-bottom:1.5rem}.preview-auth__title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#333;text-align:center}.preview-auth__description{margin:0 0 2rem;font-size:16px;color:#666;text-align:center;line-height:1.8}.preview-auth__form .form-group{margin-bottom:1.5rem}.preview-auth__form .form-label{display:block;margin-bottom:.5rem;font-size:16px;font-weight:700;color:#333}.preview-auth__form .form-input{width:100%;padding:1rem;font-size:16px;border:1px solid #E0E0E0;border-radius:4px;transition:border-color .2s ease}.preview-auth__form .form-input:focus{outline:none;border-color:#2aabb3;box-shadow:0 0 0 3px #2aabb31a}.preview-auth__form .form-error{margin-top:.5rem;padding:.5rem 1rem;font-size:.875rem;color:#d32f2f;background:#ffebee;border-radius:4px}.preview-auth__submit{width:100%;margin-top:1.5rem}.preview-banner{position:fixed;top:0;left:0;right:0;z-index:1100;padding:1rem;background:#fff3cd;border-bottom:2px solid #FFC107;text-align:center}.preview-banner p{margin:0;font-size:.875rem;font-weight:700;color:#856404}#preview-content .header{top:48px}@media(max-width:767px){.preview-auth{padding:1rem}.preview-auth__container{padding:2rem}.preview-auth__title{font-size:1.25rem}}.teaser-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem;background:linear-gradient(135deg,#1b2a4a,#2f4a82)}.teaser-page__container{width:100%;max-width:600px;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;text-align:center}.teaser-page__logo{margin-bottom:2rem}.teaser-page__logo img{max-width:200px;width:100%;height:auto}.teaser-page__title{margin:0 0 1rem;font-size:2rem;font-weight:700;color:#333;line-height:1.4;letter-spacing:.02em}.teaser-page__subtitle{margin:0 0 1.5rem;font-size:1.5rem;font-weight:700;color:#2aabb3;letter-spacing:.02em}.teaser-page__description{margin:0 0 2rem;font-size:16px;color:#666;line-height:1.8;letter-spacing:.03em}.teaser-page__launch-date{display:inline-block;margin-bottom:2rem;padding:1rem 2rem;font-size:1.25rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#2aabb3,#20848a);border-radius:8px;box-shadow:0 4px 12px #2aabb34d}.teaser-page__message{margin:0 0 3rem;font-size:16px;color:#666;line-height:1.8;letter-spacing:.03em}.teaser-page__contact{padding-top:2rem;border-top:1px solid #E0E0E0}.teaser-page__contact-title{margin:0 0 1.5rem;font-size:1.25rem;font-weight:700;color:#333;letter-spacing:.02em}.teaser-page__contact-info{display:flex;flex-direction:column;gap:1rem;align-items:center}.teaser-page__contact-item{display:flex;align-items:center;gap:.5rem;font-size:16px;color:#666}.teaser-page__contact-item a{color:#2aabb3;text-decoration:none;transition:color .2s ease}.teaser-page__contact-item a:hover{color:#20848a;text-decoration:underline}.teaser-page__contact-item a:focus{outline:2px solid #2AABB3;outline-offset:2px;border-radius:4px}@media(max-width:767px){.teaser-page{padding:1rem}.teaser-page__container{padding:2rem}.teaser-page__title{font-size:1.5rem}.teaser-page__subtitle{font-size:1.25rem}.teaser-page__launch-date{font-size:1.125rem;padding:.5rem 1.5rem}.teaser-page__logo img{max-width:150px}}@media(min-width:768px)and (max-width:1023px){.teaser-page__container{max-width:550px}.teaser-page__logo img{max-width:180px}}@media(min-width:1024px){.teaser-page__container{max-width:600px;padding:4rem}.teaser-page__contact-info{flex-direction:row;justify-content:center;gap:2rem}}.policy,.pricing{padding:4rem 1.5rem;min-height:60vh}@media(min-width:768px){.policy,.pricing{padding:6rem 2rem}}@media(min-width:1024px){.policy,.pricing{padding:8rem 2rem}}.policy__container{max-width:800px;margin:0 auto}.policy__title{font-size:2rem;font-weight:700;color:#1b2a4a;text-align:center;margin:0 0 3rem;padding-bottom:1.5rem;border-bottom:3px solid #2AABB3}@media(max-width:767px){.policy__title{font-size:1.5rem;margin-bottom:2rem}}@media(min-width:768px){.policy__title{font-size:2.5rem;margin-bottom:4rem}}.policy__intro{margin-bottom:3rem;padding:2rem;background:#f8f9fa;border-left:4px solid #2AABB3;border-radius:4px}.policy__intro p{margin:0;line-height:1.8;color:#333}.policy__section{margin-bottom:4rem}@media(max-width:767px){.policy__section{margin-bottom:3rem}}.policy__heading{font-size:1.25rem;font-weight:700;color:#1b2a4a;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #E0E0E0}@media(max-width:767px){.policy__heading{font-size:1.125rem}}.policy__text{margin:0 0 1.5rem;line-height:1.8;color:#333}.policy__text:last-child{margin-bottom:0}.policy__list{margin:1.5rem 0;padding-left:2rem;line-height:1.8;color:#333}.policy__list li{margin-bottom:1rem}.policy__list li:last-child{margin-bottom:0}.policy__contact{margin-top:1.5rem;padding:2rem;background:#f8f9fa;border-radius:8px}.policy__contact p{margin:0;line-height:1.8}.policy__contact a{color:#2aabb3;text-decoration:none;transition:color .2s ease}.policy__contact a:hover{color:#20848a;text-decoration:underline}.policy__contact a:focus-visible{outline:2px solid #2AABB3;outline-offset:2px}.policy__footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #E0E0E0;text-align:right;font-size:.875rem;color:#666}.policy__footer p{margin:.5rem 0}.pricing__highlight{text-align:center;padding:3rem;margin:2rem 0;background:linear-gradient(135deg,#baecef,#cff2f4);border-radius:16px;border:2px solid #2AABB3}.pricing__highlight-text{font-size:2rem;font-weight:700;color:#1b2a4a;margin:0 0 1rem}@media(max-width:767px){.pricing__highlight-text{font-size:1.5rem}}.pricing__description{font-size:16px;color:#333;line-height:1.8;margin:0}.pricing__card{padding:3rem;margin:2rem 0;background:#fff;border:2px solid #E0E0E0;border-radius:16px;box-shadow:0 2px 8px #0000000d}.pricing__card-title{font-size:1.25rem;font-weight:700;color:#1b2a4a;margin:0 0 1rem}.pricing__card-description{margin:0 0 2rem;line-height:1.8;color:#666}.pricing__fee{padding:1.5rem;background:#f8f9fa;border-radius:4px;text-align:center}.pricing__fee-label{font-size:.875rem;color:#666;margin:0 0 .5rem}.pricing__fee-amount{font-size:1.5rem;font-weight:700;color:#2aabb3;margin:0}@media(max-width:767px){.pricing__fee-amount{font-size:1.25rem}}.pricing__cta{text-align:center;margin-top:4rem}.target-grid{display:flex;flex-direction:column;align-items:center;gap:3rem;margin-top:3rem;width:100%}@media(min-width:768px){.target-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}}.target-card{background:#fff;border:2px solid #E0E0E0;border-left:4px solid #2AABB3;border-radius:16px;padding:3rem;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;width:100%;box-sizing:border-box}@media(max-width:767px){.target-card{padding:1.5rem 1rem}}.target-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-4px);border-left-color:#20848a}.target-card__title{font-size:1.25rem;font-weight:700;color:#1b2a4a;text-align:center;margin:0 0 2rem;padding-bottom:1.5rem;border-bottom:2px solid #2AABB3}@media(max-width:767px){.target-card__title{font-size:1.125rem;margin-bottom:1.5rem}}.target-card__list{list-style:none;padding:0;margin:0 0 2rem}.target-card__item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;line-height:1.8;color:#333;word-break:break-word;overflow-wrap:break-word}@media(max-width:767px){.target-card__item{font-size:.875rem}}.target-card__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#2aabb3;color:#fff;border-radius:50%;font-size:12px;font-weight:700;margin-top:2px}.target-card__cta{text-align:center;margin-top:2rem}.faq-tabs{display:flex;justify-content:center;gap:1.5rem;margin-bottom:3rem;border-bottom:2px solid #E0E0E0}@media(max-width:767px){.faq-tabs{gap:1rem;margin-bottom:2rem}}.faq-tabs__tab{padding:1.5rem 3rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:16px;font-weight:700;color:#666;cursor:pointer;transition:all .2s ease;margin-bottom:-2px;white-space:normal;word-wrap:break-word;text-align:center}@media(max-width:767px){.faq-tabs__tab{padding:1rem 1.5rem;font-size:.875rem}}.faq-tabs__tab:hover{color:#1b2a4a}.faq-tabs__tab[aria-selected=true]{color:#2aabb3;border-bottom-color:#2aabb3}.faq-tabs__tab:focus-visible{outline:2px solid #2AABB3;outline-offset:4px}.faq-content[hidden]{display:none}.faq-list{max-width:800px;margin:0 auto}.faq-item{margin-bottom:1.5rem;border:1px solid #E0E0E0;border-radius:8px;background:#fff;overflow:hidden;transition:box-shadow .2s ease}.faq-item:hover{box-shadow:0 2px 8px #00000014}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:2rem;background:transparent;border:none;text-align:left;font-size:16px;font-weight:700;color:#1b2a4a;cursor:pointer;transition:background-color .2s ease}@media(max-width:767px){.faq-item__question{padding:1.5rem 1rem;font-size:.875rem;gap:.5rem}}.faq-item__question:hover{background:#f8f9fa}.faq-item__question:focus-visible{outline:2px solid #2AABB3;outline-offset:-2px}.faq-item__question[aria-expanded=true]{background:#f8f9fa}.faq-item__question[aria-expanded=true] .faq-item__icon{transform:rotate(180deg)}.faq-item__question-text{flex:1;min-width:0;line-height:1.8;word-wrap:break-word;overflow-wrap:break-word}.faq-item__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:0;color:#2aabb3;transition:transform .2s ease}.faq-item__icon:before{content:"";display:block;width:10px;height:10px;border-right:2px solid #2AABB3;border-bottom:2px solid #2AABB3;transform:rotate(45deg);margin-top:-4px}@media(max-width:767px){.faq-item__icon{width:20px;height:20px}.faq-item__icon:before{width:8px;height:8px}}.faq-item__answer{padding:0 2rem 2rem;color:#333;line-height:1.8;animation:fadeIn .3s ease;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:767px){.faq-item__answer{padding:0 1.5rem 1.5rem;font-size:.875rem}}.faq-item__answer[hidden]{display:none}.faq-item__answer p{margin:0 0 1rem}.faq-item__answer p:last-child{margin-bottom:0}.faq-item__answer a{color:#2aabb3;text-decoration:underline;transition:color .2s ease;word-break:break-all}.faq-item__answer a:hover{color:#20848a}.faq-item__answer a:focus-visible{outline:2px solid #2AABB3;outline-offset:2px}.faq__cta{text-align:center;margin-top:4rem;padding:3rem;background:#f8f9fa;border-radius:16px}@media(max-width:767px){.faq__cta{margin-top:3rem;padding:2rem}}.faq__cta-text{margin:0 0 2rem;font-size:16px;color:#333;line-height:1.8}@media(max-width:767px){.faq__cta-text{font-size:.875rem;margin-bottom:1.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.language-switcher{position:relative;flex-shrink:0}.language-switcher__trigger{display:flex;align-items:center;gap:6px;padding:6px 10px;background:none;border:1px solid rgba(27,42,74,.2);border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:.8125rem;color:#333;font-weight:400}@media(max-width:767px){.language-switcher__trigger{padding:4px 8px;gap:4px;font-size:.75rem}}.language-switcher__trigger:hover{background-color:#1b2a4a0d;border-color:#1b2a4a66}.language-switcher__trigger:focus-visible{outline:2px solid #2AABB3;outline-offset:2px}.language-switcher__trigger[aria-expanded=true]{background-color:#1b2a4a14;border-color:#1b2a4a}.language-switcher__trigger[aria-expanded=true] .language-switcher__arrow{transform:rotate(180deg)}.language-switcher__current-name{white-space:nowrap}@media(max-width:767px){.language-switcher__current-name{display:none}}.language-switcher__arrow{font-size:.5rem;transition:transform .2s ease;opacity:.6}.language-switcher__menu{display:none;position:absolute;top:calc(100% + 4px);right:0;min-width:160px;background:#fff;border:1px solid #E0E0E0;border-radius:8px;box-shadow:0 4px 16px #0000001f;list-style:none;margin:0;padding:4px;z-index:1010}.language-switcher__menu--open{display:block}.language-switcher__item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;cursor:pointer;transition:background-color .2s ease;font-size:.875rem;color:#333}.language-switcher__item:hover{background-color:#1b2a4a0f}.language-switcher__item:focus-visible{outline:2px solid #2AABB3;outline-offset:-2px}.language-switcher__item--active{background-color:#1b2a4a1a;font-weight:700;color:#1b2a4a}.language-switcher__flag{width:18px;height:18px;object-fit:contain;flex-shrink:0}@media(max-width:767px){.language-switcher__flag{width:16px;height:16px}}.language-switcher__name{white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.language-switcher--mobile{display:none}@media(max-width:767px){.language-switcher--mobile{display:block;padding:1rem 1.5rem;border-top:1px solid #E0E0E0;margin-top:1rem}}.language-switcher__mobile-list{display:flex;gap:.5rem;flex-wrap:wrap}.language-switcher__mobile-item{display:flex;align-items:center;gap:6px;padding:6px 12px;background:none;border:1px solid rgba(27,42,74,.2);border-radius:6px;cursor:pointer;font-size:.8125rem;color:#333;transition:all .2s ease}.language-switcher__mobile-item:hover{background-color:#1b2a4a0d}.language-switcher__mobile-item--active{background-color:#1b2a4a1a;border-color:#1b2a4a;font-weight:700;color:#1b2a4a}.header{position:fixed;top:0;left:0;right:0;background-color:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000000d;z-index:1000;transition:background-color .3s ease,box-shadow .3s ease}.header.header--scrolled{background-color:#fffffffa;box-shadow:0 2px 8px #0000001a}.header.header--hidden{transform:translateY(-100%)}.header.header--menu-open{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:#fff}.header__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.header__container{padding-left:2rem;padding-right:2rem}}.header__container{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem;gap:1rem}@media(min-width:768px){.header__container{gap:1.5rem}}.header__logo{flex-shrink:0}@media(max-width:767px){.header__logo{max-width:180px}}@media(min-width:768px){.header__logo{max-width:250px}}.header__logo .header__logo-link{display:flex!important;align-items:center!important;text-decoration:none}.header__logo .header__logo-img{display:block!important;width:100%!important;height:auto!important;object-fit:contain}.header__menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;z-index:1001;order:3}@media(min-width:768px){.header__menu-toggle{display:none}}.header__menu-toggle .header__menu-icon{position:relative;width:24px;height:2px;background-color:#1b2a4a;transition:background-color .2s ease}.header__menu-toggle .header__menu-icon:before,.header__menu-toggle .header__menu-icon:after{content:"";position:absolute;left:0;width:24px;height:2px;background-color:#1b2a4a;transition:transform .3s ease}.header__menu-toggle .header__menu-icon:before{top:-8px}.header__menu-toggle .header__menu-icon:after{bottom:-8px}.header__menu-toggle[aria-expanded=true] .header__menu-icon{background-color:transparent}.header__menu-toggle[aria-expanded=true] .header__menu-icon:before{transform:translateY(8px) rotate(45deg)}.header__menu-toggle[aria-expanded=true] .header__menu-icon:after{transform:translateY(-8px) rotate(-45deg)}@media(max-width:767px){.header__nav{position:fixed;top:64px;left:0;right:0;bottom:0;background-color:#fff;padding:2rem;overflow-y:auto;z-index:1000;-webkit-overflow-scrolling:touch;visibility:hidden;opacity:0;pointer-events:none;transition:visibility .3s ease,opacity .3s ease}}@media(max-width:767px){.header__nav.header__nav--open{visibility:visible;opacity:1;pointer-events:auto}}@media(min-width:768px){.header__nav{flex:1;display:flex;justify-content:center;align-items:center}.header__nav .header__nav-list{flex:1;justify-content:center}}.header__nav-list{display:flex;flex-direction:column;gap:1.5rem;list-style:none;margin:0;padding:0}@media(max-width:767px){.header__nav-list{width:100%;gap:0}}@media(min-width:768px){.header__nav-list{flex-direction:row;gap:1rem;flex-wrap:nowrap}}.header__nav-list li{margin:0;padding:0}@media(max-width:767px){.header__nav-list li{border-bottom:1px solid #E0E0E0}}.header__nav-list a{display:block;color:#333;font-weight:400;font-size:.875rem;transition:color .2s ease;padding:.5rem 0;white-space:normal;word-wrap:break-word;text-decoration:none}@media(max-width:767px){.header__nav-list a{font-size:.9375rem;padding:1rem 0}}@media(min-width:768px){.header__nav-list a{padding:0;font-size:.9375rem;white-space:nowrap}}.header__nav-list a:hover{color:#2aabb3}.header__nav-list a:focus-visible{outline:2px solid #2AABB3;outline-offset:4px}.header__cta{display:none}@media(min-width:768px){.header__cta{display:flex;flex-direction:column;align-items:center;flex-shrink:0;gap:2px}}.header__cta-label{font-size:.6875rem;color:#666;font-weight:700;letter-spacing:.02em}.header__cta-buttons{display:flex;gap:1rem}.header__nav-cta{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;margin-top:1.5rem;border-top:1px solid #E0E0E0}@media(min-width:768px){.header__nav-cta{display:none}}.header__nav-cta-label{font-size:.75rem;color:#666;font-weight:700}.header__nav-cta-buttons{display:flex;gap:1rem}.header__language-switcher{order:2}@media(min-width:768px){.header__language-switcher{order:0;margin-left:auto}}.footer{background:linear-gradient(135deg,#c85a54,#d4735e);color:#fff;padding:4rem 1.5rem 2rem}@media(min-width:768px){.footer{padding:6rem 2rem 2rem}}.footer__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.footer__container{padding-left:2rem;padding-right:2rem}}.footer__content{display:grid;gap:3rem;margin-bottom:3rem}@media(min-width:768px){.footer__content{grid-template-columns:1fr 1fr 1fr;gap:4rem}}.footer__info .footer__logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.footer__info .footer__logo img{height:40px;width:40px;flex-shrink:0}.footer__info .footer__logo-text{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.05em}.footer__info .footer__address{font-style:normal;line-height:1.8;color:#ffffffe6;word-wrap:break-word;overflow-wrap:break-word}.footer__nav .footer__nav-list{display:flex;flex-direction:column;gap:1rem}.footer__nav .footer__nav-list a{color:#ffffffe6;transition:color .2s ease;word-wrap:break-word;overflow-wrap:break-word}.footer__nav .footer__nav-list a:hover{color:#2aabb3}.footer__nav .footer__nav-list a:focus-visible{outline:2px solid #2AABB3;outline-offset:2px}.footer__cta{display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.footer__cta{align-items:flex-start}}@media(max-width:767px){.footer__cta .btn{width:100%}}.footer__license-title{font-size:16px;font-weight:700;margin:0 0 1rem;color:#fff}.footer__license p{margin:.5rem 0;font-size:.875rem;color:#ffffffe6;line-height:1.6}.footer__links{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.footer__links-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 2rem;list-style:none;padding:0;margin:0}.footer__links-list a{color:#ffffffe6;font-size:.875rem;transition:color .2s ease}.footer__links-list a:hover{color:#2aabb3}.footer__links-list a:focus-visible{outline:2px solid #2AABB3;outline-offset:2px}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center}.footer__copyright{color:#ffffffb3;font-size:.875rem;margin:0}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c85a54,#d4735e);color:#fff;padding:0 1.5rem 4rem;padding-top:0;position:relative;overflow:hidden}@media(max-width:767px){.hero{flex-direction:column;justify-content:center;padding:0 1.5rem 4rem;padding-top:0}}@media(min-width:768px){.hero{min-height:85vh;padding:0 2rem 4rem;padding-top:0}}@media(min-width:1024px){.hero{padding-top:0}}.hero:before{content:"";position:absolute;right:-10%;top:60%;transform:translateY(-50%);width:600px;height:600px;background-image:url(/assets/map-Bz5FFt6n.svg);background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.15;pointer-events:none}@media(max-width:767px){.hero:before{right:-20%;top:70%;width:500px;height:500px;opacity:.2}}@media(min-width:768px){.hero:before{right:5%;top:65%;width:700px;height:700px;opacity:.2}}@media(min-width:1024px){.hero:before{right:10%;top:60%;width:800px;height:800px;opacity:.25}}.hero__container{max-width:900px;text-align:center;position:relative;z-index:1;margin-top:0}@media(max-width:767px){.hero__container{margin:0 auto;width:100%;display:flex;flex-direction:column;justify-content:center;flex:0 0 auto;padding-top:1.5rem}}@media(min-width:768px){.hero__container{margin:0 auto}}@media(min-width:1024px){.hero__container{margin:0 auto}}.hero__title{font-size:2rem;font-weight:700;line-height:1.4;margin-bottom:2rem;color:#fff;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}@media(max-width:767px){.hero__title{font-size:1.5rem;line-height:1.5;margin-bottom:2rem}}@media(min-width:768px){.hero__title{font-size:2.5rem}}@media(min-width:1024px){.hero__title{font-size:3rem}}@media(max-width:767px){.hero__title br{display:inline}}.hero__subtitle{font-size:16px;line-height:1.8;margin-bottom:3rem;opacity:.95;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:767px){.hero__subtitle{font-size:.9rem;line-height:1.7;margin-bottom:2rem}}@media(min-width:768px){.hero__subtitle{font-size:1.125rem}}.hero__flags{display:flex;gap:2rem;justify-content:center;margin-bottom:3rem}@media(max-width:767px){.hero__flags{gap:1.5rem;margin-bottom:2rem}}@media(min-width:768px){.hero__flags{gap:2rem;margin-bottom:3rem}}.hero__flag{width:60px;height:40px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3));transition:transform .3s ease}@media(max-width:767px){.hero__flag{width:50px;height:33px}}@media(min-width:768px){.hero__flag{width:70px;height:47px}}@media(min-width:1024px){.hero__flag{width:80px;height:53px}}.hero__flag:hover{transform:scale(1.1)}.hero__cta{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media(min-width:768px){.hero__cta{flex-direction:row;justify-content:center;gap:2rem}}.hero__cta .btn{min-width:240px}@media(max-width:767px){.hero__cta .btn{width:100%;max-width:320px}}.hero__mobile-cta{display:flex;gap:1rem;justify-content:center;position:relative;z-index:2;margin-bottom:1.5rem;padding-top:80px}@media(min-width:768px){.hero__mobile-cta{display:none}}.hero__mobile-cta .btn{flex:1;max-width:160px;font-size:.85rem;padding:.5rem 1rem}.hero__mobile-cta .btn--primary{background-color:#fff;color:#c85a54;border:2px solid #FFFFFF}.hero__mobile-cta .btn--primary:hover{background-color:#ffffffd9}.section{padding:4rem 1.5rem}@media(max-width:767px){.section{padding:3rem 1.5rem}}@media(min-width:768px){.section{padding:6rem 2rem}}@media(min-width:1024px){.section{padding:8rem 2rem}}.section--bg-light{background-color:#f8f9fa}.section--bg-warm{background-color:#fff8f0}.section--bg-cream{background-color:#fffaf0}.section--bg-peach{background-color:#fff5f0}.section__container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media(min-width:1024px){.section__container{padding-left:2rem;padding-right:2rem}}.section__title{font-size:2rem;font-weight:700;color:#1b2a4a;text-align:center;margin-bottom:2rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}@media(max-width:767px){.section__title{font-size:1.5rem;margin-bottom:1.5rem}}@media(min-width:768px){.section__title{font-size:2.5rem;margin-bottom:3rem}}.section__lead{font-size:16px;color:#666;text-align:left;max-width:700px;margin:0 auto 3rem;line-height:1.8;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:767px){.section__lead{font-size:.9rem;margin-bottom:2rem;line-height:1.7}}@media(min-width:768px){.section__lead{font-size:1.125rem}}.contact-phone{text-align:center;padding:2rem;margin:0 auto 3rem;max-width:500px;background:#f8f9fa;border-radius:8px}.contact-phone__label{margin:0 0 1rem;font-size:16px;color:#666}.contact-phone__number{margin:0}.contact-phone__number a{display:inline-block;font-size:1.5rem;font-weight:700;color:#1e88e5;text-decoration:none;transition:color .2s ease}@media(max-width:767px){.contact-phone__number a{font-size:1.25rem}}.contact-phone__number a:hover{color:#1565c0}.contact-phone__number a:focus-visible{outline:2px solid #2AABB3;outline-offset:4px}.service-area{margin-top:4rem;padding:3rem;background:#f8f9fa;border-radius:16px}@media(max-width:767px){.service-area{margin-top:3rem;padding:2rem}}.service-area__title{font-size:1.25rem;font-weight:700;color:#1b2a4a;text-align:center;margin:0 0 1.5rem}@media(max-width:767px){.service-area__title{font-size:1.125rem}}.service-area__description{text-align:center;color:#666;margin:0 0 2rem;line-height:1.8}.service-area__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;list-style:none;padding:0;max-width:600px;margin:0 auto}@media(max-width:767px){.service-area__list{grid-template-columns:repeat(2,1fr);gap:1rem}}.service-area__item{padding:1rem 1.5rem;background:#fff;border:1px solid #E0E0E0;border-radius:4px;text-align:center;font-weight:700;color:#333;transition:all .2s ease}.service-area__item:hover{border-color:#2aabb3;background:#cff2f4}.service-area__item:last-child{grid-column:1/-1;background:#dbf5f7;border-color:#2aabb3;color:#2aabb3}.section__cta{text-align:center;margin-top:4rem}@media(max-width:767px){.section__cta{margin-top:3rem}}[data-teaser-hide]{display:block}html{scroll-behavior:smooth}body{padding-top:64px}.card__icon{font-size:2.5rem;line-height:1}@media(min-width:768px){.card__icon{font-size:3rem}}.admin-auth{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem;background:linear-gradient(135deg,#1b2a4a,#293f6f)}.admin-auth__container{width:100%;max-width:400px;padding:3rem;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003}.admin-auth__logo{text-align:center;margin-bottom:2rem}.admin-auth__logo img{max-width:200px;height:auto}.admin-auth__title{margin:0 0 1rem;font-size:1.5rem;font-weight:700;color:#333;text-align:center}.admin-auth__description{margin:0 0 2rem;font-size:16px;color:#666;text-align:center}.admin-auth__form .form-group{margin-bottom:1.5rem}.admin-auth__form .form-label{display:block;margin-bottom:.5rem;font-weight:700;color:#333}.admin-auth__form .form-input{width:100%;padding:1rem;font-size:16px;border:1px solid #E0E0E0;border-radius:4px;transition:border-color .2s ease}.admin-auth__form .form-input:focus{outline:none;border-color:#2aabb3;box-shadow:0 0 0 3px #2aabb31a}.admin-auth__form .form-error{margin-top:.5rem;padding:.5rem 1rem;font-size:.875rem;color:#d32f2f;background:#ffebee;border-radius:4px}.admin-auth__submit{width:100%;margin-top:1.5rem}.admin-dashboard{min-height:100vh;background:#f8f9fa}.admin-dashboard__header{background:#1b2a4a;color:#fff;padding:1rem 1.5rem;position:sticky;top:0;z-index:1000}.admin-dashboard__header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.admin-dashboard__logo{display:flex;align-items:center;gap:1rem}.admin-dashboard__logo img{height:32px;width:auto}.admin-dashboard__badge{display:inline-block;padding:2px .5rem;font-size:.875rem;font-weight:700;background:#2aabb3;color:#fff;border-radius:4px}.admin-dashboard__logout{color:#fff;border-color:#ffffff80}.admin-dashboard__logout:hover{background:#ffffff1a}.admin-dashboard__main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.admin-tabs{display:flex;gap:2px;margin-bottom:2rem;border-bottom:2px solid #E0E0E0}.admin-tabs__tab{padding:1rem 1.5rem;font-size:16px;font-weight:700;color:#666;background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:all .2s ease;margin-bottom:-2px}.admin-tabs__tab:hover{color:#2aabb3}.admin-tabs__tab:focus{outline:2px solid #2AABB3;outline-offset:-2px}.admin-tabs__tab--active{color:#2aabb3;border-bottom-color:#2aabb3}.admin-panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.admin-panel__title{margin:0;font-size:1.5rem;color:#333}.admin-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.admin-card__label{margin:0 0 1rem;font-size:.875rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.admin-card__stats{display:flex;gap:2rem}.admin-card__stat{display:flex;flex-direction:column}.admin-card__value{font-size:2rem;font-weight:700;color:#1b2a4a;line-height:1.2}.admin-card__unit{font-size:.875rem;color:#666}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #00000014}.admin-table th,.admin-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid #E0E0E0}.admin-table th{background:#f8f9fa;font-weight:700;font-size:.875rem;color:#666}.admin-table td{font-size:16px;color:#333}.admin-table tbody tr:hover{background:#2aabb30a}.admin-section-title{margin:2rem 0 1.5rem;font-size:1.25rem;color:#333}.admin-fieldset{border:1px solid #E0E0E0;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;background:#fff}.admin-fieldset legend{font-weight:700;color:#1b2a4a;padding:0 .5rem}.admin-fieldset .form-group{margin-bottom:1rem}.admin-fieldset .form-label{display:block;margin-bottom:4px;font-size:.875rem;font-weight:700;color:#333}.admin-fieldset .form-input{width:100%;padding:.5rem 1rem;font-size:16px;border:1px solid #E0E0E0;border-radius:4px;transition:border-color .2s ease}.admin-fieldset .form-input:focus{outline:none;border-color:#2aabb3;box-shadow:0 0 0 3px #2aabb31a}.admin-seo-forms{display:flex;flex-direction:column;gap:1.5rem}.admin-seo-page{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.admin-seo-textarea{resize:vertical;min-height:60px;font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}.admin-char-info{margin-top:4px;font-size:.875rem}.admin-char-count{color:#666}.admin-warning{color:#d32f2f;font-weight:700}.admin-toggle-group{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.admin-field-note{width:100%;margin:.5rem 0 0;font-size:.875rem;color:#666;line-height:1.5}.admin-toggle{position:relative;display:inline-block;width:48px;height:26px}.admin-toggle input{opacity:0;width:0;height:0}.admin-toggle input:checked+.admin-toggle__slider{background:#2aabb3}.admin-toggle input:checked+.admin-toggle__slider:before{transform:translate(22px)}.admin-toggle input:focus+.admin-toggle__slider{box-shadow:0 0 0 3px #2aabb333}.admin-toggle__slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background:#e0e0e0;border-radius:26px;transition:background .2s ease}.admin-toggle__slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s ease}.admin-status{margin-top:1rem;padding:.5rem 1rem;border-radius:4px;font-size:.875rem}.admin-status--success{color:#2e7d32;background:#e8f5e9}.admin-status--error{color:#d32f2f;background:#ffebee}.admin-loading{display:flex;flex-direction:column;align-items:center;padding:3rem;color:#666}.admin-loading__spinner{width:36px;height:36px;border:3px solid #E0E0E0;border-top-color:#2aabb3;border-radius:50%;animation:admin-spin .8s linear infinite;margin-bottom:1rem}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-error{text-align:center;padding:2rem;color:#d32f2f;background:#ffebee;border-radius:8px}.admin-empty{text-align:center;padding:2rem;color:#666}.admin-config-forms{display:flex;flex-direction:column;gap:1.5rem}.admin-config-actions{margin-top:1.5rem}@media(max-width:767px){.admin-auth{padding:1rem}.admin-auth__container{padding:2rem}.admin-auth__title{font-size:1.25rem}.admin-tabs{flex-wrap:wrap}.admin-tabs__tab{flex:1;text-align:center;font-size:.875rem;padding:.5rem 1rem}.admin-cards{grid-template-columns:1fr}.admin-card__stats{flex-direction:column;gap:1rem}.admin-card__value{font-size:1.5rem}.admin-dashboard__main{padding:1.5rem 1rem}}
