*{box-sizing:border-box}
:root{
    --green:#0b944f;
    --green-dark:#005f3d;
    --green-deep:#003f2c;
    --green-soft:#eaf8f0;
    --text:#111827;
    --muted:#667085;
    --line:#e6e9ee;
    --bg:#f4f6f5;
    --surface:#fff;
    --danger:#b42318;
    --orange:#ff7b20;
    --blue:#2f80ed;
    --purple:#8b5cf6;
}
html{background:var(--bg)}
body{
    margin:0;
    color:var(--text);
    background:
        radial-gradient(circle at 15% 0,rgba(13,148,79,.07),transparent 25%),
        var(--bg);
    font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
img{max-width:100%}
.app-shell{
    position:relative;
    width:min(100%,460px);
    min-height:100vh;
    margin:0 auto;
    padding-bottom:88px;
    background:#fff;
    box-shadow:0 0 45px rgba(16,24,40,.10);
}
.app-header{
    position:sticky;
    top:0;
    z-index:20;
    min-height:72px;
    display:grid;
    grid-template-columns:48px 1fr 48px;
    align-items:center;
    padding:10px 16px;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(230,233,238,.72);
}
.header-side{display:flex;align-items:center}
.header-right{justify-content:flex-end}
.header-menu{font-size:25px}
.icon-button{
    width:38px;height:38px;
    display:grid;place-items:center;
    font-size:34px;line-height:1;
    border-radius:12px;
}
.brand-word{
    text-align:center;
    color:var(--green-dark);
    font-size:21px;
    font-weight:900;
    letter-spacing:-.7px;
}
.brand-word span{color:var(--green)}
.notification-dot{font-size:23px;position:relative}
.notification-dot:after{
    content:"";
    position:absolute;
    right:-2px;top:-1px;
    width:7px;height:7px;
    border-radius:50%;
    background:#e62e2e;
}
.app-content{padding:20px 16px 28px}
.app-alert{
    margin:12px 16px 0;
    padding:12px 14px;
    border-radius:12px;
    font-size:14px;
    font-weight:700;
}
.app-alert.success{color:#067647;background:#ecfdf3;border:1px solid #abefc6}
.app-alert.error{color:#b42318;background:#fef3f2;border:1px solid #fecdca}
.primary-button,.secondary-button{
    min-height:50px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 18px;
    border-radius:10px;
    font-weight:850;
    border:1px solid transparent;
}
.primary-button{color:#fff;background:linear-gradient(135deg,#07934f,#10af60)}
.secondary-button{color:var(--green-dark);background:#fff;border-color:var(--green)}
.full{width:100%}
.bottom-nav{
    position:fixed;
    z-index:40;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:min(100%,460px);
    min-height:74px;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    align-items:end;
    padding:8px 8px max(9px,env(safe-area-inset-bottom));
    background:rgba(255,255,255,.97);
    border-top:1px solid var(--line);
    backdrop-filter:blur(15px);
}
.bottom-nav a{
    min-height:54px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    gap:3px;
    color:#46505c;
}
.bottom-nav a>span{font-size:22px;line-height:1}
.bottom-nav small{font-size:10px}
.bottom-nav a.active{color:var(--green)}
.bottom-nav .sell-nav>span{
    width:46px;height:46px;
    display:grid;place-items:center;
    margin-top:-23px;
    color:#fff;
    font-size:30px;
    border-radius:50%;
    background:var(--green);
    box-shadow:0 8px 20px rgba(11,148,79,.28);
}
.price-hero{
    position:relative;
    min-height:176px;
    padding:20px;
    overflow:hidden;
    color:#fff;
    border-radius:17px;
    background:
        radial-gradient(circle at 100% 0,rgba(29,206,104,.30),transparent 40%),
        linear-gradient(135deg,#006638,#00894b);
}
.price-hero-top{
    display:flex;align-items:center;justify-content:space-between;
    font-size:13px;
}
.price-hero-top a{font-weight:700}
.price-hero h3{margin:25px 0 5px;font-size:18px;font-weight:600}
.price-value{font-size:34px;font-weight:900}
.price-value small{font-size:14px;font-weight:500}
.trend-chip{
    position:absolute;right:16px;bottom:18px;
    padding:6px 10px;border-radius:999px;
    background:rgba(51,220,118,.86);
    font-size:12px;font-weight:850;
}
.price-graph{
    position:absolute;right:20px;bottom:58px;
    width:120px;height:55px;
    display:flex;align-items:flex-end;gap:7px;
    transform:skewX(-20deg);
}
.price-graph i{
    width:15px;border-top:3px solid #27dc75;
    border-radius:4px;
}
.price-graph i:nth-child(1){height:12px}
.price-graph i:nth-child(2){height:23px}
.price-graph i:nth-child(3){height:31px}
.price-graph i:nth-child(4){height:26px}
.price-graph i:nth-child(5){height:48px}
.section-block{margin-top:22px}
.section-block h2,.section-title-row h2{margin:0;font-size:17px}
.section-title-row{
    display:flex;align-items:center;justify-content:space-between;
    margin-bottom:12px;
}
.section-title-row span,.section-title-row a{color:var(--green-dark);font-size:12px}
.quick-actions{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    padding:15px 8px;
    border:1px solid var(--line);
    border-radius:15px;
    box-shadow:0 5px 18px rgba(16,24,40,.05);
}
.quick-actions a{
    display:flex;flex-direction:column;align-items:center;gap:8px;
    text-align:center;
}
.quick-actions small{font-size:11px}
.qa{
    width:38px;height:38px;
    display:grid;place-items:center;
    color:#fff;border-radius:50%;font-size:18px;
}
.qa.green{background:#17b867}
.qa.orange{background:var(--orange)}
.qa.blue{background:var(--blue)}
.qa.purple{background:var(--purple)}
.how-row{
    display:grid;
    grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
    align-items:center;
    gap:3px;
}
.how-row>div{text-align:center}
.how-row>div span{
    width:38px;height:38px;
    display:grid;place-items:center;
    margin:0 auto 7px;
    color:var(--green-dark);
    border-radius:50%;
    background:var(--green-soft);
}
.how-row small{display:block;font-size:9px}
.how-row i{color:#a8b0ba;font-style:normal}
.bulk-banner{
    min-height:120px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-top:22px;
    padding:18px;
    overflow:hidden;
    border-radius:15px;
    background:linear-gradient(135deg,#e3f7ec,#f2fbf6);
}
.bulk-banner h3{margin:0 0 5px;color:var(--green-dark)}
.bulk-banner p{margin:0 0 10px;max-width:235px;font-size:12px}
.bulk-banner a{
    display:inline-flex;padding:5px 10px;
    font-size:11px;font-weight:800;
    border:1px solid var(--green-dark);border-radius:6px;
}
.mini-truck{font-size:55px;transform:rotate(-3deg)}
.recent-order{
    display:flex;align-items:center;justify-content:space-between;
    gap:12px;
    padding:14px 0;
    border-bottom:1px solid var(--line);
}
.recent-order>div{display:flex;flex-direction:column;gap:4px}
.recent-order>div:last-child{text-align:right}
.recent-order small{color:var(--muted);font-size:11px}
.recent-order span{color:var(--green);font-size:11px}
.empty-card{
    display:flex;flex-direction:column;align-items:center;
    gap:9px;
    padding:32px 20px;
    text-align:center;
    border:1px dashed #ccd6d1;
    border-radius:15px;
    background:#fbfdfc;
}
.empty-card>span{font-size:38px}
.empty-card p{margin:0;color:var(--muted);font-size:13px}
.page-heading{margin-bottom:18px}
.page-heading h1,.flow-heading h1{margin:0 0 6px;font-size:23px}
.page-heading p,.flow-heading p{margin:0;color:var(--muted);font-size:13px}
.material-list{display:flex;flex-direction:column;gap:9px}
.material-card{
    width:100%;
    min-height:68px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:11px 13px;
    color:var(--text);
    text-align:left;
    border:1px solid var(--line);
    border-radius:11px;
    background:#fff;
    box-shadow:0 3px 10px rgba(16,24,40,.04);
}
.material-icon{
    flex:0 0 44px;
    width:44px;height:44px;
    display:grid;place-items:center;
    border-radius:11px;
    background:#f5f7f6;
    font-size:25px;
}
.material-info{display:flex;flex:1;flex-direction:column;gap:3px}
.material-info small{color:var(--muted);font-size:11px}
.material-rate{text-align:right}
.material-rate strong{display:inline}
.material-rate small{color:var(--muted)}
.chevron{font-size:26px}
.info-note,.blue-note,.green-note{
    margin-top:18px;padding:13px;
    border-radius:10px;font-size:12px;line-height:1.5;
}
.info-note{background:#f1faf5}
.info-note p{margin:4px 0 0;color:var(--muted)}
.blue-note{color:#175cd3;background:#eff8ff}
.green-note{color:#067647;background:#ecfdf3}
.sell-title{text-align:center;font-weight:850;margin:-4px 0 16px}
.stepper{
    display:flex;align-items:center;
    margin-bottom:28px;
}
.stepper-item span{
    width:28px;height:28px;display:grid;place-items:center;
    border-radius:50%;color:#69717c;background:#e9ecef;font-size:12px;
}
.stepper-item.active span{color:#fff;background:var(--green)}
.stepper>i{
    flex:1;height:2px;background:#e5e8eb;
}
.stepper>i.active{background:var(--green)}
.flow-heading{margin-bottom:17px}
.selectable-list .material-card{cursor:pointer}
label{
    display:block;
    margin:17px 0 7px;
    font-size:13px;
    font-weight:750;
}
label small{color:var(--muted);font-weight:500}
input,select,textarea{
    width:100%;
    min-height:49px;
    padding:12px 13px;
    color:var(--text);
    border:1px solid #d8dee5;
    border-radius:10px;
    background:#fff;
    outline:none;
}
input:focus,select:focus,textarea:focus{
    border-color:var(--green);
    box-shadow:0 0 0 3px rgba(11,148,79,.10);
}
textarea{min-height:85px;resize:vertical}
.selected-material{
    display:flex;align-items:center;gap:12px;
    padding:11px;border:1px solid var(--line);border-radius:11px;
}
.selected-material>div:nth-child(2){display:flex;flex:1;flex-direction:column;gap:4px}
.selected-material small{color:var(--muted);font-size:10px}
.selected-rate{font-size:12px;font-weight:800}
.quantity-control{
    display:grid;
    grid-template-columns:48px 1fr 48px;
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:10px;
    background:#f4f5f6;
}
.quantity-control button{
    border:0;background:#f0f2f3;font-size:22px;
}
.quantity-control input{
    text-align:center;border:0;border-radius:0;font-size:19px;font-weight:850;
}
.estimate-preview{
    display:flex;align-items:center;justify-content:space-between;
    margin-top:9px;padding:11px 13px;
    border-radius:9px;background:var(--green-soft);
}
.estimate-preview span{font-size:12px;color:var(--green-dark)}
.estimate-preview strong{color:var(--green-dark)}
.photo-upload-card{
    position:relative;
    display:grid;
    grid-template-columns:78px 1fr;
    align-items:center;
    gap:13px;
    padding:12px;
    border:1px dashed #bdc8c2;
    border-radius:11px;
}
.photo-upload-card>input[type=file]{
    position:absolute;inset:0;
    opacity:0;cursor:pointer;
}
.photo-preview{
    width:78px;height:72px;
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:3px;overflow:hidden;
    color:var(--muted);border-radius:8px;background:#eef1ef;
}
.photo-preview img{width:100%;height:100%;object-fit:cover}
.photo-preview span{font-size:24px}
.photo-preview small{font-size:9px}
.photo-upload-card p{margin:3px 0;color:var(--muted);font-size:11px}
.upload-status{color:var(--green);font-size:10px;font-weight:750}
.two-field{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.sticky-flow-button{margin-top:22px}
.booking-summary-mini{
    display:flex;align-items:center;justify-content:space-between;
    gap:12px;margin-bottom:20px;padding:12px;
    border-radius:12px;background:#f6faf8;
}
.booking-summary-mini>div{display:flex;align-items:center;gap:10px}
.booking-summary-mini>div>span{font-size:27px}
.booking-summary-mini div div{display:flex;flex-direction:column}
.booking-summary-mini small{color:var(--muted)}
.date-strip{
    display:grid;grid-template-columns:repeat(7,1fr);gap:6px;
}
.date-strip label{margin:0}
.date-strip input{display:none}
.date-strip span{
    min-height:61px;display:flex;flex-direction:column;align-items:center;justify-content:center;
    gap:3px;border:1px solid var(--line);border-radius:9px;
}
.date-strip small{font-size:9px}
.date-strip input:checked+span{color:#fff;background:var(--green);border-color:var(--green)}
.slot-list{display:flex;flex-direction:column;gap:9px}
.slot-list label{margin:0}
.slot-list input{display:none}
.slot-list span{
    min-height:52px;display:flex;align-items:center;justify-content:space-between;
    padding:0 13px;border:1px solid var(--line);border-radius:9px;
}
.slot-list i{
    width:18px;height:18px;border:1px solid #ccd3d9;border-radius:50%;
}
.slot-list input:checked+span{border-color:var(--green)}
.slot-list input:checked+span i{border:5px solid var(--green)}
.confirmation-screen{
    min-height:100vh;
    padding:54px 18px 30px;
    text-align:center;
    background:
        radial-gradient(circle at 50% 0,rgba(41,207,112,.18),transparent 33%),
        #f7fffa;
}
.confetti{color:#f4aa20;letter-spacing:8px}
.success-check{
    width:76px;height:76px;
    display:grid;place-items:center;
    margin:14px auto;
    color:#fff;font-size:45px;font-weight:900;
    border-radius:50%;
    background:linear-gradient(135deg,#00683e,#10a95b);
}
.confirmation-screen h1{margin:8px 0}
.confirmation-screen>p{margin:0 0 25px;color:#344054}
.order-summary-card{
    padding:16px;text-align:left;border-radius:15px;background:#fff;
    box-shadow:0 10px 30px rgba(16,24,40,.06);
}
.order-summary-card h2{margin:0 0 16px;font-size:16px}
.order-summary-card dl,.detail-card dl{display:grid;grid-template-columns:1fr auto;gap:13px 15px;margin:0}
.order-summary-card dt,.detail-card dt{color:#475467;font-size:12px}
.order-summary-card dd,.detail-card dd{margin:0;text-align:right;font-size:12px;font-weight:750}
.green-text{color:var(--green)!important;font-size:17px!important}
.confirmation-screen .primary-button{margin-top:24px}
.confirmation-screen .secondary-button{margin-top:10px}
.orders-list{display:flex;flex-direction:column;gap:12px}
.order-card{
    padding:14px;border:1px solid var(--line);border-radius:13px;
    background:#fff;box-shadow:0 4px 14px rgba(16,24,40,.04);
}
.order-card-top{display:flex;align-items:center;gap:10px}
.order-card-top>div{display:flex;flex:1;flex-direction:column;gap:3px}
.order-card-top small{color:var(--muted);font-size:10px}
.order-status{
    max-width:105px;padding:5px 7px;text-align:center;
    color:var(--green-dark);font-size:9px;font-weight:800;
    border-radius:999px;background:var(--green-soft);
}
.order-card-bottom{
    display:flex;align-items:center;justify-content:space-between;
    margin-top:12px;padding-top:11px;border-top:1px solid var(--line);
    font-size:11px;
}
.tracking-hero{
    display:flex;align-items:center;gap:13px;
    padding:18px;color:#fff;border-radius:15px;
    background:linear-gradient(135deg,#00683e,#099653);
}
.tracking-hero>span{font-size:38px}
.tracking-hero small{opacity:.82}
.tracking-hero h1{margin:3px 0;font-size:20px}
.tracking-hero p{margin:0;font-size:11px}
.tracking-steps{margin:20px 0}
.tracking-steps>div{
    position:relative;
    display:grid;grid-template-columns:36px 1fr;gap:11px;
    min-height:71px;
}
.tracking-steps>div:not(:last-child):after{
    content:"";position:absolute;left:17px;top:35px;
    width:2px;height:38px;background:#dfe5e1;
}
.tracking-steps>div.active:not(:last-child):after{background:var(--green)}
.tracking-steps>div>span{
    width:35px;height:35px;display:grid;place-items:center;
    color:#667085;border-radius:50%;background:#ecefed;font-size:12px;font-weight:850;
}
.tracking-steps>div.active>span{color:#fff;background:var(--green)}
.tracking-steps section{display:flex;flex-direction:column;gap:4px;padding-top:2px}
.tracking-steps small{color:var(--muted);font-size:11px}
.detail-card,.partner-card{
    margin-top:14px;padding:16px;
    border:1px solid var(--line);border-radius:14px;background:#fff;
}
.detail-card h2{margin:0 0 15px;font-size:16px}
.partner-card{display:flex;align-items:center;gap:12px}
.partner-card>span{
    width:44px;height:44px;display:grid;place-items:center;
    border-radius:50%;background:var(--green-soft);font-size:22px;
}
.partner-card div{display:flex;flex-direction:column;gap:2px}
.partner-card small,.partner-card p{margin:0;color:var(--muted);font-size:10px}
.final-amount{display:block;color:var(--green);font-size:29px}
.profile-hero{text-align:center;padding:15px 0 25px}
.avatar{
    width:78px;height:78px;display:grid;place-items:center;
    margin:0 auto 12px;color:#fff;font-size:32px;font-weight:900;
    border-radius:50%;background:linear-gradient(135deg,#067044,#13af61);
}
.profile-hero h1{margin:0 0 5px}
.profile-hero p{margin:0;color:var(--muted)}
.profile-links{margin-top:14px;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.profile-links a{
    min-height:53px;display:flex;align-items:center;justify-content:space-between;
    padding:0 15px;border-bottom:1px solid var(--line);background:#fff;
}
.profile-links a:last-child{border-bottom:0}
.logout-link{color:var(--danger)}
.legal-page h1{font-size:25px}
.legal-page h2{margin:24px 0 7px;font-size:17px}
.legal-page p{color:#475467;line-height:1.65}
.legal-note{padding:12px;border-radius:9px;background:#fff7e6}
.login-page .app-shell{padding-bottom:0}
.login-screen{min-height:100vh;padding:42px 18px;background:linear-gradient(180deg,#f1fff7,#fff 38%)}
.login-brand{text-align:center}
.login-brand img{width:78px}
.login-brand h1{margin:12px 0 6px}
.login-brand p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}
.login-card{
    margin-top:28px;padding:18px;border:1px solid var(--line);
    border-radius:16px;background:#fff;box-shadow:0 12px 35px rgba(16,24,40,.07);
}
.login-card h2{margin:0 0 5px}
.mobile-field{display:grid;grid-template-columns:52px 1fr;border:1px solid #d8dee5;border-radius:10px;overflow:hidden}
.mobile-field span{display:grid;place-items:center;background:#f4f6f5;font-weight:750}
.mobile-field input{border:0;border-radius:0}
.login-consent{color:var(--muted);font-size:10px;line-height:1.5;text-align:center}
.login-consent a{color:var(--green-dark);font-weight:800}
.testing-otp{
    margin-top:18px;padding:12px;text-align:center;
    color:#175cd3;border:1px solid #b2ddff;border-radius:10px;background:#eff8ff;
}
.testing-otp small{display:block;margin-top:4px}
.otp-input{text-align:center;font-size:24px;letter-spacing:12px;font-weight:900}
.change-mobile-form{text-align:center;margin-top:13px}
.change-mobile-form button{border:0;background:none;color:var(--green-dark);font-weight:750}
.splash-page{min-height:100vh;background:#003f2c}
.splash-screen{
    position:relative;
    width:min(100%,430px);
    min-height:100vh;
    display:flex;flex-direction:column;align-items:center;
    margin:0 auto;padding:78px 24px 26px;
    overflow:hidden;color:#fff;text-align:center;
    background:
        radial-gradient(circle at 65% 25%,rgba(25,185,100,.22),transparent 35%),
        linear-gradient(160deg,#004c34,#002d22);
}
.splash-logo img{width:75px;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18))}
.splash-screen h1{margin:10px 0 3px;font-size:44px;letter-spacing:-1.8px}
.splash-screen h1 span{color:#32d77e}
.splash-screen>p{margin:0;color:#d6ebe1}
.scrap-bin{
    position:relative;width:250px;height:250px;margin:25px auto 10px;
}
.bin-body{
    position:absolute;left:35px;right:35px;bottom:0;height:160px;
    display:grid;place-items:center;
    border-radius:14px 14px 35px 35px;
    background:linear-gradient(135deg,#129456,#06683e);
    box-shadow:0 26px 40px rgba(0,0,0,.24);
}
.bin-body:before{
    content:"";position:absolute;left:-9px;right:-9px;top:-15px;height:28px;
    border-radius:12px;background:#18a460;
}
.bin-body strong{color:#e9fff2;font-size:67px}
.scrap-piece{position:absolute;z-index:2}
.copper{left:34px;top:72px;width:80px;height:9px;border-radius:10px;background:#c86833;transform:rotate(-18deg)}
.pipe-one{left:65px;top:37px;width:35px;height:95px;border-radius:10px;background:linear-gradient(90deg,#282f31,#c9d0d1,#252b2d);transform:rotate(-22deg)}
.pipe-two{left:116px;top:28px;width:35px;height:105px;border-radius:10px;background:linear-gradient(90deg,#22292a,#bfc7c8,#222829);transform:rotate(11deg)}
.box-one{right:45px;top:60px;width:58px;height:66px;background:#b98549;transform:rotate(12deg)}
.box-two{right:80px;top:80px;width:50px;height:46px;background:#d2a067;transform:rotate(-8deg)}
.splash-dots{display:flex;gap:6px;margin:3px 0 23px}
.splash-dots i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.28)}
.splash-dots i:first-child{background:#fff}
.splash-actions{width:100%;display:flex;flex-direction:column;gap:12px}
.splash-primary,.splash-secondary{
    min-height:52px;display:grid;place-items:center;border-radius:28px;font-weight:850;
}
.splash-primary{background:linear-gradient(135deg,#16c76c,#2ddd7c)}
.splash-secondary{border:1px solid rgba(255,255,255,.75)}
.splash-screen>small{margin-top:27px;max-width:310px;color:#d3e7de;line-height:1.5}
.splash-screen>small a{color:#31dc7f}
@media(min-width:700px){
    body:not(.splash-page){padding:20px 0}
    .app-shell{min-height:calc(100vh - 40px);border-radius:26px;overflow:hidden}
    .bottom-nav{bottom:20px;border-radius:0 0 26px 26px}
}
@media(max-width:380px){
    .date-strip{gap:3px}
    .date-strip span{min-height:56px}
    .two-field{grid-template-columns:1fr}
}

.material-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.material-icon img {
    width: 44px;
    height: 44px;
    display: block;
    object-fit: contain;
}

.booking-summary-mini img {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
}
